@charset "UTF-8";
body {
	background: #611f05;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 14px Arial, Helvetica, sans-serif;
	/* text-transform: lowercase; */
}
#wrapper{
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(/graphics/shadowback.png) repeat-y center top;
	margin: 0px auto;
	padding: 0px 5px;
}
#shadowtop{
	background:url(/graphics/topshadow.png) repeat-x center top;
	padding: 10px;
}
#container {
	width: 983px;
	margin: 0px 14px; 
	text-align: left;
	background: #937e85;
	border: 1px solid #fff;
}
#header {
	padding: 0; 
	background: #fff url(/graphics/header.png) no-repeat 292px 0px;
	height: 190px; 
}
#header h1 a{
	float: left;
	text-indent: -9999px;
	background:url(/graphics/logo.jpg) no-repeat left top;
	display: block;
	width: 250px;
	height: 150px;
	margin-left: 45px;
	margin-top: 20px;
}

#content{
	clear: both;
	border-top: 1px solid #7e7356;
}

img.leftpic{
	float: left;
	border: 1px solid #fff;
	border-left: 0px solid #fff;
	text-align: left;
}

#left{
	float: left;
	border: 1px solid #fff;
	border-left: 0px solid #fff;
	text-align: left;
	margin-top: 0px;
}

#mainContent {
	padding: 20px 40px 40px 40px;
	background: #937E85 url(/graphics/content_bg.png) no-repeat left top;
	float: right;
	width: 580px;
	color: #fff;
	min-height: 387px;
	border-top: 1px solid #fff;
}

#mainContent h1 {
	font-size: 34px;
	margin: 10px 0px 10px -12px;
}

table.formTable {
	border: 1px solid #bbb;
	padding: 4px;
}

#mainContent table.formTable h2 {
	margin: 0px 0px 8px 0px;
}

#mainContent h2 {
	font-size: 18px;
	margin: 10px 0;
}

#mainContent p {
	margin: 8px 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

#footer {
	clear: both;
	padding: 8px 0;
	background: #7e7356;
	border-top: 1px solid #fff;
	text-align: center;
	color: #ccc;
	width: 100%;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#content a {
	color: #fff;
}

#shadowbottom { 
	background: url(/graphics/bottomshadow.png) repeat-x;
	padding: 8px;
}

td.SD {
	background-color: #999999;
	text-align: center;
}
td.PH {
	background-color: #B75735;
	text-align: center;
}
td.SH {
	background-color: #EFB611;
	text-align: center;
}
td.SR {
	background-color: #EFB611;
	text-align: center;
}
td.SR {
	background-color: #611F05;
	text-align: center;
}

.form-error {
	color: #611F05;
}

.gmnoprint {
	color: #6F5F64;
}



