body {
	text-align: center;
	background: #FFFFFF url(../images/bkg.jpg) repeat-x;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	}

#container {
	text-align: center;
	margin: auto;
	width: 816px;
	}

#topnav {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../images/topnavbkg.jpg) no-repeat;
	width: 100%;
	height: 39px;
	}

#topnav p {
	float:right;
	margin:  0 20px 0 0;
	}
	
#topnav p img {
	margin: 0px;
	float: right;
}

#header {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	}
	
#header img
{
	margin: 0px;
	float: right;
}
	
#interiorcontent {
	float: left;
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/contentbkg.jpg) repeat-x;
	}

#leftnav {
	float: left;
	clear: both;
	width: 210px;
	text-align: left;
}

ul#navigation {
	margin: 10px 0 0 20px;
	padding-left: 0;
	list-style-type: none;
	display: block
}

ul#navigation li {
	margin-top: 10px;
}


ul#navigation a {
	text-decoration: none;
	color: #003065;
	font-size: 110%;
	margin: 0;
	background: url(../images/greenbullet.gif) no-repeat 0 100%;
	padding-left: 20px;
}

ul#navigation a:hover {
	color: #4577bc;
}


#maincolumn {
	float: left;
	width: 570px;
	text-align: left;
}

#maincolumn li {
	margin-left: 20px;
}

#news {
	background: #ffffff url(../images/newsbtm.gif) no-repeat 0 100%;
	width: 552px;
	padding-bottom: 20px;
	margin: 20px 0 0 15px;
}

#news p {
	
	padding: 0;
	margin: 0 20px 5px 20px;
	font-size: 110%;
	color: #4f4f4f;
}

#news p.event {
	
}

#news p.topnews {
	background: url(../images/news.gif) no-repeat 0 100%;
	margin-top: 20px;
	margin-bottom: 2px;
	padding-left: 60px;

}

#news p.newsitem {
	background: url(../images/news.gif) no-repeat 0 100%;
	padding-left: 60px;
	margin-bottom: 2px;
}


#news h2 {
	margin: 0;
	padding: 10px 20px 20px 20px;
	background: #ffffff url(../images/newstop.gif) no-repeat 100% 0;
}

#news a {
	text-decoration: none;
	color: #4f4f4f;
	font-size: 110%;
}

#news a:hover {
	color: #00529b;
	text-decoration:underline;
}

#icons {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 33px;
	background: url(../images/footerbkg.jpg) no-repeat;
	}
	
#footer p {
	font-size: 80%;
	text-align: center;
	color: #bdbdbd;
	margin-top: 5px;
	}	
#footer a {
	text-decoration: none;
	color: #bdbdbd;
	}	
	
#footer a:hover {
	color: #FFFFFF;
}	

p {
	margin: 10px 20px 10px 20px;
}

h2 {
	color: #003065;
	font-size: 140%;
	margin: 15px 0 0 20px;
}

h3 {
	color: #fdb813;
	font-size: 120%;
	margin: 15px 0 0 20px;
}

h6 {
	margin: 0 0 20px 20px;
	color: #00529b;
	font-size: 80%;
}


