body {
	background-color: #fff;
	margin: 0px;
	background-image: url('../images/home_img/main_bkgd.gif');
	background-position: 185px 108px;
	background-repeat: no-repeat;
}
h1 {
	font-size: medium;
	color: #0066B3;
}


body, td, p, b, i, li, select, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #0066B3;
}

body, td, p, b, i, li, select {
	color: #333;
}
	
a, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #f90;
}

#centercircle {
	position: absolute;
	left: 444px;
	top: 119px;
}
#nav {
	position: absolute;
	left: 40px;
	top: 150px;
}
#nav img {
	padding-top: 12px;
	padding-botttom: 6px;
}

.event {
	margin-left: 28px;
	margin-top: 5px;
}
.pagetitle {
	color: #0066b3;
	font-size: 30px;
}

.topbar {
	width: 100%;
	background-color: #0066b3;
}
#botbar {
	display: block;
	width: 100%;
	background-color: #0066b3;
}
#botbar div {
	display: inline;
	padding: 6px;
	color: #fff;
	font-size: 10px;
	background-color: #0066b3;
}
#botbar div a {
	color: #fff;
	font-size: 10px;
}
.whitebar {
	display: block;
	width: 100%;
	background-color: #fff;
	height: 30px;
}

.small { font-size: 10px; }
 
#homecontent {
	width: 830px;
}
.floatleft {
	float: left;
	text-align: left;
	width: 280px;
	margin-left: 15px;
	padding: 0px;
	/*
	border: 1px red solid;
	*/
}
.floatright {
	float: right;
	text-align: left;
	width: 370px;
	margin-left: 0px;
	padding: 0px;
	/*
	border: 1px red solid;
	*/
}
.left {
	float: left;
	text-align: left;
	width: 40%;
}
.right {
	float: right;
	text-align: right;
	width: 40%;
}

ul {
	margin-left: 4px;
	padding-left: 1.5em;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-image: url('images/bullet.gif');
}

.side-padded {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
}
.dotted {
	display: block;
	background-image: url('gifs/dash_divider.gif');
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
}
.left-padded {
	margin-left: 15px;
}
.bluetext {
	color: #0066b3;
	font-weight: bold;
}
.goldtext {
	color: #f90;
	font-weight: bold;
}
.homeblurb {
	width: 200px;
	margin-left: 30px;
}
