﻿/* CSS layout */
body 
{
	padding: 0;
	font-family: Arial, Helvetica;
	text-align: center;
	background-color: #FFFFFF;
	color: rgb(51, 51, 51);
	margin-top: 0px;
	background-image: url('images/gray_bkg.jpg');
	background-attachment: scroll;
	background-repeat: repeat;
	height: 1001px;
}
#container_center
{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
#container {
	background-position: top;
	border: thin none #FFFFFF;
	text-align: left;
	width: 800px;
	position: relative;
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #3366CC;
	height: 100%;
}
#masthead {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#logo {
	float: left;
	width: 150px;
	background-color: #FFFFFF;
}
#header {
	margin-left: 150px;
	width: 650px;
}
#left_col {
	float: left;
	width: 150px;
	background-color: #666666;
}
#left_nav {
	float: left;
	width: 200px;
	background-color: 666666;
}
#right_col {
	border-width: 10px;
	float: right;
	width: 325px;
	background-color: #FFFFFF;
	height: 100%;
	left: 475px;
	position: absolute;
	vertical-align: top;
}
#right_colscroll {
	border-width: 10px;
	float: right;
	width: 325px;
	background-color: #FFFFFF;
	height: 100%;
	left: 475px;
	position: absolute;
	vertical-align: top;
	overflow: auto;
}
#page_content {
	margin-left: 175px;
	margin-right: 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 200px;
}
#footer {
	clear: none;
	font-size: x-small;
	text-align: center;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
	position: relative;
	width: 800px;
	height: 40px;
	top: 0px;
	left: 0px;
}
a {
	color: #3366CC;
}
a:link
{
	color: #3366CC;
}
a:visited
{
	color: #3366CC;
}
a:active 
{
	color: #3366CC;
}
.style1 {
	font-family: Arial;
	color: #E1DEC8;
	font-size: x-small;
	background-color: #464646;
}
.style2 {
	color: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 10px;
}
.style3 {
	text-align: center;
	margin-bottom: 0px;
}
.style7 {
	font-size: xx-small;
}
.style10 {
	margin: 20px 1px 10px 24px;
	border-width: 1px;
	border-color: #000000;
}
.style11 {
	border: 1px solid #000000;
	margin-left: 11px;
	margin-top: 23px;
	margin-bottom: 0px;
}
.style12 {
	margin-top: 16px;
	margin-right: 0px;
}
.style13 {
	margin-right: 0px;
	background-color: #FFFFFF;
}
.style115 {
	margin-left: 140px;
}
.style116 {
	margin-left: 25px;
}
.style117 {
	border: 1px none #333333;
	background-color: #E6E6E6;
	vertical-align: top;
	margin-bottom: 0px;
}
.style118 {
	margin-left: 0px;
}
.style120 {
	text-align: right;
}
.style121 {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.style122 {
	margin-left: 20px;
}
.style123 {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.style124 {
	margin-left: 118px;
}
.auto-style3 {
	margin-top: 16px;
	text-align: center;
}
.auto-style4 {
	margin: 4px 0px 30px 60px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(51, 51, 51);
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	margin-top: 20px;
}
h3
{
	color: rgb(51, 51, 51);
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}
h4
{
	color: rgb(51, 51, 51);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: 700;
	text-align: center;
}
h5
{
	color: rgb(51, 51, 51);
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
}
h6
{
	margin: 10px 0px 0px 0px;
	text-align: justify;
	font-size: small;
	font-weight: normal;
}



