﻿/* CSS layout */
#masthead {
	background-image: url('graphics/header3a.png');
	background-repeat: no-repeat;
	background-color: #175C9F;
	top: 0px;
	left: 0px;
}
#page_content {
	font-family: Tahoma;
	color: #000000;
	margin-left: 10px;
}
#footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
#top_nav {
	border: 1px solid #256F96;
	background-color: #D7EBEA;
	height: auto;
	margin-bottom: 5px;
	line-height: normal;
}
#top_nav ul {
	list-style-type: none;
	width: auto;
	padding: 0px;
	margin: 0px;
	float: none;
	height: auto;
}
#top_nav li {
	float: left;
	height: auto;
}
#top_nav a {
	border-right-style: solid;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #256F96;
	border-right-color: #256F96;
	text-decoration: none;
	display: block;
	margin-right: 1px;
	padding: 5px;
	color: #256F96;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-size: 12pt;
	font-family: Arial;
}
#top_nav a:hover {
	text-decoration: none;
	color: #D7EBEA;
	background-color: #116E8F;
}
#footer hr {
	color: #175C9F;
}
#masthead a {
	text-decoration: blink;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Tahoma Small Cap";
}
#masthead a:hover {
	color: #FFFF00;
}
#page_content h1 {
	font-family: Tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: #175C9F;
}
#page_content h2 {
	font-family: "Arial Black";
	font-weight: bold;
	color: #52AFC1;
}
#page_content img {
	margin: 10px 15px 10px 15px;
}
.bolditem {
	font-weight: bold;
	color: #256F96;
}

