html {
	font-size: 125%;
}
body {
	font: 50% Arial, Helvetica, sans-serif;
	color: #000054;
	background: #000054;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	position: relative;
}
#container {
	background: url(/images/bkg.gif);
	text-align: left;
	padding: 0px;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}
#left_col {
	float: left;
	width: 254px;
	background: #004898;
	
}
#logo {
	border-bottom: 3px solid #000054;
	height: 254px;
}
#nav {
	width: 213px;
	padding-left: 14px;
	float: left;
	background-color: #004898;
}
#nav ul {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#address {
	line-height: 24px;
	color: #FFFFFF;
	padding-top: 30px;
	text-align: center;
}
#address a {
	color: #FFFFFF;
	text-decoration: underline;
}
#right_col {
	width: 545px;
	float: left;
	border-left: 3px solid #000054;
}
.clear {
	clear: both;
	font-size: 1px;
}
.borderbottom {
	border-bottom: 3px solid #000054;
}
.red {
	background: #fc0c36;
}
#inner_container {
	width: 545px;
}
#content {
	padding: 13px;
	float: left;
	width: 333px;
}
.justify {
	text-align: justify;
}
.fineprint {
	font-size: .9em;
}
#news {
	float: left;
	width: 183px;
	margin-left: 3px;
}
.newsstory {
	padding: 7px 13px;
	margin: 0px;
}
.readmore {
	font-weight: bold;
	text-align: right;
	padding-right: 13px;
	margin: 0px;
}
#footer {
	color: #FFFFFF;
	background: #000054;
	text-align: center;
	padding: 7px;
	clear: both;
	font-size: .9em;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.readmore a {
	color: #000054;
	text-decoration: none;
}
#subcontent {
	padding: 13px;
	float: left;
	width: auto;
}
#subcontainer {

	background: url(/images/sub_bkg.gif);
	text-align: left;
	padding: 0px;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}
h1 {
	color: #000054;
	font-size: 1.8em;
}

.boardlist {width: 200px;
			float: left;
			padding-right: 30px;
			}

.meetmin { width: 200px;
			float: left;}

.thumbnails {
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	float: right;
}

.floatleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}
