@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 980px;
}
#header {
	width: 980px;
	background-image: url(img/headerpic.jpg);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#navbar {
	width: 980px;
	margin-top: 245px;
	margin-bottom: 20px;
}
#leftcol {
	float: left;
	width: 310px;
	margin-top: 10px;
}
#content {
	float: left;
	width: 480px;
	margin-top: 10px;
	padding-left: 10px;
}
#rightcol {
	float: right;
	width: 170px;
	margin-top: 10px;
}
#bottom {
	width: 980px;
	padding-left: 10px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #0000FF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
