﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}
.styleHeadder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000080;
	font-weight: bold;
	background-color: #008000;
	margin-top: auto;
	margin-bottom: auto;
	top: auto;
	bottom: auto;
	position: relative;
	width: auto;
	height: auto;
	right: auto;
	left: auto;
	text-align: center;
	vertical-align: 10%;
	text-decoration: none;
}
#HeadderText a {
	color: #000080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#HeadderText a:link {
	color: #000080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#HeadderText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

#container {
	border: 1px solid #C0C0C0;
	min-width: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
}
#left_col {
	width: 150px;
	float: left;
	background-color: #EEEEEE;
	background-image: url('images/divbgrdlh.gif');
}
#page_content {
	margin-left: 150px;
	width: 450px;
	float: none;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
}
#page_content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0080C0;
}
#page_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
#page_content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
#left_col a:hover {
	border: thick solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	background-color: #000000;
}
#left_col a {
	border: thick solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	background-color: #000000;
}
.styleFooter {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	color: #FFFF00;
	text-align: center;
	background-color: #000000;
	font-size: small;
	text-decoration: none;
}
.styleTopArrow {
	font-family: Arial;
	color: #FFFF00;
	text-align: center;
	background-color: #000000;
	font-size: large;
	font-weight: bold;
	border-top-width: thick;
}
.titleStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF9933;
	padding-top: 20px;
	text-indent: 20px;
}
#RHLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FF0000;
	text-decoration: none;
}
#RHLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #3a3a3a;
	text-decoration: none;
}
a {
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #009B9B;
}
