﻿@import url("layout.css");
body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	color: #000;
	background-color: #142941;
	margin: 0;
	padding: 0;
	text-align: right;
}
#outercontainer {
	margin: 1em auto;
	width: 950px;
	height: 100%;
	background-color: #800000;
	border: 1px solid #000;
	padding: 1em;
	text-align: left;
}
#container {
	margin: 1em auto;
	width: 930px;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #000;
	text-align: left;
}
#masthead {
	border: 1px #000000 solid;
	width: 930px;
	overflow: auto;
	text-align: right;
	background-color: #FFFFFF;
}
#page_content {
	border: 1px #000000 solid;
	position: relative;
	width: 930px;
}
#topbar {
	width: 750px;
	margin-right: 0;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#sidebar {
	border-right: 1px #000000 solid;
	position: relative;
	float: left;
	width: 145px;
}
#content {
	margin-left: 145px;
	padding: 10px;
	background-color: #fff;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
#footer {
	border: 1px #000000 solid;
	clear: both;
	width: 930px;
	overflow: hidden;
	padding-right: 0;
	background-color: #FFFFFF;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-size: 10pt;
	margin-right: 5px;
}
h5 {
	font-size: small;
	margin-right: 1px;
}
h4 {
	font-size: small;
	margin-right: 2px;
}
h3 {
	font-size: small;
	margin-right: 3px;
}
h2 {
	font-size: medium;
	margin-right: 4px;
}
h1 {
	font-size: large;
	margin-right: 5px;
}
/* Topbar Styles */
#topbar ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#topbar li {
	float: right;
}
#topbar a {
	text-decoration: none;
	color: #800000;
	display: inline;
	margin: 0 1px;
	padding: 5px;
	background-color: #FFFFFF;
}
#topbar a:hover {
	text-decoration: none;
	color: #142941;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #800000;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #800000;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}