/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #EEEBD8;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
}

/* Refined HTML */
h1 {
	font-size: 14pt;
	color: #B4E72B;
	text-transform:uppercase;
	margin-left: 20pt;
	letter-spacing: 0.15em;
}

td h1 {
	margin-left: 0pt;
	border-bottom: 1px solid #B4E72B;
	text-align: center;
}

td h3 , th h3{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 0pt;
	margin-right: 0pt;
	border: 1px solid #B4E72B;
	background-color: #EBFCBC;
	text-align: left;
	padding: 5px;
	text-transform: uppercase;
	color: #000000;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 10pt;
	margin-right: 10pt;
	width: auto;
	border: 1px solid #B4E72B;
	background-color: #EBFCBC;
	text-align: left;
	padding: 5px;
	text-transform: uppercase;
}

td p {
	margin-left: 5px;
}

p {
	margin-left: 10px;
}

hr {
	width: 100%;
	height: 1px;
	color: #B4E72B;
}

li { 
	list-style-image:url('/images/sm_arrow.gif')
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#banner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 254px;
	background-color: #000000;
	background-image:url('/images/banner.jpg');
	background-repeat:no-repeat;
}

#bannerWhite {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 165px;
	background-color: #FFFFFF;
	background-image:url('/images/banner_build.jpg');
	background-repeat:no-repeat;
}

.imgNav {
	border: 0px;
}

#nav {
	position: relative;
	top: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
	height: 10px;
	font-size: 10pt;
	width: 800px;
	color: #E1BF18;
	font-weight: bold;
}

#navWhite {
	position: relative;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
	height: 10px;
	font-size: 10pt;
	width: 800px;
	color: #E1BF18;
	font-weight: bold;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#navWhite a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


#nav a:hover, #navWhite a:hover {
	color: #E1BF18;
}

#nav p, #navWhite p {
	padding-right: 5px;
}

#mainContentBlack {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('/images/bg_plan_blk.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#mainContentBlack select {
	background-color: #EEEBD8;
}

#mainContentWhite {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 10px;
	background-image: url('/images/bg_plan_wht.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#text p {
	margin-top: 0px;
}

#text a:link, #text a:visited  {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#text a:hover {
	text-decoration: underline;
	color: #E1BF18;
	font-weight: bold;
}

.lineBreak {
	border-bottom: 2px #E1BF18 solid;
}

#footer {
	width: 800px;
	margin: auto;
	background-color: #000000;
	color: #FFFFFF;
}

#footerWhite {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	color: #000000;
}

#footer a, #footerAdmin a {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}

#footerWhite a {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}


#footer td , #footerWhite td {
	padding: 3px;
}

#agentMenu {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

#agentMenu a{
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.labelsText {
	color: #000000;
	margin: 5px;
}
/* Styles used in Admin Area */
.button {
	border: 1px #FFFFFF solid;
	background-color: #999999;
	text-decoration: none;
	color: #000000;
	padding: 2px;
}

.button:hover{
	border: 1px #CCCCCC solid;
	background-color: #999999;
	text-decoration: none;
	color: #000000;
	padding: 2px;
}

#mainContentAdmin {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 10px;
}

#footerAdmin {
	width: 90%;
	margin: auto;
	background-color: #000000;
	color: #FFFFFF;
}

#tblAdmin th {
	font-weight: normal;
	
}

.labelsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}