﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #89A003;
}
#container {
	width: 800px;
	margin: 10px auto;
	background-color:#fff;
}
#masthead {
	text-align: left;
	width: 798px;
	height:120px;
	border: 1px solid #fff;
	background-color: #244a9f;
	}
#navigation {
	float: left;
	width: 155px;
	min-height:450px;
	position: relative;
	display: inline;
	border: 0px solid #003399;
	background-color: #fff;
	font-weight:bold;
}
#content {
	float: left;
	width: 622px;
	min-height:420px;
	position: relative;
	padding: 10px;
	border: 0px solid #003399;
	background-color: #fff;
	overflow: auto;
	}
.bottom { 
    padding:0px;
	margin: 0px;
	vertical-align:bottom;
	float: left;	
}
.sm {
	font-size:x-small;
	font-style:oblique;
	font-weight:bold;
	text-align:right;
}
#footer {
	text-align: center;
	clear: both;
	width: auto;
	padding: 5px;
	background-color: #a3bd0b;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	padding-top:10px;
}
#masthead h3 {
	color: #fff;
	font-style:italic;
	font-family:Calibri
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #244A9F;
	text-decoration: underline;
	display: block;
	padding: 5px;
	border: 1px solid #A3BD0B;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #A3BD0B;
	background-color: #244A9F;
}
#navigation p {
	padding: 5px;
	font-size: 0.8em;
    color: #244A9F;
}
#navagation h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	display:block;
	}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #003399;
}
#content img {
	padding: 0px;
	}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #244A9F;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #A3BD0B;
	}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}