@charset "UTF-8";
/* CSS Document */



body{
	background-color: #c0c0c0;
	margin-top: 0px;
	padding: 0;
	font-family:Helvetica, Arial, Verdana;
	font-size: 10pt;
}

.content{
	width:908px;
	margin: 0 auto;

}

.content .header{
	width:980px;
	height:197;
	margin: 0 auto;
	}

.content .subheader{
	width:980px;
	height:83px;
	}
	
.content .subheader .flashbanner{
	width:330px;
	height:83px;
	float:left;
	display:block;
	margin:0px;
	}
	
.content .subheader .title{
	background-color:#e67817;
	width:650px;
	height:83px;
	float:left;
	margin:0px;
	}

.content .subheader .title h2{
		color:#FFFFFF;
		text-transform:uppercase;
		padding-left: 30px;
		padding-top: 18px;
	}
	
.content .contentwrapper{
	width:980px;
	min-height:400px;

}

.content .contentwrapper .menu{
	width:330px;
	min-height:1000px;
	float:left;
	background-color: #758d6b;
}

.content .contentwrapper .menu p{
	padding-top: 10px;
	padding-left:20px;
}

.content .contentwrapper .wrapper{
	width:650px;
	background-color:#dededc;
	color: #4b4a48;
	margin: 0;
	float:left;
	min-height:500px;
	
	

	
}

.content .contentwrapper .wrapper p{
	padding-top: 10px;
	padding-left:20px;
}

.content .footer{
	width:980px;
	min-height:30px;
	margin:0px;
	clear:both;
}

.content .footer .footerleft{
	width:330px;
	height: 30px;
	background-color:#e67817;
	float:left;
}

.content .footer .footerleft p{
	padding-left:20px;
}

.content .footer .footerright{
	width:650px;
	height:30px;
	background-color: #758d6b;
	float:left;
}

.content .footer .footerright p{
	padding-left:20px;
}



p{
margin-bottom:200px;
}
p{
margin-bottom:5px;
}


.NormalWhiteSmall
{
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

A.NormalWhiteSmall:link
{
	text-decoration: none;
	color: #FFFFFF;
}

A.NormalWhiteSmall:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

A.NormalWhiteSmall:active
{
	text-decoration: none;
	color: #FFFFFF;
}

A.NormalWhiteSmall:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
