body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
   	scrollbar-face-color:#FFFFFF;
  	scrollbar-arrow-color:#CCCCCC;
 	scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#CCCCCC;
    scrollbar-highlight-color:#CCCCCC;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-Color:#FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
ul {
	list-style:none;
}
.current {
	font-weight:bold;
}
h1 {
	display:none;
}
h2 {
	font-size:110%;
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-left:10px;
	width:180px;
}
.title {
	position:relative;
	top:100px;
	left:0px;
	width:330px;
	height:50px;
	display:block;
}
#container {
	margin:auto;
	width:800px;
}
#header {
	margin:auto;
	width:800px;
	height:165px;
	background-image:url(program-images/header.gif);
}
#main-nav {
	list-style:none;
	position:absolute;
	left:50%;
	top:10px;
}
#text-box {
	float:left;
	width:200px;
	height:380px;
	padding:0px;
	margin:0px;
	margin-right:2px;
}
#text {
	padding:10px;
	height:360px;
	overflow:auto;
}
.float-left {
	float:left;
	padding-left:6px;
	padding-bottom:6px;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
}
a:link .white, a:visited .white {
	color:#FFFFFF;
}
a:hover .white, a:active .white {
	color: #0099FF;
}
.float-left-large {
	float:left;
	padding-left:6px;
	padding-bottom:6px;
	width:590px;
	text-align:right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.padding {
	padding:10px;
}
