body {
	margin: 0;
	padding: 0;
	background: #dcc9a5 url('../images/background.jpg') no-repeat top center;
	text-align: center;
	font-family: verdana, arial, "lucida console", sans-serif;
	font-size: 12px;
	/*color: #333;*/
	color: #282828
}

img {
	border: 0;
}


#content {
	margin: auto;
	text-align: left;
	width: 900px;
}

#top_banner {	
	margin-top: 39px;
	height: 77px;
}

#logo {
	margin-left: 60px;
	float: left;
}

#logo img{
	border: 0px;
}

#search {
	float: right;
	margin-top: 30px;
}

#top_menu {
	background: url('../images/top_menu_bg.jpg') no-repeat top center;
	margin-top: 8px;
	height: 99px;
	text-align: center;
}

.top_menu_btns {
	padding-top: 15px;
}

.top_menu_btns IMG {
	margin-left: 5px;
	margin-right: 5px;
}

#clearB {
	clear: both;
}

#clearL {
	clear: left;
}

#clearR {
	clear: right;
}

#content_top {
	text-align: center;
	background: #f7f7f7;
}

#content_tops {
	margin-left: 28px;
	padding-top: 23px;
}

.content_top_l, .content_top_m, .content_top_r {
	float: left;
	width: 261px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#content_mid {
	background: #f7f7f7 url('../images/content_mid_bg.jpg') no-repeat top center;
	text-align: center;
}

#content_mids {
	margin-left: 28px;
	padding-top: 23px;
}

.content_mid_l, .content_mid_m, .content_mid_r {
	float: left;
	width: 261px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.content_mid_l A, .content_mid_m A, .content_mid_r A{
	text-decoration: none;
	/*color: #666;*/
	/*color: #005e9b;*/
	color: #666;
	border-bottom: dashed 1px #666;
}
.content_mid_l A:hover, .content_mid_m A:hover, .content_mid_r A:hover{
	border-bottom: solid 1px #666;
}


.content_bot_r {
	float: right;	
}

.content_bot_l {
	float: left;
}

.welcome_head {
	color: #ff9900;
	margin-top: 5px;
	/*font-size: 18px;*/
	font-size: 15px;
	font-weight: bold;
}


.welcome_teaser  P {
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: #666;*/
	color: #282828;
}

.welcome_teaser A {
	text-decoration: none;
	/*color: #999;*/
	color: #005e9b;
}


.member_head {
	color: #ff9900;
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

.member_teaser  P {
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: #666;*/
	color: #282828;
}

.member_teaser A {
	text-decoration: none;
	/*color: #999;*/
	/*color: #005e9b;*/
	color: #666;
	border-bottom: dashed 1px #666;
}

.member_teaser A:hover {
	border-bottom: solid 1px #666;
}

.news_head {
	color: #d21b23;
	margin-top: 20px;
	font-size: 19px;
	font-weight: bold;
}

.news_list_date {
	color: #999;
	font-size: 12px;
	float: left;
}

.news_list_title {
	color: #666;
	float: left;
	width: 200px;
	margin-left: 5px;
}

.news_list_title A{
	color: #666;
	text-decoration:none;
	border-bottom: dashed 1px #666;
}

.news_list_title A:hover{
	border-bottom: solid 1px #666;
}

.news_list_date a {
	text-decoration: none;
	/*color: #999;*/
	color: #005e9b;
}

.news_lists {
	margin-top: 7px;
	padding-bottom: 7px;
/*	border-bottom: dashed 1px #e0e0e0;*/
}

.news_list {
	border-bottom: dashed 1px #e0e0e0;
}

.events_lists {
	margin-top: 7px;
	padding-bottom: 7px;
}


#content_main {
	background-color: #f6f6f6;
	text-align: center;
	min-height: 550px;
}


#footer {
	margin-top: 15px;
	font-size: 12px;
}

#footer A {
	text-decoration: none;
	color: #996633;
	font-weight: bold;
	/*border-bottom: dashed 1px #996633;*/
	/*color: #333;*/
}

#footer a:hover {
	/*text-decoration: underline;*/
	border-bottom: solid 1px #996633;
}

.foot_add {
	color: #996633;
}


#breadcrumbs {
	font-size: 11px;
}
#breadcrumbs A {
	font-weight: bold;
	color: #005e9b;
	text-decoration: none;
}

#breadcrumbs A:hover {
	text-decoration: underline;
}


.controls_top {
	background-color: #e7e7e7;
	height: 22px;
	padding-top: 4px;
}
