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

.header{
	background-image: url('/images/head2.png');
 	position:absolute; 
	width: 868px;
 	height:323px; 
 	width:100%;
	top: 28px;
	left: 310px;
}  

.nav
	{
	color: #ffffff;
	text-align:center;
	margin: 25px 10px 25px 15px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.nav #Selected a
	{
	font-weight: bold;
	}

.nav a
	{
	color: #ffffff;
	text-decoration: none;
	}
.nav a:visited
	{
	color: #ffffff;
	text-decoration: none;
	}
.nav a:hover
	{
	text-decoration: underline;
	}
	
.foot
	{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 5px 0 0 0;
	color: #e4e8f1;
	bottom: 0px;
	width: 800px;
	height: 37px;
	margin: 0 auto;
	background: url('../images/footer.png') no-repeat top center;
	}

.footnav
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #700708;
	text-align: right;
	padding: 0 30px 0 0;
	}
	
.footnav a
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #700708;
	text-align: right;
	}
	
.footnav a:visited
	{
	color: #471D03;
	text-decoration: none;
	}
.footnav a:hover
	{
	color: #471D03;
	text-decoration: underline;
	}

