body
.style1 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
#wrapper {
	width: 770px;
}
#header {
	width: 770px;
	text-align: left;
}
#navbar {
	background: #FFFFFF;
	width: 770px;
	background-color: #666666;
	text-align: left;
}
#leftcol {
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-left: 5px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thin;
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 5px;
}
#rightcol {
	float: right;
	width: 400px;
	margin-top: 30px;
	margin-right: 5px;
	text-align: left;
}
#bottom {
	clear: both;
	width: 770px;
	background-color: #FFFFFF;
	border-top: thin solid #666666;
	border-right: thin none #666666;
	border-bottom: thin none #666666;
	border-left: thin none #666666;
}
.style2 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
a:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:visited {
    color: #666666
}	
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #666666;
}

