html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/* The "height" above is a hack for IE5+/Win.  Below we adjust it using the child selector to hide from IE5+/Win  */
html>body, html>body #contents {
	height: auto;
}
/* Without this, Moz1.0 adds a vertical scrollbar */
body {
	background-color: #879BB0;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/bodyback.jpg);
	background-repeat: repeat-x;
	letter-spacing: 0px;
}
h1{
	font-size: small;
}
hr{
	line-height: 1px;
	height: 1px;
	margin-top: -4px;
}
a img{
	border: none;
}
a{
	color: #000000;
}
a:hover{
	color: #959595;
}
.bold{
	font-weight: bold;
}
.border1{
	border: 1px solid #5A5A5A;
}
#chart{
	border-bottom: 1px solid #8B8B8B;
	border-right: 1px solid #8B8B8B;
}
#chart td{
	border-top: 1px solid #8B8B8B;
	border-left: 1px solid #8B8B8B;
	padding-left: 15px;
}
tr.alt{
	background-color: #EEEEEE;
}
#chart th{
	background-color: #595959;
	color: #FFFFFF;
	border-top: 1px solid #8B8B8B;
	border-left: 1px solid #8B8B8B;
}
.menuinset{
	padding: 4px 0px 5px 10px;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
}
.mainmenuitem{
	width: 140px;
	padding: 1px 0px 3px 5px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
	display: block;
	/*background-color: #305C3C;*/
	cursor: pointer;
	background-color: #777777;
}
.submenu{
	display: block;
}
.submitbutton{
	background-color: #EEEEEE;
	color: #000000;
}
.submitbuttonhover{
	background-color: #848E86;
	color: #FFFFFF;
}
a.upper{
	color: #FFFFFF;
	background-color: transparent;
}
a.upper:hover{
	color: #A4AAA5;
}
#contents {
	position: absolute;
	top: 0px;
	left: 50%;
	font-size: 0px;
	line-height: 0px;
	background-image: url(../img/contentback.gif);
	background-repeat: repeat-y;
	width: 750px;
	margin: 0px auto 0px -375px;
	background-color: #FFFFFF;
	padding: 0px;
}
#maincolumn {
	font-size: 11px;
	line-height: 175%;
	position: relative;
	margin: 30px 0px 0px 215px;
	width: 500px;
	padding: 0px 0px 40px 0px;
}
#footer {
	position: absolute;
	bottom: -1px;
	width: 750px;
	text-align: center;
	height: 40px;
	background-image: url(../img/footerback.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	padding-top: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 11px;
	clear: both;
}
#logo{
	position: absolute;
	top: 54px;
	left: 10px;
}
#main {
	margin-bottom: 50px;
	height: auto;
}
#navigation{
	width: 145px;
	font-size: x-small;
	line-height: 150%;
	float: left;
	display: inline;
	margin: 35px 0px 0px 33px;
	background-color: #F6F6F6;
	padding: 3px 3px 3px 3px;
	border: 1px solid #9F9F9F;
}
#navigation a{
	text-decoration: none;
	font-size: x-small;
}
#sitecredit{
	font-size: 10px;
	text-decoration: none;
	color: #C3CDD7;
	margin-top: 15px;
	display: block;
}
#sitecredit:hover{
	color: #959595;
}
























