body, html {
}

body {
}

#wrap {
}
#header {
}
#nav {
}

#main {
}

#sidebar {
}

#content {
	background:#FFF;
	margin-top: 1px;
	float:left;
	width:770px;
	height: 220px;
}

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

#callouts {
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-top: -3px;
	padding-top: 5px;
	width: 750px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	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: 220px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

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

#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: bold;
	font-size: 6.5pt;
	background-color: #093D6F;
	color: #FFF;
}

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





