body {
    background: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	margin: 5px 0;
}

#contain {
	width: 885px;
	margin: 0 auto;
}

#header {
    background: url(images/header5.gif) no-repeat;
	height: 160px;
	margin: 0 auto;
	margin-bottom: 5px;
}

#middle {
	display: inline;
	float: left;
	width: 800px;
	margin-left: 0px;
	padding-bottom: 0px;
}


.content_top {
    background: #FFFFFF url(images/content_top_photo.gif) no-repeat;
	width: 800px;
	height: 37px;
	padding-top: 0px;
	padding-left: 20px;
	margin: 0 auto;
}

.content_mid_photo {
    background: #FFFFFF url(images/content_mid_photo.gif) repeat-y;
	width: 800px;
	padding: 5px 15px 0 15px;
	margin: 0 auto;
}

.content_bot {
    background: url(images/content_bot_photo.gif) no-repeat;
	width: 800px;
	height: 37px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 7px;
}


.news_table {
 border: 1px solid #000000;
 border-bottom: none;
 padding: 0;
}

.newstitle {
	border-bottom: 1px solid #000000;
	padding: 3px;
	height: 15px;
	line-height: 15px;
	margin: 0 auto;
}

.newscontent {
	background: #F0F0F0;
	border-bottom: 1px solid #000000;
	padding: 3px;
	text-align: left;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:active, a:hover {
	color: #F22626;
	text-decoration: underline;
}




#copy {
	background: url(images/copyright.gif) no-repeat;
	width: 400px;
	height: 32px;
	margin: -5px auto;
}

