@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}
.structure #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	background-image: url(images/testobg.jpg);
	background-repeat: no-repeat;
} 
.structure #topnav {
	height: 104px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.structure #topnav h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}.structure #header {
	height: 73px;
} 
.structure #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	} 
.structure #contentheader {  
	height: 47px;
} 
.structure #mainContent {
	margin-top: 0;
	margin-right:0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 130px;
} 
.structure #footer {
	background:#000000;
	height: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.structure #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer 
{
	float: right;
	margin-right: 44px;
	margin-top: 28px;
	margin-bottom: 0px;
	margin-left:0px;
	display: inline;	
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 5px; }

#navlist a:link, #navlist a:visited
{
	display: block;
	float: left;
	margin-left: 18px;
	padding: 20px 0 2px 0;
	border-bottom: 4px solid #f70d16;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navlist a:hover
{
	color: #fff;
	text-decoration: none;
	border-bottom-color: #000;
}
#pagetitle
{
	float: left;
	margin-right: 44px;
	margin-top: 34px;
	margin-bottom: 0px;
	margin-left:100px;
	display: inline;
	padding-bottom: 5px;
}
#copyarea1
{
	float: left;
	height:1920px;
	margin-right: 60px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left:0px;
	width: 720px;
}
.whitetitle
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 150%;
	letter-spacing: 1px;
}
.redtitle
{
	font-weight: bold;
	color: #f70d16;
	font-size: 150%;
	letter-spacing: 1px;
}
.redtext
{
	font-weight: bold;
	color: #f70d16;
}
.bigredtext
{
	font-weight: bold;
	font-size: 140%;
	color: #f70d16;
}
.verybigred
{
	font-weight: bold;
	font-size: 160%;
	color: #f70d16;
}
.bodybiglink
{
	border-bottom: 4px solid #f70d16;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.redlink
{
	font-weight: bold;
	color: #fff;
	border-bottom: 4px solid #f70d16;
	text-decoration: none;
	white-space: nowrap;
}
.bigblacktext
{
	font-weight: bold;
	font-size: 140%;
	color: #000;
}
label, input {
display : block;
width : 150px;
float : left;
margin-bottom : 10px;
}
label {
    text-align : left;
    width : 120px;
    padding-right : 1px;
    padding-left : 75px;
    font-family : Arial, Helvetica, sans-serif;
	font-size: 140%;
    font-weight : bold;
    color : #000;
}

textarea {
    float : left;
    margin-bottom : 10px;
    width : 250px;
    font-family : Arial, Helvetica, sans-serif;
}
.inbg {
	background-color : #fff;
	border : 1px solid #999999;
	color : #000;
	width : 150px;
	height: 20px;
	width: 250px;
}
.inbg2 {
	background-color : #fff;
	border : 1px solid #999999;
	color : #000;
	width: 250px;
}
#buttonpush {
    padding-left : 200px;
}
.button {
	float : left;
	clear : both;
	width : 100px;
	height : 30px;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
} 
.required {
    padding-left : 200px;
	float : left;
	clear : both;
} 
.bklink
{
	color: #000000;
	text-decoration: underline;
}
.miniredlnk
{
	color: #f70d16;
	text-decoration: underline;
}
.folio
{
	padding-left: 12px;
	padding-right: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.foliolink
{
	padding-left: 0px;
	padding-right: 26px;
	padding-top: 0px;
	padding-bottom: 0px;
}
br {
    clear : left;
}