body {
	background-color: #004C90;
/*	background-image: url(images/tile.jpg);*/
	background-repeat: repeat-x;
	margin-top:25px;
}
.container{
	background-color: #FFFFFF;
	width: 788px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #000000;
}
.logo{
	float:left;
	width:144px;
	height:139px;
}
.right-side{
	float:right;
	width:644px;
	height:139px;
	background-image: url(top-tile.jpg);
	background-repeat: repeat-x;
}
/* Main Navigation --------------------------------------------------*/
#mainnav{
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	width:618px;
	height:47px;
	padding-top:18px;
	padding-left:22px;
	padding-bottom:48px;
}
html>/**/body #mainnav{
	background-image: url(nav.jpg);
	background-repeat: no-repeat;
	width:618px;
	height:47px;
	padding-top:18px;
	padding-left:22px;
}
#mainnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
#mainnav li{
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	
}
#mainnav li ul{ /* second-level lists */
	left:-999em;
	margin: 0;
	padding: 0;
	position: absolute;
	background: #00529C;
	border-color:#000000;
	border: 1px solid;
	width: 245px;
}

*:first-child+html #mainnav {height: 1%;} 
*:first-child+html #mainnav li {height: 1%;} 

#mainnav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 245px;
}
#mainnav li:hover ul ul, #mainnav li.sfhover ul ul {
	left: -999em;
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainnav ul.col {
	width: 490px;
}

#mainnav a {
	display: block;
	color: #00529C;
	padding-top:3px;
	padding-bottom:5px;
	font-weight: bold;
	text-decoration: none;
	padding-right:12px;
	font-size: 105%;

}
#mainnav a:hover{
	color: #FFFFFF;
}
#mainnav a.menunav
{
	display: block;
	color: #FFFFFF;
	width: 223px;
	font-size: 11px;
	padding-right: 6px;
	padding-left: 16px;
	padding-bottom: 3px;
	padding-top: 3px;

}
#mainnav a.menunav:hover 
{
	color:#FFFFFF;
	background-color: #F8C852;
}
/* End of Main Navigation --------------------------------------------------*/

.main{
	clear:both;
}

#search{
	width:645px;
	height:74px;
	background-image: url(top-right.jpg);
	background-repeat: no-repeat;
}
#search2{
	width:640px;
	height:74px;
	background-image: url(top-right2.jpg);
	background-repeat: no-repeat;
}
#left-side{
	background-color:#F4ECD7;
}
#left-side p{
	color: #00529C;
	margin:0px;
	padding-left:30px;
	line-height: 18px;
}
#left-side a{
	text-decoration: none;
	color: #00529C;
}
#left-side a:hover{
	text-decoration: underline;
}
h2.yellow-box{
	background-color:#F9C852;
	border: 1px solid #C0C1C2;
	padding-left: 21px;
	padding-top: 3px;
	padding-bottom:3px;
	margin: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00529C;

}
.secondary{
	clear:both;
	padding-left: 24px;
	padding-right: 25px;
	padding-top:25px;

}
.footer{
	width:784px;
	height: 20px;
	border-bottom: 1px solid #00529C;
	border-top: 1px solid #00529C;
	background-color: #F8C852;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-bottom: 5px;

}
hr{
	margin-bottom:2px;
	margin-top:2px;
	padding:0px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF4500;
	font-size: 105%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F8C852;
	font-size: 90%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 130%;
	color: #000000;

}

a {
	color: #004C90;
	line-height: 150%;
}
ul{
	margin-top:8px;
	margin-left:0px;
	padding-left:20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
	margin-bottom:1px;
	list-style:  circle;
	
}
.small_white {
	font-size: 65%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.small_black{
	font-size: 65%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;

}

