﻿@import url("layout.css");
body {
	font-family:Tahoma;
	font-size:large;
	/*font-style:italic;*/
	color: #215E21;
	background-color: #FFFFF0;
}
p
{
	line-height:100%;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #FFFFF0;
	color: #FFFFF0;
}
/*Header*/
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #215E21;
	color: #FFFFF0;

}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #FFFFF0;
}
#content a,b,u{
	color: #215E21;
}

#content {
	margin-left: 140px;
	padding: 10px;
	/*background-color: #dda;*/
	background-color: #FFFFF0;
	color: #215E21;
}
#footer {
	clear: both;
	font-family:Verdana;
	font-size:x-small;
	width: 99%;
	overflow: hidden;
	padding-top: 0%;
	padding-right: 0;
	padding-bottom: 0%;
	padding-left: 1%;
	background-color: #215E21;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #215E21;
}
#sidebar a {
	/*font-weight: bold;
	font-style: italic;
	font-family:Tahoma;*/
	font-size:large;
	text-decoration: none;
	color: #FFFFF0;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #215E21;
	color: #215E21;
}
#sidebar a:hover {
	/*font-weight: bold;*/
	font-style: italic;
	font-family: Tahoma;
	font-size:large;
	text-decoration: none;
	color: #FFFFF0;
	border-bottom: 1px solid #215E21;
	background-color: #215E21;
	color: #FFFFF0;
}
/* Styles for Footer 393939*/
#footer p {
	color: #FFFFF0;
	line-height:100%;
}
#footer a {
	/*color: Black;*/
	color: #FFFFF0;
	text-decoration: underline;
	font-style:italic;
}
#footer a:hover {
	color: #FFFFF0;
	font-size:medium;
	text-decoration: none;
}
a {
	color: #FFFFF0;
	text-decoration: underline;
}
a:hover {
	color: #215E21;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.RightInnerDiv
{
	float: right;
}
.LeftInnerDiv
{
	float: left;
}
.ULContainer
{
	width: 50%; 
	margin-left: 25%; 
	margin-right: 25%;
}
.ClearAllDiv
{
	clear: both;
}
.ClearAllDiv
{
	clear: both;
}
#FAQ li
{
	font-size: 3;
}
#FAQ li
{
	font-size: 2;
}