﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #800000;
	background-color: #FFFFE0;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #800000;
}
#masthead {
	margin-left: 10px;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #800000;
	color: #fff;
}
#masthead2 {
	margin-left: 10px;
	width: 100%;
	overflow: auto;
	text-align: left;
	background-color: #800000;
}
#page_content {
	position: relative;
}
#sidebar {
	margin-left: 0;
	position: relative;
	float: left;
	width: 140px;
	background-color: #ffffe0;
}
#content {
	margin-left: 140px;
	padding: 0px;
	background-color: #ffffe0;
}
#footer {
	margin-left: 0px;
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #800000;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 10pt;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #800000;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	background-color: #800000;
	color: #ffffe0;
	padding: 5%;
	display: block;
/*	border-bottom: 1px solid #fff;
*/
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffe0;
	background-color: #800000;
}
a:link
{
	color: #FF3300;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; text-decoration: underline 
}
a:visited
{
	color: #FF3300;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; text-decoration: underline 

} 
a:active 
{
	color: #FF3300;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold; text-decoration: none
}

/* Styles for Footer */
#footer p {
	margin-left: 130px;
	font-size: 10pt;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* local styles */
table
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #ffffe0;
	color: #800000; font-size:10pt

}
.style_left {
	text-align: left;
}
.style_justify {
	text-align: justify;
}
.style_center {
	text-align: center;
}
.style_right {
	text-align: right;
}
.style_underline {
	text-decoration:underline;
}
.style_red_underline {
	color: red;
	text-decoration: underline;
}
.border_zero {
	border: 0px;
}
.green_bar
{
	background-color: #E8F1D4;
}
.gray_bar
{
	background-color: #C0C0C0;
}

.table_head {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #800000;
}
.page_head {
	font-size: 12pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #800000;
	
}
.red_text {
	color: red;

}
.blue_text {
	color: blue;
}
.green_text {
	color: #008080;
}
.style_underline {
	text-decoration: underline;
}