.bckgroundtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}
.navbckgd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/nav-bkg.jpg);
	background-repeat: repeat;
	text-indent: 50px;
	font-size: 10px;
	line-height: 13px;
}
.mainhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006699;
	font-weight: normal;
}
.leftsubs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #996600;
	text-decoration: none;
}
.whitebckground {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
.newcaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}


/* Form Styles */

form#sandForm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}

fieldset {  
	float: left;
	clear:left;
	width: 40em;  
	margin: 0 10px 1.5em 15px;  
	padding: 0px;  
	border-top: 1px solid black; 
	border-left: none;
	border-right: none;
	border-bottom: none;  
	
}
legend {
	float: left;
	width: 45em;  
	margin: 10px 0 10px 20px;
	color: #8c0000;  
	font-weight: bold;
	
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset ol li {  
	padding-bottom: 1em;
	width: 40em;
}
fieldset.submit {  
	border-style: none;
	float: none;  
	width: auto;  
	border-style: none;
	padding-top: 1.0em;  
	padding-left: 12em;  
	background-color: transparent;
}

fieldset.submit input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.1em;
	
}

label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}

