body, html {
	margin:0;
	padding:0;
	background:#05203B;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

body {
	min-width:770px;
}

#wrap {
	background:#FFF;
	margin:0 auto;
	width:770px;
}

#header {
	margin: 0px;
	padding: 0px;
	background:#FFF;
}

#nav {
	margin:0;
	margin-top: -2px;
	background:#FFF;
	width:770px;
	border-bottom: 1px solid #FFF;
}

#homepage {
	background:#000;
	width:770px;
	height: 345px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#main {
	background: #252525;
	margin-top: 1px;
	float: left;
	width: 593px;
	margin-bottom: -2px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#sidebar {
	background:#FFF;
	margin-top: 1px;
	float:right;
	width:174px;
	border-right: 1px solid #FFF;
}

#content {
	background:#FFF;
	margin-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float:left;
	width:480px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#content h2 {
	background:#FFF;
	color: #093D6F;
	margin:0px;
}

#loginbox {
	width: 172px;
	background-color: #FFF;
	margin-bottom: 10px;
}

#loginboxin {
	margin-left: 7px;
	margin-right: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	background-color: #FFF;
}	

#spacer {
	padding-top: 2px;
	clear: both;
}

#grad {
	padding-top: 2px;
	clear: both;
	background: url('../images/gradbkg.gif') repeat-x center; 
	height: 8px;
}

#callouts {
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-top: -3px;
	padding-top: 5px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002569;
}

#cLeft {
	width:33%;
	float:left;
		height: 200px;
	background:#fff;
	padding-bottom:10px;
}

#cCenter {
	width:33%;
	float:left;
		height: 200px;
	background:#fff;
	padding-bottom:10px;
}

#cRight {
	width:33%;
	float:left;
		height: 200px;
	background:#fff;
	padding-bottom:10px;
}

#cBox {
	width: 221px;
	height: 210px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#cInner {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

#prefooter {
	clear: both;
	width: 770px;
	color: #FFF;
	background-color: #FFF;
	text-align: center;
}

#footer {
	clear:both;
	width: 770px;
	height: 50px;
	padding-top: 6px;
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
	background-color: #093D6F;
	color: #FFF;
}

#footer A {
	background-color: #093D6F;
	color: #FFF;4
	font-weight: normal;
	font-size: 8pt;	
	text-decoration: none;
	text-weight: bold;
}

.content {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.head1 {
	color:#306496;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
.head2 {
	color:#7C0041;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}




