body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}
#container {
	width: 800px;
	background-image: url(images/middlebar.jpg);
	background-repeat: repeat-y;
	margin-top:30px;
}
#top {
	background-image: url(images/topheader.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 800px;
	position:relative;
}
#navigation {
	width:800px;
	height:40px;
	position:relative;
	}
.navfont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;	
	}
	
a {
	color:#4573B3;
	}
	
a:hover {
	color:#999999;
	}
a:visited {
	color:#CCCCCC;
	}
	
	
#middle {
	width: 710px;
}

.middletext {
	text-align:left;
	font-size:12px;
	}
#bottom {
	background-image: url(images/bottomheader.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 800px;
	
}
.bottomtext {
	color:white;
	text-align:center;

	}
	
.bottomtext a, visited, hover {
	color:white;
	text-decoration:underline;