/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/* background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../images/Gradient.jpg);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
}
body.iframe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 0px;
	padding: 0px;
	background-color: white;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
}
a#bannerlink {
	position: absolute;
	height: 60px;
	width: 400px;
	left: 400px;
	top: 20px;
	display: block;
}
#bannersubnav {
	font-size: 12px;
}
#leftnav {
	background-color: #000000;
	margin: 0px;
	padding:0px;
	position: absolute;
	/* height: 260px; */
	width: 180px;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
#leftnav a{
	color: #FFCC00;
	font-style: normal;
	font-weight: bold;
}
#leftnav a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#leftnav ul {
	padding-right:12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 34px;
	text-indent: -1em;
}
#leftnav ul ul {
	padding:0px 12px;
}
#leftnavimage {
	position: relative;
	bottom: -3px;
	left: 0px;
}
#main{
	position: relative;
	width: 580px;
	left: 185px;
	top: 0px;
	padding: 12px;
}
#main a:link{
	color: #006699; /* teal for white */
}
#main a:visited{
	color: #6B8894; /*lt grey teal for white */
}
#main a:active {
	color: #6B8894; /* gold for white */
}
#main a:hover {
	text-decoration:underline;
}

#main ul{
	list-style-type:disc;
	margin: 0px;
	padding: 0px 24px;
}
a:link{
	color: #006699; /* teal for white */
}
a:visited{
	color: #6B8894; /*lt grey teal for white */
}
a:active {
	color: #6B8894; /* gold for white */
}
a:hover {
	text-decoration:underline;
}
.pagetitle {
	font-size: 200%;
	color: #666;
	font-weight: bolder;
	letter-spacing: 6px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.subtitle {
font-size: larger;
	color: #000066; /* navy */
	font-weight: bold;
	letter-spacing: 4px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 0;
}
h1 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 4px;
}
table.solid, th.solid, td.solid, p.solid, ol.solid, ul.solid{
	color: black; 
	background-color: white;
}
table.tint, th.tint, td.tint, p.tint{
	color: #660000; 
	border: 1px solid #cccccc;
	background-color: white;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/Gradient2.jpg);
}
table.collapse {
border-collapse: collapse;
}
p.indent{
	color: black; 
	background: white none;
	padding: 5px;
	margin-left: 25px;
}
hr {
    height:1px;
    width: 100%;
	color: #fff; 
    background-color: #fff; 
	border: 0;
	margin: 0;
   }
.border{border: 1px solid #000;}
#footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 50px;
	position: relative;
	height: 50px;
	width: 800px;
	left: 0px;
	bottom: 0px;
	line-height: 12px;
}
#footer a{
	color: #666666;
	text-decoration:underline;
}
.leftimg { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align:center;
	background-color:#FFCC99;
	border: 1px solid #000000;
	font-size:75%;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
