﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
h6 {
	font-family: Verdana;
	color: #000099;
}

h5 {
	font-family: Verdana;
	color: #000099;
}

h4 {
	font-family: Verdana;
	color: #000099;
}

h2 {
	font-family: Verdana;
	color: #000099;
}

h1 {
	font-family: Verdana;
	color: #000099;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 12pt;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
p{
	font-family:Verdana, Helvetica, san-serif;
	color: black;
}
#container {
	width: 770px;
	margin: 0 auto;
	background-image: url("../images/white_back.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 750px;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #000099;
}
#mastheadwhite {
	height: 3px;
	width: 750px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: hidden;
	background-color: #ffffff;
}

#sidebar {
	float: left;
	width: 155px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: left;
	width: 575px;
	height: auto;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #000099;
}
#masthead img {
	float: left;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	color: white;
}
#mastheadlinks {
	width: 550px;
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	background-color: #ffcc00;}
#mastheaddate {
	width: 200px;
	float:left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right:10;
	background-color: #ffcc00;
	font-size: 1.1em;
	font-weight: none;
	text-decoration: none;
	text-align:right;
	color: #118;
}
#mastheadlinks a {
	font-size: 1.1em;
	font-weight: none;
	text-decoration: none;
	padding: 5px;
	color: #118;
}
#mastheadlinks a:hover {
	font-weight: none;
	text-decoration: underline;
	color: #118;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-size: 1em;
	font-weight: none;
	text-decoration: none;
	color: #118;
	padding: 5px;
}
#sidebar a:hover {
	font-weight: none;
	text-decoration: underline;
	color: #118;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
