﻿/* CSS layout */
#masthead {
	background-repeat: no-repeat;
	width: 100%;
	height: 54px;
	background-image: url('../Graphics/header2.bmp');
	background-color: #053166;
}
#top_nav {
	height: 23px;
	background: #8ECD7C;
	width: 100%;
}
#page_content {
	margin-top: 10px;
	margin-left: 15px;
	position: relative;
	background-color: #FFFFE6;
}
#footer {
	font-size: 12px;
	margin-left: 15px;
}
#masthead h1 {
	font-family: Tahoma;
	font-size: 18pt;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 15px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}
#top_nav li {
	float: left;
	font-size: 12px;
}
#top_nav a {
	background: #8ECD7C;
	border: #053166;
	text-decoration: none;
	color: #256F96;
	display: block;
	margin-right: 4px;
	padding-right: 8px;
	padding-left: 8px;
}
body {
	font-family: Tahoma;
	font-size: small;
}
#top_nav a:hover {
	border: 1px solid #79D3FF;
	background: #FFFFCC;
	color: #996633;
	text-decoration: none;
}
#page_content h2 {
	font-weight: bold;
	font-size: x-large;
	font-family: Arial;
}
#page_content li {
	line-height: 15px;
	margin-top: 5px;
}
#page_content dd {
	margin-top: 5px;
}
#footer p {
	margin-top: -5px;
}
