/*===========================================
Global template styles
===========================================*/

body {
	background-image: url("../images/pageBg.gif");
	background-repeat: repeat-x;
	background-color: #DEA63D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: auto;

}
.mainContent{
	width: 901px;
	text-align: center;
	margin: auto;

}

p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, .h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #A4631F;
	font-weight: bold;
}

h2, .h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h3, .h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}	


.disclaimer {

	font-size: 9px;

}

/*===========================================
Styles for the center part of the home page.
===========================================*/


.hpFlashMainFlash {
	padding-bottom: 13px;
}


.hpCenterFeatureTextTitle{
	
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	
}

.hpCenterFeatureTextCopy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
.pageContent{
	padding-right: 30px;
	padding-right: 20px;


}

.latestNews{
	font-size: 10px;

}

/*===========================================
Styles for the footer on the template.
===========================================*/

.footer{

	font-size: 10px;
	text-align: left;

}



.spacer{
	padding: 8px;
}

.red {
	
	color: #F00;
	font-weight: bold;
	
}
