@charset "utf-8";
/* CSS Document */
body      { font-size: 11px; font-family: Arial, Helvetica, sans-serif; background-color: white; margin: 50px 0px 0px }
div#wrapper {
	text-align:left; /* reset text alignment */
	width:970px; /* or a percentage, or whatever */
	margin:0 auto; /* for the rest */
}
#header{
	width: 970px;
	height: 38px;
}
#leftCol{
	float:left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
#rightCol{
	width:460px;
	float: left;
	vertical-align: top;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
}
#headerLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align:right;
	margin-right: 15px;
	margin-bottom: 5px;
}
#headerLink a:link{
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#headerLink a:visited { color: #cccccc; text-decoration: none; margin-right: 10px; margin-left: 10px }
#headerLink a:hover { color: #cccccc; text-decoration: underline; margin-right: 10px; margin-left: 10px }
#headerLink a:active { color: #cccccc; text-decoration: underline; margin-right: 10px; margin-left: 10px }
#pageFrame {
	background-color: white;
	text-align: left;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	width: 970px;
	height: auto;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-left-color: #000000;
	border-left-style: solid;
	border-right-color: #000000;
	border-right-style: solid
}
#homeframe   { background-color: white; text-align: center; padding-top: 15px; padding-bottom: 15px; border: solid 1px black; width: 970px; height: auto; border-bottom-color: #000000; border-bottom-style: solid; border-left-color: #000000; border-left-style: solid; border-right-color: #000000; border-right-style: solid
 }
#headerFrame{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width: 970px;
	height: 49px;
}

.siteLink{}
.mainImg { margin-bottom: 15px }
.bodyCopy{
	padding: 15px 15px 15px 10px;
}
.tableTxt  { margin: 5px 10px; padding: 5px 10px }
.subHead{}
.footer       { color: silver; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; background-color: white; margin-top: 5px; border: solid 1px black; width: 970px }
