
body {
	margin: 0px;

	background-color: #677e90;
}

.clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.header_top {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 840px;
	height: 70px;
	margin: 0 auto;
}

.page {
	width: 840px;
	margin: 0 auto;
	margin-bottom: 0px;

	background: url(/images/bg.jpg) repeat-y top;
}

.homeheader {
	
	width: 800px;
	height: 150px;
	margin: 0 auto;
}
.secondaryheader{
		width: 800px;
	height: 80px;
	margin: 0 auto;
		background-image: url(/images/headersecondary.jpg);
		background-position: top;
		background-repeat: no-repeat;
}
.topnavspacer{
	height: 10px;
	
}

.top_nav_wrapper {
	background: transparent url(/images/navbg.jpg) repeat-x top left;
	height: 19px;
	margin: 0 auto;
	width: 800px;

}

.main_content_wrapper {
   width:800px;
	margin: 0 auto;
	padding: 0;

	background: url(/images/content_bg.jpg) repeat-y top right;
}

.main_content {
	width: 600px;
	padding:20px;
	margin:0;
	float: left;
}

.footer {
	font-size: 10px;
	
	padding: 0;
margin: 0 auto;
}

.footer a:link, .footer a:active, .footer a:visited {
	font-size: 10px;
	
}

.print_email {
	padding-left: 20px;
	text-align:left;
	font-size: 10px;
}

.copyright {

	text-align: right;
}

.tagline {
	text-align: center;
	color: Silver;
	font-size: 10px;
	
}

.tagline a:link, .tagline a:active, .tagline a:visited, .tagline a:hover {
	color: Silver;
	font-size: 10px;

}