/* CSS Document */

html, body {
	background-color: #002F5D;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/background.png);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	margin: 5px auto;
	width: 818px;
	background-color: #FFFFFF;
}

#cLeft {
	margin: 5px;
	width: 256px;
	float: left;
	margin-right: 5px;
}

#cRight {
	width: 547px;
	float: left;
	margin-top: 5px;

}

#header {
	display: block;
	width: 547;
	height: 144px;
}
#bottomBar {
	width: 818;
	height: 6px;
	background-color: #3F76AB;
	border: 1px solid #FFFFFF;
}

#content {
	padding-left: 10px;
}

#footer {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/**************************
         GLOBALS
**************************/

h1 span { 
	display: none; 
}
h1 {
    height: 144px;
	width: 256px;
    background-image: url(/img/logo.png);
    background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
/**************************
           NAV
**************************/

#cLeft ul {
	margin-top: 39px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
	background-image: url(/img/hr.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#cLeft ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#cLeft ul li a {
	color: #00498F;
	background: url(/img/nav-bg1.png) no-repeat;	
	padding-left: 5px;
	padding-top: 8px;
	height: 22px;
	with: 251px;
	display: block;
	text-decoration: none;
}

#cLeft ul li a:hover {
	color: #FFFFFF;
	background: url(/img/nav-bg2.png) no-repeat;	
}

#cLeft ul ul {
	padding: 0px;
	margin: 0px;
}

#cLeft li.sub a {
	color: #00498F;
	padding-left: 5px;
	padding-top: 8px;
	height: 22px;
	with: 251px;
	display: block;
	text-decoration: underline;
	background-image: none;
}
#cLeft li.sub a:hover {
	color: #00498F;
	padding-left: 5px;
	padding-top: 8px;
	height: 22px;
	with: 251px;
	display: block;
	text-decoration: underline;
	background-image: none;
}
