@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000;
	background-image: url(../_images/SunsetBackground.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 40px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../_images/transparent_bg.png);
}
.oneColFixCtr #innerContainer {
	padding: 0px;
	margin: 0 75px;
	width: 761px;
}
#mainContent {
	margin: 0px;
	padding: 0px;
}

#headerContainer {
	margin: 0px;
	padding: 0px;
	height: 132px;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 132px;
	width: 292px;
	float: left;
}
#welcomeBox {
	margin: 5px 0 0 0;
	padding: 0px;
	float: right;
	height: 0px;
	color: #fff;
	font-size: 13px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#topMenu {
	margin: 85px 0 0 0;
	padding: 0px;
	width: 450px;
	float: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#button1 {
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
	width: 85px;
	height: 25px;
	float: left;
	background-image: url(../_images/menu_button_up.jpg);
	background-repeat: no-repeat;
}
#button2 {
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
	width: 85px;
	height: 25px;
	float: left;
	background-image: url(../_images/menu_button_up.jpg);
	background-repeat: no-repeat;
}
#button3 {
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
	width: 85px;
	height: 25px;
	float: left;
	background-image: url(../_images/menu_button_up.jpg);
	background-repeat: no-repeat;
}
#button4 {
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
	width: 85px;
	height: 25px;
	float: left;
	background-image: url(../_images/menu_button_up.jpg);
	background-repeat: no-repeat;
}
#topMenu a {
	color: #fff;
	text-decoration: none;
}
#topMenu a:hover {
	color: #FCF;
}


#button5 {
	margin: 0px;
	padding: 4px 0 0 0;
	width: 85px;
	height: 25px;
	float: left;
	background-image: url(../_images/menu_button_up.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-color: #630101;
	margin: 0px;
	padding: 5px 0 0 0;
	height: 20px;
	color: #E4E4E4;
	font-size: 11px;
	text-align: center;
}

#debug {
	margin: 0px;
	padding: 2px 5px 2px 0;
	font-size: 9px;
	text-align: right;
	background-color: #000;
	color: #999;
}
#mainContent h1 {
	color: #F2F2F2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;
	margin: 0px;
	padding: 5px 0;

}
#mainContent p {
	margin: 0 0 10px 0;
	padding: 10px;
	color: #fff;
	text-indent: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}



#debug a {
	color: #999;
}
#form1 label {
	color: #FFF;
	font-size: 14px;
}
#form1 {
	margin: 0 40px;
	padding: 0px;
}



#mainContent p a {
	color: #FFC;
}
#mainContent h2 {
	color: #E8E8E8;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

