﻿@import url("Styles/layout.css");

body {
	font-family: Arial;
	font-size: 10.5pt;
	background-color: #f2f2f7;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 101%;
	margin-left:-7px
}
#masthead {
	width: 100%;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 15%;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	background-color: #fff;
}
#footer {
	font-family: Arial;
	text-align: center;
	font-size: 9pt;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	background-color: #808080;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #0000ff;
	text-decoration: none;
}
/* Extras */

