@charset "utf-8";
/* CSS Document */

@import url(reset.css);

body {
	font: sans-serif;
	background: #666666;
	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: #000000;
	background-color: #010000;
	font-size: 90%;
}
.smallerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
}

/*Header*/
.oneColFixCtrHdr #header {padding: 0 10px 0 20px; height: 145px;}
.oneColFixCtrHdr #header h1 {margin: 0;	padding: 0; position: absolute; top: -300px;}

/*Menu*/
.oneColFixCtrHdr #menu {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin-right: 40px;
	height: 25px;
}
.oneColFixCtrHdr #menu a:link {text-decoration: none; color: #f3edd0;}
.oneColFixCtrHdr #menu a:visited {text-decoration: none; color: #f3edd0;}
.oneColFixCtrHdr #menu a:hover {text-decoration: none; color: #cc9933;}
.oneColFixCtrHdr #menu a:active {text-decoration: none; color: #f3edd0;}


/*Titles*/
.oneColFixCtrHdr #title {padding: 0; height: 63px; margin-top:15px;}
.oneColFixCtrHdr #submenu {padding: 0; height: 97px; margin-top:15px;}

/*Main Content*/
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	color: #f3edd0;
	text-align: left;
}
.subtitle {color: #cc9933; font-weight: bold;}
.radiobutton {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.sections {
	margin-left: 20px;
	clear: both;
	margin-top: 20px;
}

/*RollOver*/
.pic {border: solid 1px #ffffff;}


/*Footer*/
.oneColFixCtrHdr #footer { padding: 0 10px; }
.oneColFixCtrHdr #footer p {margin: 0; padding: 10px 0;	color: #f3edd0;}
.oneColFixCtrHdr #copy {color: #cccccc; font-size:10px;}
.oneColFixCtrHdr #copy a:link {text-decoration: none; color: #cccccc;}
.oneColFixCtrHdr #copy a:visited {text-decoration: none; color: #cccccc;}
.oneColFixCtrHdr #copy a:hover {text-decoration: underline; color: #cccccc;}
.oneColFixCtrHdr #copy a:active {text-decoration: none; color: #cccccc;}



body,td,th { font-family: sans-serif; }

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearit {
	clear: both;
}

.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}

hr {
	margin-bottom:20px;
	color:#825529;
	margin-top: 20px;
}
h2 {
	color:#cc9933;
	border-bottom:solid 1px #cc9933;
	font-size:1.2em;
	margin-top:10px;
	font-weight: bold;
}
h3 {color:#cc9933; font-size:1.1em;}

a:link {text-decoration: underline; color: #f3edd0;}
a:visited {text-decoration: underline; color: #f3edd0;}
a:hover {text-decoration: none; color: #cc9933;}
a:active {text-decoration: underline; color: #f3edd0;}
