body
{
	background-color: #669999;
	padding-top: 0;
	margin-top: 0;
}


/* Wrapper around everything */
div.top_wrapper
{
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border-width: 0;
	padding: 0;
	background-color: #ffffff;
	top: 8px;
}


/* Div around the masthead image */
div.masthead
{
/*
 position: absolute;
*/

 position: relative;
 left: 14px;
 top: 10px;
 width: 872px;
 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-left: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 160px;
	float: left;
*/
	margin-top: 35px;
	margin-left: 14px;
	margin-right: 6px;
	margin-bottom: 0px;
	
	padding-left: 0px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	width: 160px;
	float: left;
	
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	
	border-style: solid;
	border-color: #AAAAAA;
}


div.main_content
{
/*
	width: 700px;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 170px;
	margin-right: 0;
	border-width: 0;
	padding: 4px;
*/
	width: 680px;
	margin-top: 35px;
	margin-bottom: 20px;
	margin-left: 206px;
	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: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-size: 24px;
	color: #333333;
	margin-top: 4px;
}


.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	line-height: 20px;
	color: #333333;
}


.bodytext_small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	line-height: 20px;
	color: #333333;
}

.viewer_instructions
{
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	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;}

/* Style for links to external social/professional network sites */
.soc_link
{
	border-width: 0;
}

a.soc_link:link {text-decoration: none;}
a.soc_link:visited {text-decoration: none;}
a.soc_link:hover {text-decoration: none;}

