body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color:#000066
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #333333;
}
#wrapper {
	width: 770px;
	border: thin solid #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 800px;
}
#header {
	position: relative;
	background-color: #FFFFFF;
	left: 0px;
	margin-left: auto;
}
#navbar {
    width:auto
	position: float;
	margin-left: 0px;
	margin-top: 0px;
}
#leftcol {
	left: 0px;
	top: 10px;
	width: 200px;
	height: 400px;
	position: relative;
	background-image: url(img/sidebarliteblue.jpg);
}
#content {
	margin: 10px;
	width: 530px;
	top: 260px;
	float: right;
	background-color: #CCCCCC;
	left: 250px;
	right: 10px;
	position: float;
	clear: none;
}
#bottom {
	background: #999999;
	position: absolute;
	margin-bottom: 10px;
	bottom: 10px;
	left: 208px;
	top: 1047px;
	height: 0px;
}
.style2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
