body
{
	background-color: #aaff99;
	padding: 0px;
	border: none;
	margin: 0px;
}

a:link
{
	color: #336699;
	font-weight: normal;
	text-decoration: none;
}

a:visited
{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #006600;
	font-weight: normal;
	text-decoration: none;
}

a:active
{
	color: #fa4000;
	font-weight: normal;
	text-decoration: none;
}

#header
{
	height: auto;
	min-width: 600px;
	max-width: 970px;
	z-index: 2;
}

h2
{
	font-family: verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

h3
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}



#navigation
{
	font-family: verdana;
	font-size: 9pt;
	position: fixed;
	left: auto;
	width: 150px;
	height: auto;
	top: 10px;
	padding-left: 10px;
}

#mainText
{
	font-family: verdana;
	font-size: 10pt;
	color: ffffff;
	position: absolute;
	min-width: 450px;
	max-width: 750px;
	left: 160px;
	top: 120px;
	padding-left: 10px;
	padding-right: 50px;
	z-index: 1;
}
