@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #1c3766;
	background-image:url(images/sealbg.jpg);
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #1c3766;
}
.entirepage #header {
	height: 170px;
	background-image:url(images/BannerNow3.jpg);
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:left;
	font-size:11px;
	padding: 0px;
}
.entirepage #container {
	position:relative;
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
} 

.entirepage #sidebar1 {
	position: absolute;
	top: 176px;
	left: 6px;
	width: 200px;
	background: #EBEBEB;
	padding: 10px 10px 10px 10px;
	border: #1c3766 solid 1px;
}
.entirepage #sidebar2 {
	position: absolute;
	top: 176px;
	right: 6px;
	float: right; 
	width: 200px;
	background: #EBEBEB; 
	padding: 10px 10px 10px 10px;
	border: #1c3766 solid 1px;
}
.entirepage #mainContent {
	margin: 0 250px;
	padding: 0 10px; 
	text-align: left;
}
p.highlight {
	background-color:#1C3766;
	color:#FFF;
	font-weight:bold;
}
p.special {
	background-color:#FFFFFF;
	color:#990000;
	font-weight:bold;
}
.entirepage #footer { 
	padding: 0; 
	background:#1c3766;
	color:#FFF;
} 
.entirepage #footer p {
	margin: 0; 
	padding: 0; 
}
.entirepage #notice {
	font-family:Verdana, Geneva, sans-serif;
	color:#900;
	font-weight:bold;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color:#1c3766;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
}
h2 {
	color:#1c3766;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#1c3766;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
h4 {
	color:#1c3766;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a:link {
	color: #1c3766;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1c3766;
}
a:hover {
	text-decoration: underline;
	color: #06F;
	font-weight:bold;
}
a:active {
	text-decoration: none;
}
