body
{
	background-color: #666666;
	padding-top: 0;
	margin-top: 0;
}


/* Wrapper around everything */
div.top_wrapper
{
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	border-width: 0;
	padding: 0;
	background-color: #ffffff;
	top: 8px;
}


/* Div around the masthead image */
div.masthead
{
/*
 position: absolute;
*/

 position: relative;
 left: 6px;
 top: 6px;
 width: 772px;
 height: 180px;
 border-width: 0;
 padding: 0;
}


div.nav_links
{
	border-width: 0;
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 4px;
	width: 130px;
	float: left;
}


div.main_content
{
	width: 630px;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 140px;
	margin-right: 0;
	border-width: 0;
	padding: 4px;
}


div.footer
{
	clear: both;
	width: 784;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
}

.header
{
	font-family: Times New Roman;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-size: 24px;
	color: #333333;
	margin-top: 4px;
}


.bodytext
{
	font-family: Times New Roman;
	font-size: 18px;
	font-variant: normal;
	line-height: 20px;
	color: #333333;
}


.bodytext_small
{
	font-family: Times New Roman;
	font-size: 14px;
	font-variant: normal;
	line-height: 20px;
	color: #333333;
}

.viewer_instructions
{
	color: #0000FF;
	font-family: Times New Roman;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
}

/*
.footer
{
	font-family: Times New Roman;
	font-size: 18px;
	color: #000033;
}
*/


a:link {
/*
	color: #000066;
*/
	color: #333333;
}
a:visited {
/*
	color: #444444;
*/
	color: #333333;
}


.navbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00ccff;
	text-decoration: none;

}

a.nav:link {color: #ffd700; text-decoration: none;}
a.nav:visited {color: #ffd700; text-decoration: none;}
a.nav:hover {color: #00bfff; text-decoration: none;}
