body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,204);
	color: rgb(0,0,0);
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	visibility: visible;
	z-index: 1;
}
#container {
	position: absolute;
	width: 760px;
	margin-left: -380px;
	z-index: 2;
	visibility: visible;
	left: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	visibility: visible;
	z-index: 3;
}
#banner {
	margin-top: 6px;
	text-align: center;
}
#heading_paragraph {
	margin-right: 10%;
	margin-left: 10%;
	font-size: 11pt;
}
#navigation {
	text-align: center;
}
#main_content {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	text-align: center;
	line-height: 200%;
	margin-top: 5px;
}
#main_body {
	background-position: center;
}

a:link
{
	color: rgb(128,0,128);
}
a:visited
{
	color: rgb(204,153,0); 
} 
a:active 
{
	color: rgb(255,0,0);
}
h1
{
	font-family: Times New Roman, Times, serif;
	font-size: 24pt;
	font-style: bold;
	color: rgb(0,0,255);
	text-align: center;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-style: normal;
	color: rgb(0,0,255);
}
h3
{
	font-size: 14pt;
	font-style: normal;
}
h4
{
	font-size: 12pt;
	font-style: normal;
}
h5
{
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
}
h6
{
	font-size: 10pt;
	font-style: bold;
}
.photo_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	vertical-align: middle;
}
.photo_right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.centered_text {
	align: center;
	text-align: center;
}
