﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #162455;
}
#container {
	width: 750px;
	background-image: none;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #93ce02;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#masthead {
	margin: 0 5px 0 5px;
	width: auto;
	overflow: auto;
	background-color: #93ce02;
	color: #162455;
	font-weight: bold;
	height: 104px;
}
#sidebar {
	border-style: none;
	float: left;
	width: 175px;
	background-color: #93ce02;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	color: #FFFFFF;
}
#content {
	float: right;
	width: 600px;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	position: inherit;
	color: #162455;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #93ce02;
	color: #162455;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
}
#sidebar li {
}
#sidebar a {
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
	border-bottom-style: none;
}
#sidebar b {
	border-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	border-bottom-color: #92D303;
}
#sidebar a:hover {
	text-decoration: none;
	border-bottom: 1px solid #f2f2f2;
	border-bottom-style: none;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #192154;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #162455;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}