body{
	font-family: Tahoma,Arial,Helvetica;
}

#container{
	margin:0 auto;
	max-width:980px;
	color: #333;
	border: 1px solid #217a5e;
}

#top{
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	height: 82px;
}

#topLinks{
	padding-left: 0.5em;
	padding-top: 0.3em;
	border-bottom: 1px solid #217a5e;
	height: 30px;
	background:url('../images/main_tab_bg.gif') repeat-x center left;
}

#topLinks a{
	font-size: 0.8em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}


#top h1{
	padding: 0;
	margin: 0;
}

#leftnav{
	float: left;
	width: 160px;
	margin: 0;
	padding-left: 1em;
}

#content{
	margin-left: 160px;
	margin-right: 2em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	max-width: 1000px;
	font-size: 0.9em;
}

#footer{
	clear: both;
	border-top: 1px solid #217a5e;
	background:url('../images/main_tab_bg.gif') repeat-x center left;
	height: 30px;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

#newsletter{
	float: right;
	width: 100px;
	font-size: 0.8em;
	margin-left: 0.5em;
}

.newsTitle{
	font-weight: bold;
	color: #1a1a6d;
	line-height: 1.0;
}

.termDates{
	font-weight: bold;
	font-size: 0.8em;
}

.dates{
	font-size: 0.7em;
}

.centerImg{
	display: block;
	margin-left: auto; 
	margin-right: auto;
}

#content h2{
	margin: 0 0 .5em 0; 
}

a:hover{
	color:#006400;
	text-decoration: underline;
}

a:visited{
	color:#006400;
	text-decoration: none;
}

a{
	color:#006400;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

ul{
	list-style-type: none;
}

.center{
	text-align: center;
}

.error{
	color: #ff0000;
}

form fieldset {
	background-color:#EEEEEE;
	display:block;
	margin:0 0 3em;
	padding:0 1em 1em;
}
