/* CSS Document */
/*
colors:
blue-med:		#16385E
blue-dark: 		#072A60
orange:			#FF8D00
grey:			#DADEE7
tan:			#FFF0DB
*/
body{
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:12px;
background-color:#072A60;
}

#header{
width:916px;
height:126px;
padding:2px;
background-color:white;
margin:10px auto 0 auto;
}

#header-left{
float:left;
width:376px;
height:90px;
padding:10px 0 0 20px;
}

#header-left a img{
border:none;
}

#header-right{
float:left;
width:520px;
}

#header-right-top{
text-align:right;
padding:0 10px 0 0;
margin:10px 0 40px 0;
}

#header-right-top a{
color:#072A60;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

#header-right-bottom{
text-align:right;
padding:0 10px 0 0;
}

#header-right-bottom a{
color:#072A60;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

#header #mainNav{
clear:both;
height:26px;
margin:0;
background-color:#FF8D00;
list-style:none;
padding-left:190px;
}

#header #mainNav li a.selectedNav{
display:block;
float:left;
height:21px;
margin:2px 5px 0 5px;
padding:3px 10px 0 10px;
background-color:white;
color:#FF8D00;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

#header #mainNav li{
display:inline;
}

#header #mainNav li a.unselectedNav{
display:block;
float:left;
height:21px;
margin:2px 5px 0 5px;
padding:3px 10px 0 10px;
color:white;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

#header #mainNav li a:hover, #header #mainNav li a.selected{
background-color:white;
color:#FF8D00;
}

#page-body{
width:916px;
min-height:400px;
background-color:white;
margin:0 auto 0 auto;
padding:0 2px 2px 2px;
}

#footer{
text-align:center;
margin:10px auto 0 auto;
color:white;
font-size:11px;
}

#footer a{
color:white;
margin:0 10px 0 10px;
}

.clear{
clear:both;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC6600;
}


