/* CSS Document */

html,body{
	margin:0;
	padding:0
}
body{
	text-align:center
}
p{
	margin:0 10px 10px
}
div#header { 
	margin-bottom:-2px;
}
div#setbackground { 
	background: url(/go/images/lighteningbackground.jpg) no-repeat top left;  
	margin:0;
}
div#container{
	text-align:			left; 
	width:				799px;
	margin:				0 auto;
	background-color:	#b6b6b6;
}
div#sidebar{
	float:left;
	width:200px;
	margin-left:-200px;
}
div#sidebar p {
	padding:10px;
}
div#navigation a {
	border:0px;
	text-decoration:none;
	color:#000000;
}
div#navigation{
	float:left;
	width:170px;
	margin-left:-799px;
	font-size: 13px;
	text-align: center;
	margin-top:2px;
}
ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width:170px;
}
ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
	height:40px;
	width:170px;
}
ul#navlist li a {
	display: block;
	width: 100%;
	height:40px;
	padding: 12px 0 0 35px;
	color: #000;
	font-weight:normal;
	text-decoration: none;
	background: url(/go/images/buttonoff.jpg) top left no-repeat;
}
#navigation>ul#navlist li a { width: auto; }
ul#navlist li#active a {
	background: url(/go/images/buttonon.jpg) top left no-repeat;
	color: #FFF;
}
ul#navlist li a:hover, 
ul#navlist li#active a:hover {
	color: #FFF;
	background: url(/go/images/buttonon.jpg) top left no-repeat;
}
div#footer{
	clear:left;
	width:100%; 
	background:  #C60007;
	color: #FFF
}
div#footer p{
	margin:0;
	padding:5px 10px
}
div#wrapper{
	background: #a8a8a8 url(/go/images/maincontentbg_06.jpg) repeat-x top left;
	float:left;
	width:100%
}
div#content{
	margin: 0 200px 0 170px;
}
div#contentwrap{ 
	margin-top:10px; 
	margin-left:10px; 
	margin-right:10px;
}
div#contentwrap p{
	line-height:1.4
}
div#contentwrap li {
	list-style-image: url(/go/images/bullet.gif);
	font-size:12px;
	padding-bottom:2px;
}
div#contentwrap h1 {
	margin-bottom:-5px;
}
body,td,th {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #BD0006;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #85000F;
}
a:hover {
	text-decoration: none;
	color: #C60007;
}
a:active {
	text-decoration: underline;
	color: #BD0006;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #BD0006;
}
h2 {
	font-size: 16px;
	color: #BD0006;
}
h3 {
	font-size: 14px;
	color: #BD0006;
}
h4 {
	font-size: 12px;
	color: #BD0006;
}
.smallfont {font-size: 10px}
.red {
	color: #BD0006;
}
.white {
	color: #E3E3E3;
}
.bigfont {
	font-size:16px;
}

#form1 {
	background: #999999;
	border: 1px solid #969696;
	padding: 12px;
}

#form1 p {
	background: #969696;
	padding: 3px;
	margin: 3px 0;
}
#form1 input,
#form1 textarea {
	color: #666666;
	font-size: 21px;
	width: 100%;
	padding: 3px;
	border: #636363;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}
#form1 textarea {
	height: 200px;
}

#form1 input[type="submit"] {
	width: 50%;
	border: inherit;
	cursor: pointer;
	color: #C60007;
}

.response {
	background: #FFFF00;
	padding: 12px;
	color: #C60007;
}