﻿@import url("reset.css");
@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
p {
	margin: 0px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
}
h1 {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	color: #184118;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 8px;
	text-align: right;
	color: #1A463E;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	padding: 0px;
	text-align: center;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	text-align: right;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
blockquote {
	padding: 5px 30px 10px 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
#container {
	width: 980px;
	margin: 0 auto;
	background-image;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #009900;
}
#masthead {
	width: 980px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: auto;
	background-color: #009900;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #009900;
	position: relative;
	clear: both;
	display: inline;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#content {
	float: left;
	width: 640px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
}
#sidebar-right {
	float: right;
	width: 160px;
	background-color: #009900;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 980px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	overflow: auto;
	background-color: #003300;
}
#masthead img {
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 150px;
	display: block;
	margin: 0;
	padding: 10px 5px 0px 5px;
}
#sidebar-right ul {
	list-style-type: none;
	width: 150px;
	display: block;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}
#sidebar li {
	font-size: 1em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #009900;
	text-align: left;
}
#sidebar-right li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #009900;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px;
	background-color: #009900;
}
#sidebar-right a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 2px;
	background-color: #009900;
}
#sidebar a:hover {
	font-weight: bold;
	color: #FFCC00;
	background-image: none;
}
#sidebar-right a:hover {
	font-weight: bold;
	color: #ffcc00;
	background-image: none;
}
/* Styles for Footer */
#footer p {
	font-size: 8pt;
	color: #fff;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#content a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content ul {
	list-style-type: disc;
	margin: 0;
	padding: 10px 10px 0px 25px;
	text-align: left;
}
#content li {
	font-size: 16pt;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	width: 210px;
	float: right;
	text-align: center;
	clear: both;
	padding-bottom: 5px;
}

.captionSM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 170px;
	float: right;
	text-align: center;
	clear: both;
	padding-bottom: 3px;
}


