BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: bold;
	background-color: #01559D;
	font-style: normal;
}

A {color:#FCE22F}


#wrapper {
	margin: 10px auto;
	padding: 0;
	width: 800px;
}

#header {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0;
}

#logo{
	width: 180px;
	float: left;
}

#address{
	width: 600px;
	float: left;
	margin: 30px 0 0 20px;
	font: 550 12pt Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.5em;
}
/* used on Contact page */
.col1{
	float: left;
	width: 240px;
	margin-left: 20px;
}
.col2{
	float: left;
	width: 120px;
}
.col3{
	float: left;
	width: 200px;
}
.map{
	line-height: 300%;
	font-size: 8pt; font-weight: 300;
}

#title{
	clear: both;
	float: none;
	margin-top: 40px;
	font-size: 13pt; color:#FCE22F;
	text-align: center;
}

#main{
	clear: both;
	float: none;
	width: 100%;
	margin: 30px auto; 
}

/* form layout */
form {
	width: 500px;
	margin: 10px auto;
	padding: 0;
	color: #fff;
	text-align: left;
}
fieldset {
float: left;
clear: both;  
width: 100%;  
margin: 0 0 30px 0;  
padding: 0; 
border: 1px solid #FCE22F;
}
	fieldset ol {  
	float: left;
	margin: 10px 10px 0 10px;  
	list-style: none; 
	} 
	fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	margin-bottom: 2px; 
	}
	fieldsubmit.button{
	float: left;
	margin: 5px 5px 5px 0px;
	}

legend {  
margin-left: 10px;  
color: #FCE22F;
font-size: 12pt;  
font-weight: bold; 
} 

label {  
float: left;  
width: 160px;  
margin-right: 15px;  
text-align: right; 
}


/* used at bottom of Contact and Promos page */
#message{
	clear: both;
	margin-top: 80px;
	font-size: 13pt; color:#FFF;
	text-align: center;
}
.submessage{
	margin-top: 40px;
	font-size: 8pt;
}

#footer{
	margin-top: 20px;
	text-align: center;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	color: #FCE22F;
}
	#footer a {
		text-decoration: none;t
	}
	#footer a:hover {
		text-decoration: underline;
	}
	
.bottomnav{
	font-size: 10pt;
	font-style: normal;
}

.required{
	font-size: 10pt;
	color: #F00;
	vertical-align: top;
}
.reqnote{
	float: right;
	margin: 0 10px 0 0;
	text-align: left;
	font-size: 7pt;
}

.justified{
	text-align: justify;
}
.clear{
	clear: both;
}