/*Overral font, size and color*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	background: #003466 url(../images/bg-02.gif) repeat-x left top;
}

/*Overal link colors */
a:link, a:visited {
	color:#6985C6;
}
a:hover, a:active {
	color:#FFDD01;
}





/*NAVIGATION OVERRIDES*/

#nav {
	background: url(../images/navbg.gif) repeat-x bottom;
}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background: transparent;
	color: #FFCE05;
}
#nav li a:active, #nav ul li a.active {
	background: transparent;
	color: #FFDD00;
}

/* 2nd Child menu */
#nav .menu li ul a {
	background: #078944;
	color: #FFFFFF;
}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	background: #FFD008;
	color: #024E99;
}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{
	background: #FFD10A;
	color: #fff;
}



/*Make the layout have a sidebar - just comment out below to show the sidebar div*/

/*
#content-side {display: none;}
.content-main {width: 770px;}
#content {background: none;}
*/
