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

#wrapper {
	width: 970px;
}
#header {
	width: 970px;
}
#navbar {
	width: 970px;
}
#leftcol {
	float: left;
	width: 200px;
	margin-top: 30px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
}
#content {
	float: right;
	width: 700px;
	margin-top: 20px;
	padding-left: 10px;
}
#bottom {
	width: 970px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #003366;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #000066;
}.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
