﻿@import url('layout.css');
@import url('menu.css');
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 770px;
	height: 100%;
	background-color: #004297;
	border:2px black solid
	
}
h1, h2 {
	color: #004297;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;
}
#masthead {
	width: 770px;
	height: 82px;
	color: #000000;
}
#page_content {
	position: relative;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial Black;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
		color: #FFFFFF;
}
#footer p {
	font-size: x-small;
}
#footer a {
	color:white;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.ImageLink {
	border:0px
}