html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a{
margin: 0;
padding: 0;
border: 0;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #eee;
}	

p{
	margin: 8px 0;
}

h1{
	font: 23px Georgia, "Times New Roman", Times, serif;
	color: #444;
}	

h2{
	font: 19px Georgia, "Times New Roman", Times, serif;
	color: #223e6e;
}	

dl{
	margin: 0 0 0 25px;
}

a:link,
a:visited{
	color: #223e6e;
}
	
.hist_year{
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #223e6e;
	margin: 8px 0;
	vertical-align: top;
}	

dd{
	margin: 5px 0 0 0;
	display: block;
}	

#content ul{
	margin: 8px 0 8px 30px;
	list-style-type: circle;
}

#content li{
}			

#page{
	width: 900px;
	padding: 0 30px;
	margin: 0 auto;
	text-align: left;
	background: url(img/sitewide/page_bg.gif);
}	

#header{
	height: 98px;
	background: url(img/sitewide/header_bg.gif);
}

#header_nav{
	float: right;
}	

#flash_box{
	float: left;
	width: 699px;
	height: 200px;
}	

#photobar{
	margin: 1px 0;
}

#login_box{
	float: left;
	background: url(img/sitewide/login_bg.gif);
	height: 200px;
	width: 200px;
	border-left: 1px solid #aaa;
}		

#menu{
	height: 29px;
	background: url(img/sitewide/menu_bg.gif);
}

#menu ul{
	list-style-type: none;
}	

#menu ul li{
	float: left;
}	

#content{
	padding: 15px;
}

#secondary_nav{
	height: 29px;
	background: url(img/sitewide/sec_menu_bg.gif);
	clear: both;
}

#secondary_nav ul{
	list-style-type: none;
}	

#secondary_nav ul li{
	float: left;
}

#left{
	width: 620px;
	line-height: 22px;
}	

#right{
	float: right;
	width: 200px;
	margin: 10px 25px 0 0;
}	

#members{
	font-size: 11px;
	padding: 10px 40px;
}	

#footer{
	height: 40px;
	margin: 1px 0 0 0;
	background: #f7f7f7;		
	font: 10px Arial, Helvetica, sans-serif;
	color: #aaa;
}

#footer ul{
	list-style-type: none;
	padding: 0 0 0 20px;
}

#footer li{
	float: left;
	padding: 0 20px;
	line-height: 40px;
}

#news_bar li{
	margin-bottom: 8px;
}

.clear{
	clear:both;
}					