@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
	background-color:#0b4d84; /* teal */
	background-image:url(/images/body.gif);
	background-repeat:repeat-x;
}

/**************************************  layout  ***********************************************/
#wrapper {
	width:808px; 
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:60px;
	margin-bottom:5px;
}

#head1 {
	width:237px;
	float:left;
	height:60px;
}
#head1 a {
	color:#666666;
	display:block;
	position:relative;
	top:40px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#head1 a:link, #head1 a:visited {
	text-decoration:none;
}
#head1 a:hover, #head1 a:active {
	text-decoration:underline;
}

#head2 {
	width:320px;
	text-align:center;
	float:left;
	height:60px;
}
#head3 {
	width:237px;
	float:left;
	text-align:right;
	}
#head3 h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	margin:0 10px 0 0;
	position:relative;
	top:40px;
}

#page {
	background-image:url(/images/page.png);
	width:778px; /* 808-30 */
	padding-left:15px;
	padding-right:15px;
	behavior: url("/stylesheets/iepngfix.htc");
	padding-top:13px;
}

#ram {
	margin-left:-10px;
	background-image:url(/images/ram.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#inner {
	margin-left:10px;
	min-height:700px;
	height:auto!important;height:700px;
}

#flash {
	height:200px;
}
#menucolumn {
	width:200px;
	float:left;
}

#main {
	width:558px;
	float:left;
	margin-left:20px;
}

#main a:link, #main a:visited {
	color:#00467f; /* teal too */
}
#main a:hover, #main a:active {
	color:#000; /* teal too */
}


/**************************************  footer  ***********************************************/
#footer {
	width:808px;
	height:33px;
	background-image:url(/images/footer.png);
	margin-left:auto;
	margin-right:auto;
	behavior: url("/stylesheets/iepngfix.htc");
	background-repeat:no-repeat;
	padding-bottom:10px;
	letter-spacing:-1px;
	word-spacing:2px;
}

#footer p {
	text-align:center;
	font-size:10px;
	margin:0;
	padding:0;
	color:#e2e5e7;
	padding-top:7px;
}
#footer p a:link, #footer p a:visited {
	color:#e2e5e7;
	text-decoration:none;
}
#footer p a:hover, #footer p a:active {
	color:#fff;
	text-decoration:underline;
}
#footer p.copyright {
	color:#000;
	margin-top:1em;
	height:50px;
}
#footer p.copyright a {
	color:#000;
}


/**************************************  widgets  ***********************************************/
#recentnews {
	border-bottom:8px solid #00467f;
	margin-bottom:1.2em;
	clear:left;
}
#recentnews h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	padding-left:15px;
	padding-bottom:4px;
	background-color:#00467f;
	border-bottom:1px solid #a21d0e;
	border-left:10px solid #a21d0e;
}

#recentnews p {
	background-image:url(/images/bottom-border.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:1em;
}
#recentnews p:last-child {
	margin-bottom:0;
}
#recentnews p a:link, #recentnews p a:visited {
	color:#4477a1;
	text-decoration:none;
}
#recentnews p a:hover, #recentnews p a:active {
	color:#4477a1;
	text-decoration:underline;
}



/**************************************  styles ***********************************************/
h1 {
	color:#00467f; /* teal too */
	font-size:18px;
	margin-top:0;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
}

h2 {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	margin-bottom:12px;
}
h3 {
	font-style:italic;
	font-size:14px;
	color:#00467f; /* teal too */
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
	font-size:11px;
}

.imageOnLeft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	border:none;
}
.imageOnRight {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	border:none;
}
ol {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	line-height:1.5em; 
}
ol li {
	list-style-type:decimal;
	margin-bottom: -12px;
}


.clearer {
	clear:both;
}