﻿/* CSS layout */
#maincontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color:#00458F;
}
#masthead {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#top_nav {
	border-style: none none solid none;
	border-color: #174E87;
	border-width: thin;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 150%;
	background-color: #D9D4D8;
}
#container {
	background-color: #D9D4D8;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#page_content {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #D9D4D8;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color:white;
	text-align:center;
	background-color:#00458F;
}
a {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	font-size: small;
	color: #024893;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	text-decoration: none;
	font-size: small;
	color: #024893;
	font-weight: bold;
}
a:visited{
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	text-decoration: none;
	font-size: small;
	color: #003366;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	text-decoration: none;
	font-size: small;
	color: #808080;
}
a:active {
	font-family: Verdana, sans-serif, "Gill Sans MT", "Trebuchet MS", "Trebuchet MS";
	font-size: small;
	color: #024893;
	text-decoration: none;
}

