/* CSS Document */
body, html {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #ffffff;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
/*margin:0px auto;
padding:0px auto;
text-align:center;
font-family:Arial, Helvetica, sans-serif;*/

}
ul {
color:#000000;
font-size:12px;
line-height:24px;
margin:7px 10px 10px 10px;
}
li {
color:#000000;
font-size:12px;
line-height:24px;
margin:0px 10px 10px 10px;
}

#container {
width: 936px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*border: 1px solid #000000;*/
text-align: left; /* this overrides the text-align: center on the body element. */
/*text-align:left;
width:920px;
background-color:#FFF;
margin-left:auto;
margin-right:auto;*/
}
#header {
	padding: 10px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


#mainHeader {
margin:0px;
padding:0px;
}

#mainNavigation {
background-color:#66737B;
text-align:center;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
height:23px;
width:920px;
margin:0px;
text-align:center;
padding-top:6px;
}

#mainNavigation a, #mainNavigation a:link, #mainNavigation a:visited, #mainNavigation a:hover, #mainNavigation a:active {
color:#CCCCCC;
text-decoration:none;
}

.navPush {
margin:0px 7px 0px 8px;
font-weight:normal;
color:#999999;
font-size:11px;
margin-top:2px;
}
.red_border{
    border-left: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
	border-top: 1px solid #CC0000;
}
.bottom_border{
    border-bottom: 1px solid #CC0000;
}
h1 {
color:#CC0000;
font-size:18px;
padding:0px;
margin:10px 10px 5px 10px;
}
h2 {
color:#000000;
font-size:18px;
padding:0px;
margin:10px 10px 5px 10px;
}
h3 {
color:#000000;
font-size:14px;
padding:0px;
margin:0px 0px 5px 5px;
}

p {
color:#000000;
font-size:12px;
line-height:24px;
margin:0px 10px 10px 10px;
}

.callout {
display:block;
border:none;
margin:10px 0px 20px 0px;
}

#news {
width:450px;
display:block;
}

.wedge {
margin:0px 10px 15px 10px;
color:#999999;
}

.logos {
margin:20px 20px 0px 20px;
vertical-align:top;
}

/*#footer {
text-align:center;
margin-top:20px;
padding-top:15px;
border-top:#003399 solid 2px;
vertical-align:top;
}*/
/*Footer*/
	#footer {
		padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	}
	#footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		color:#B1B1B1;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
	}
	#footer a {
		color:#B1B1B1;
	}
/*End Footer*/

#flash {
vertical-align:top;
margin-top:15px;
}

a.er {
color:#4141DB;
text-decoration: none;
}

a.er:link {
color:#4141DB;
text-decoration: none;
}

a.er:visited {
color:#4141DB;
text-decoration: none;
}

a.er:hover {
color:#4141DB;
text-decoration: none;
}

a.grey {
color:#003399;
}

a.grey:link {
color:#003399;
}

a.grey:visited {
color:#003399;
}

a.grey:hover {
color:#003399;
}

a:active {
color:#CC0000;
}

a {
color:#CC0000;
}

a:link {
color:#CC0000;
}

a:visited {
color:#CC0000;
}

a:hover {
color:#000099;
}

a:active {
color:#CC0000;
}

#privacy, #privacy a, #privacy a:link, #privacy a:visited, #privacy a:hover, #privacy a:active {
font-size:11px;
color:#666666;
text-decoration:none;
}

.navlist
{
padding-left: 0;
margin-left: 0;
width: 250px;
}

.navlist li
{
font-size:16px;
color:#666666;
list-style: none;
margin: 0;
padding: 10px;
font-weight:normal;
}

.navlist li a { text-decoration: underline; color:#666666; font-weight:normal; }
.navlist li a:hover { text-decoration: none; color:#999999; }



ol {
font-size:12px;
}

ol li {
margin:7px;
}

ul {
font-size:12px;
}

ul li {
margin:7px;
}

}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #660099;
}
hrwedge {
	margin:0px 10px 15px 10px;
	color:#660099;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*search box top*/
input.search {
	color:#ffffff;
	background-color:#FF4000;
	width:223px;
}

