
body {
	font-family: "Gill Sans MT";
	}
.style2 {
	font-weight: bold;
	font-style:italic;
	color: #333333;
	}
.style3 {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	text-align: justify;
	}
.style4 {
	font-size: 24px;
	font-weight: bold;
	color: #FFC000;
	}
.style5 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	}
.ph
{
	text-align: center;
	color: #009999;
}
.sh
{
	text-align: center;
	text-decoration: underline;
	color: #009999;
}
	
.superscript{
	font-size:xx-small;
	vertical-align:top;
	 } 
.superscript2{
	font-size:small;
	vertical-align:top;
	 } 
.subscript{
	font-size:xx-small;
	vertical-align:bottom;
	 } 

.link2 a:link, .link2 a:visited, .link2 a:hover
{
	font-family: "Gill Sans MT";
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color:#009999;
	border: outset 2px;
	padding:0 5px 0 5px;
	background-color:#FFC000;
}

.plainlist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 15px;
	margin-top: -10px;
}
#wrapper
{
	margin: 0 auto;
	width: 100%;
}
#header
{
	width: inherit;
	background-color: #009999;
}
#nav_wrapper
{
	margin: 0 auto;
	width: 800px;
}
#navcontainer
{
	
}
#subnav
{
	background-color: #FFC000;
	min-height: 20px;
}
#content_wrapper
{
	margin: 0 auto;
	width: 800px;
	min-height: 400px;
}
#content_body
{
	margin: 0 auto;
	padding: 10px;
}
#footer
{
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
