/* CSS Document */

html, body, h1, /*form, fieldset, h2, h3, h4, h5, h6, p, pre, blockquote, address, q, a, */div, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 85%;
	background-color:#ECDFA8;
}
body {
	background-color:#FFFFFF;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
	width: 900px;
}

.clear {
	clear:both;
	line-height:0.0em;
}

.withMargin {
	margin: 5px;
	padding: 5px;
	line-height:1.4em;
	vertical-align:top;
}

.classFull {
	opacity:0.5;
	filter:alpha(Opacity=50);
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.requiredField {
	color:#FF0000;
	font-weight:bold;
}

.tableRowOdd {
	background-color: #F8F5E1; /* Light Tan */
	vertical-align:top;
	line-height: 1.4em;
}

.tableRowEven {
	background-color: #FFFFFF;	/*#dff0fc; /* Light Blue */
	vertical-align:top;
	line-height: 1.4em;
}

.tableRowOddClassFull {
	vertical-align:top;
	line-height: 1.4em;
	filter:alpha(Opacity=50);
	moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: #F8F5E1; /* Light Tan */
}

.tableRowEvenClassFull {
	background-color: #FFFFFF; /* Light Tan */
	vertical-align:top;
	line-height: 1.4em;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h1 {
	color: #000000;	/*#3e8167;  Green color.*/
	font-size: 1.4em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	line-height: 1.5em;
}
h2 {
	color: #3e8167;
	font-size: 1.4em;
	margin-top: 0.25em;
	/*margin-bottom: 0.25em;*/
	line-height: 1.4em;}
h3 {
	color: #3e8167;
	font-size: 1.2em;
	margin-bottom: 1.2em;
}
h4 {
	color: #3e8167;
	font-size: 1.0em;
}

legend {
	color:#000000;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

legend.orange {
	color: #D5A00f;
	font-size: 1.4em;
	font-weight: bold;
	text-transform:uppercase;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
legend.blue {
	color: #546F84;
	font-size: 1.4em;
	font-weight: bold;
	text-transform:uppercase;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
.orange {
	color: #D5A00f;
	font-size: 1.6em;
	font-weight: bold;
	text-transform:none;
	margin:0px 20px 0px 20px;
	vertical-align:middle;
}

legend.green {
	color: #3e8167;
	font-size: 1.4em;
	font-weight: bold;
	text-transform:uppercase;
	background-color:#FFFFFF;
}

.blue {
	color: #546F84;
	/*font-size: 1.4em;*/
	font-weight: bold;
	text-transform:none;

}


#header {
	width: 900px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D5A00F; /* Gold Color*/
}
#logo
{	
	width:250px; 
	/*height:150px;*/
	float:left;
}



.headerNav {
	width: 900px;
	background-color: #546F84;
	border-top: 3px solid #FFFFFF;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	display:block;
	padding: 8px 0px 8px 0px;
	clear:both;
}

.headerNav ul {
	display:inline;
	list-style-type: none;
}

.headerNav li {
	display: inline;
}

.headerNav a {
	padding: 0px 12px 0px 12px;
	border-right: 1px solid #FFF;
}

.headerNav a:link {
	color: #EEE8B9;
}

.headerNav a:visited {
	color: #EEE8B9;
	/*color:#D5A00f; orange color.*/
}



.headerNav a:hover, .headerNav a:focus {
	color: #FFF;
}
.headerNav a:active {
	color: #FFFFFF;
}


.headerNav li.first {
	border-right: none;
	margin-right: 100px;
}

.headerNav a.last {
	border-right: none;
}

#content {
	width: 100%;
	background-color: #FFF;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

#contentLeft {
	width: 230px;
	text-align:center;
	float: left;
	/*border-right: 1px solid #000000;*/
	padding-bottom: 10px;
	height: 100%;
	/*background-color: #f8f5e1;*/
	padding-left:10px;
}

#contentLeft img {
	padding-top: 10px;
}

#contentRight {
	width: 640px;
	background-color:#FFFFFF;
	float:left;
	/*margin-right:10px;*/
}

ul {
	list-style-position: outside;
	list-style-type: disc;	
}

.title {
	font-weight: bold;
}

p {
	font-weight: normal;
	font-size: 1.0em;
	color: #000000;
}

.error {
	font-weight: bold;
	color:#FF0000;
}

h2.alert {
	position:relative;
	margin: 2px 0px 2px 0px;
	color:#FF0000;
	font-weight: bold;
}

#moreLogos	{
	width:190px;
	float:left;
	margin: 10px;
}

#moreLogos2 {
	width:190px;
	float:left;
	margin: 10px;
}

#moreLogos3 {
	width:190px;
	float:left;
	margin: 10px;
}


#footer {
	width: 100%;
	background-color: #546F84;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D5A00F;

}
.footerNav {
	width: 900px;
	background-color: #546F84;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	display:block;
	padding: 8px 0px 8px 0px;
	clear:both;
}

.footerNav ul {
	display:inline;
	list-style-type: none;
}

.footerNav li {
	display: inline;
}

.footerNav a {
	padding: 0px 12px 0px 12px;
	border-right: 1px solid #FFF;
}

.footerNav a:link {
	color: #EEE8B9;
}

footerNav li.first {
	border-right: none;
	margin-right: 100px;
}

.footerNav a.last {
	border-right: none;
}

.footerNav a:hover, .footerNav a:focus, .footerNav a:active {
	color: #FFF;
}

.footerNav a:visited {
	color:#D5A00f; /* orange color.*/
}
#footer p {
	border-top: 1px solid #000000;
	color: #FFF;
	font-size: .8em;
	line-height:1.0em;
	margin:3px 0px 0px 0px;
	padding: 5px 3px 5px 12px;
	vertical-align:middle;
	text-align:left;
}