body {
	background: #ffffff;
	color: #000000;
	margin: 5px 5px 5px 5px;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

#logobox {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 260px;
	height: 120px;
	overflow: hidden;
}

#topnavbox {
	position: absolute;
	top: 5px;
	left: 265px;
	width: 685px;
	height: 120px;
	text-align: center;
}

#leftnavbox {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 200px;
	height: 200%;
	padding: 125px 5px 5px 5px;
	background: #999999;
	border-right-width: 7px;
	border-right-style: inset;
	border-right-color: #999999;
	border-top-width: 7px;
	border-top-style: inset;
	border-top-color: #999999;
	border-bottom-width: 7px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	clear: both;
}

#searchbox {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 175px;
	height: 100px;
	padding: 15px 5px 5px 5px;
	background: #333333;
	color: #ffffff;
	float: left;
	text-align: center;
}

#mainbox {
	position: absolute;
	top: 125px;
	left: 200px;
	width: 750px;
	height: 100%;
	padding: 10px 10px 10px 30px;
	text-align: center;
	color: #000000
}

H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 20pt;
	text-align: center;
	line-height: 8pt;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	line-height: 8pt;
}

H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	line-height: 15pt;
	font-size: 15pt;
}

p.center {
	text-align: center;
	font-size: 15pt;
}

p.left {
	text-align: left;
	font-size: 15pt;
	text-weight: bold;
}
