﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
}
#container {
	width: auto;
	margin-top: 5px;
	border-bottom: 2px #363636 none;
	background-color: #ffffff;
	right: 5px;
}
.statement-title {
	font-family: Verdana;
	font-size: medium;
	color: #000000;
}
#masthead {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
	background: #FFFFFF;
	position: relative;
	float: left;
	width: 700px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 230px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top:1150px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #ffffff;
	font-size: medium;
}
#navigation li {
	background: #ffffff;
	float: left;
}
#navigation a {
	font: inherit;
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 px;
	padding: 2px;
	border: 5px solid #ffffff;
	background-color: #ffffff;
}
#navigation a:hover {
	text-decoration: none;
	color: #708090;
	background-color: #FFFFFF;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #000000;
	font-family: "Comic Sans MS";
	font-size: medium;
}
h2 {
	color: #555555;
}
#content h1 {
	color: #455;
}
#content img {
	margin: 3px 3px 3px 0px;
	padding: 5px 5px 5px 0px;
	border: 1px solid #FFFFFF;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #708090;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.page-title {
	font-family: Verdana;
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
.style2 {
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #000000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}