/* these styles will be reused and should be added to the master style sheet */

/* margins and paddings need to be defined for the feature body so the header will span all the way across the page */
body#fea2  
	{
	background: #FFFFFF url('top-bg.gif') top center repeat-x;
	color: #202D47; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
	
.hea1
	{
	background-color: #A3AAB3;
	color: #202D47;
	padding-top: 5px;
	padding-left: 5px;;
	font-family: Georgia, Times New Roman, Verdana, Arial, sans-aserif;
	font-size: 20px;
	letter-spacing: 5px;
	}
	
.hea2
	{
	background-color: #657181;
	color: #DEDFE3;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, sans-aserif;
	font-size: 11px;
	letter-spacing: 2px;
	}

#container {
	margin: 0 auto;
	width: 620px;
	height: 450px;
	padding: 0 10px;
	text-align: left;
	}

#slideshow {
	margin-top: 35px;
	}
	
#footer {
	float: left;
	margin-top: 10px;
	color:#425775;
	font-family:Arial,sans-serif;
	font-size:10px;
	line-height:12px;
	}