@charset "utf-8";

body, html {
	margin:0 auto;
	padding:0;
	background:url(../images/bg.jpg);
	height:100%;
	background:#72828b;
	font-family:Arial, Helvetica, sans-serif;
}

div#wrapper {
	margin:auto;
}

div#container {
	margin:auto;
	width:800px;
	background:url(../images/bg.png) repeat-y;
}

div#logoholder {
	position:relative;
}

div#header {
	padding-left:50px;
	position:relative;
	width:750px;
	height:300px;
}

div#head {
	position:relative;
	width:799px;
	height:38px;
	background:url(../images/head.jpg) no-repeat;
}


div#body {
	position:relative;
	width:799px;
	min-height:300px;
	background:url(../images/body.jpg) repeat-y;
	
}

div#body2 {
	position:relative;
	width:799px;
	height:38px;
	background:url(../images/foot2.jpg) no-repeat bottom left;
}

div#foot {
	position:relative;
	width:799px;
	height:38px;
	background:url(../images/foot2.jpg) no-repeat;
}

.gh1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#DEB40B;
	font-size:44px;
}

.gh2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#DEB40B;
	font-size:32px;
}

.gh3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#005a99;
	font-size:18px;
}

.gh4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}

.bh2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#005a99;
	font-size:32px;
}

.bh3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:18px;
}

.tablebody {
	background:url(../images/bbody.png) repeat-y;
}

.tt {
	background:url(../images/t.gif) repeat-x top;
}

.tr {
	background:url(../images/r.gif) repeat-y right;
}

.tb {
	background:url(../images/b.gif) repeat-x bottom;
}

.tl {
	background:url(../images/l.gif) repeat-y left;
}

.ast {
	color:#FF0000;
}

#imageContainer {
	height:240px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 160px;
	left: 24px;
}

ul#checks li {
	list-style-image: url(../images/check.jpg);
	list-style-position: inherit;
	margin-right:10px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 1.2em;
	line-height: 1.1em;
	vertical-align: top;
	-moz-padding-top: -1em;
	}

ul#checks {
	text-align: left;
	}