@charset "utf-8";
/* CSS Document */

body {
	background-color:#CD621E;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;}
	
#wrapper {
	width: 900px;
	text-align:center;
	margin: auto;
}
	
a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #FFFF00;
	}

h3{
	font-size: 18px;
	font-weight: bold;}
	
#header{
	background-image: url(images/Background-Final2-Header.jpg);
	background-repeat:no-repeat;
	height: 420px;
	background-position:center;}
	
#main{
	position: relative;
	top: -90px;
	width: 800px;
	color: white;
	font-size: 13px;
	text-align: left;
	padding-left: 45px;}
	
li{
	list-style: none;}
	
#footer{
	background: url(images/Background-Final1-Footer.jpg) no-repeat center;
	height: 100px;
	text-align: right;
	padding-right: 40px;
	font-size: 12px;
	color: white;
	position: relative;
	top: -40px;
}
	
#footer a{
	color:#CD621E;}
	
	
#nav-pane{
	position: relative;
	top: 245px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	}
	
#nav-pane table{
 	text-align: center;}
	
#nav-pane a{
	color: white;
	text-decoration: none;
	}
	
#nav-pane a:hover{
	color: #0000FF;
	text-decoration: none;}
	

#front-flash{
		position: relative;
	text-align: right;
}

.flt-right{
	float:right}
	
.flt-left{
	float: left;}
	
#links-list li{
	list-style: none;
	line-height: 1.5em;
	font-size: 14px;
	}

