/*body*/
body{
	background-color: #ffffff;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;	
}
/*/end body*/



/*form*/
Input{
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 11px; 
	color: #414141; 
	line-height: normal;
	font-weight: normal;	c86207
}

Select{
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 11px; 
	color: #414141; 
	line-height: normal;
	font-weight: normal;
}

Textarea {
	font-family: sans-serif, Verdana, Helvetica; 
	font-size: 11px; 
	color: #414141; 
	line-height: normal;
	font-weight: normal;
	padding-left: 4px;
}

li  {
	font-family: Verdana,arial,helvetica, sans-serif;   
	font-size: 11px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;
}
/*/end Form*/


/*default navigation*/
A:link, A:visited  {
	font-family: Verdana,arial,helvetica, sans-serif;   
	font-size: 11px; 
	text-decoration: underline; 
	color: #c86207;
}

A:active, A:hover  {
	font-family: Verdana,arial,helvetica, sans-serif;   
	font-size: 11px; 
	text-decoration: underline; 
	color: #148ab2;
}

/*/end default navigation*/


/*font styles*/
.bodyFont{
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	line-height: normal;
	font-weight: normal;	
	text-align: left;		
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
}

.subheaderFont{
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 18px; 
	color: c86207; 
	line-height: normal;
	text-align: left;		
	font-weight: bold;	
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
}

.whiteFont{
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 11px; 
	color: #ffffff; 
	line-height: normal;
	font-weight: normal;	
}

.graySmallFont{
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 9px; 
	color: #898989; 
	line-height: normal;
	font-weight: normal;	
	text-align: left;
}
/*/end font styles*/


/*nav styles*/
#subNav {
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	font-weight: normal;
	
	float:left; 
	/*height: 20px;*/
	width: 179px;
	margin: 0px 0px 0px 0px;
}


#subNav a:link, #subNav a:visited {
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration: none;
	color: #000000;
	
	float:left; 
	/*height: 20px;*/
	width: 179px;
	margin: 0px 0px 0px 0px;
	padding-left:20px;
	padding-top:4px;
}

#subNav a:hover, #subNav a:active {
	font-family: Verdana,arial,helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration: none; 
	color: #8e2f32;

	background-image: url(../images/nav/nav_subnav.gif);
}


#subNavDownState {
	font-family: trebuchet ms, arial,helvetica, sans-serif;
	font-size: 12px;
	font-weight : normal;
	text-decoration: none; 
	color: #8e2f32;
	
	float:left; 
	width: 179px;
	margin: 0px 0px 0px 0px;
	/*padding-left:20px;*/
	padding-top:4px;

	background-image: url(../images/nav/nav_subnav.gif);
}
