body, html {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
a, a:link, a:active {
	text-decoration: underline;
	color: #336699;
}
a:visited{
	text-decoration: underline;
	color: #336699;
}
.content img {
	padding: 7px;
}
#main {
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 100%;
	text-align: left;
}
.content {
	position: absolute;
	top: 122px;
	left: 155px;
	width: 600px;
	height: 664px;
	overflow: scroll;
	font-size: 12px;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 40px;
}
.content h1{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}
.content h2{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}
.topnav{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 774px;
	height: 122px;
	background-image: url(../img/top-back.jpg);
	background-repeat: repeat-x;
}
.leftnav{
	position: absolute;
	top: 122px;
	left: 0px;
	height: 1033px;
	width: 155px;
}
.footer{
	position: absolute;
	width: 600px;
	height: 25px;
	top: 809px;
	left: 154px;
	background-color: White;
	font-size: 10px;
	font-family: Trebuchet MS;
}
