﻿/* CSS layout */
h4
{
	color: #003399;
}

h3
{
	color: #003399;
}

h2
{
	color: #003399;
}
.button {
	border-width: 0px;
	margin-right: 3px;
	float: right;
}

.blue {
	color: #003399;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.green {
	color: #339933;
	font-weight: bold;
}
.orange {
	color: #FF9933;
	font-weight: bold;
}
#masthead {
	width: 950px;
	height: 250px;
}

#top_nav {
	border: none solid #003399;
	background-color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-size: 18pt;
	width: 950px;
	letter-spacing: 0;
	height: 45px;
	top: 13px;
	margin-top: 10px;
}
.right_graph {
	border-style: none;
	float: right;
	margin-left: 10px;
}
.left_graph {
	border-style: none;
	float: left;
	margin-right: 10px;
}
#container {
	border-width: none;
	border-color: #003399;
	position: relative;
	width: 950px;
	background-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#left_col {
	padding: 5px;
	width: 210px;
	position: absolute;
	left: 1px;
	top: 0px;
	height: 800px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#page_content {
	padding: 5px 15px 5px 10px;
	margin-left: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
}

#footer {
	padding-top: 5px;
	position: inherit;
	background-image: url('images1/strip_2pxl.gif');
}
#footer a:hover {
	text-decoration: underline overline;
	color: #003399;
}
#footer a {
	text-decoration: underline;
}
.body {
	font-size: small;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
		

}
.bodylist li {
	list-style-image: url('images1/Bul9pxl.gif');
	list-style-position: inherit;
	list-style-type: square;
}
#left_col a {
	text-decoration: underline;
}
#left_col a:hover {
	text-decoration: underline overline;
	color: #003399;
}
.CmntTable {
	margin: 3px;
	border-style: none;
	border-color: #E6EEFF;
	width: 250px;
	background-color: #E6EEFF;
	padding: 3px;
	float: right;
	font-size: 10pt;
}
.style BoldItal {
	font-weight: bold;
	font-style: italic;
}
.CmntTableLeft {
	margin: 5px;
	border-style: solid;
	border-color: #E6EEFF;
	width: 300px;
	background-color: #E6EEFF;
	padding: 5px;
	float: left;
}
.foottext {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: absolute;
}
.leftjustify {
	text-align: left;
	font-size: small;
}
.sub_indent {
	font-size: 8pt;
	text-indent: 20px;
}

