/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0px;

}
h1 {
	font-size: 18px;
	color: #ffffff;
}

h2 {
	font-size: 16px;
	color: #ffffff;
}

a {
		color:#ffffff;
}

#caution {
	text-align: center;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
}

#main {
background-color: #231F20;
width: 900px;
margin:0 auto;
}

#subhead {
width: 900px;
margin:0 auto;
}

#footer {
width: 900px;
margin:0 auto;
padding-top: 50px;
text-align: center;
font-size: 12px;
}

#content {
padding-top: 20px;
padding-left: 30px;
padding-right: 30px;
font-size: 14px;
}

#navigation {
width: 900px;
margin:0 auto;
background-image:url(images/navBG.png);
background-repeat:repeat-x;
}

div.jsBtn1 {
	position: 		relative;
	float:			left;
	background:		black url(images/navBG.png) repeat-x 0 0 scroll;
}
div.jsBtn1 a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		0.8em;
	font-weight: bold;
	text-decoration: none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.jsBtn1 div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/navHover.png) repeat-x 0 0 scroll;
}

.clear	{ clear: both; }

#tablegrid {
	width: 100%;
	padding-top: 5px;
	margin: 0px;
}

#tablegrid th {
	text-align: left;
	font-size: 14px;
	padding: 6px 4px 4px 6px;
	background-color:#333333;
	font-weight: bold;
	color: #ffffff;
	vertical-align: top;
	margin: 0px;
}

#tablegrid th a:link, #tablegrid th a:visited{
	font-weight: bold;
	color: #FFFFFF;
}

#tablegrid td {
	font-size: 14px;
	text-align: left;
	padding: 6px 4px 4px 6px;
	vertical-align: top;
	background-color: #999999;
	margin: 0px;
	color:#222222;
}

.special {
	display: none;
	visibility: hidden;
	}
	
.input {
	border: 1px solid #666666;
	padding: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
}
