/* CSS Document */

body {
	margin:0 auto;
	text-align:center;
	background-image:url(images/back-tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#container {
	width:730px;
	margin:0 auto;
	text-align:center;
	background-image:url(images/body-tile.jpg);
	}

#header {
	width:730px;
	height:156px;
	}

#content-heading {
	background-image:url(images/content-heading.jpg);
	width:730px;
	height:41px;
	color:#474d30;
	font-size:14px;
	padding-top: 5px;
	}

#content-container {
	padding-top:0px;
	background-image:url(images/body-tile.jpg);
	background-repeat:repeat-y;
	width:730px;
	}
	
#content {
	width:460px;
	padding-left:30px;
	float:left;
	font-size:12px;
	color:#333333;
	text-align:left;
	}

#content p {
	line-height:16px;
	}
	
#content-bottom {
	background-image:url(images/body-bottom.jpg);
	height:155px;
	width:730px;
	font-size:11px;
	color:#7c845c;
	padding-top:5px;
	line-height: 18px;
	clear:both;
	}
#content-bottom a {
	color:#7c845c;
	text-decoration:none;
	}

#content-bottom a:hover {
	text-decoration:underline;
	}

.light-green, .light-green a {
	color:#9ea680;
	font-size:9px;
	}	
	
h1 {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin:0 auto;
	}

#news {
	width:170px;
	float:right;
	color:#666666;
	font-size:11px;
	text-align:left;
	margin-right:30px;
	border-left:1px #CCCCCC solid;
	padding-left:20px;	
	line-height:16px;
	}

#news a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}

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

#footer {
	font-size:10px;
	height:40px;
	color:#B5B9A8;
	margin-bottom: 10px;
	clear:both;
	}

#footer a {
	color:#B5B9A8;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}
	
.news_list, .news_list a, .news_list a:link, .news_list a:active, .news_list a:visited {
	padding-right: 20px;
	font-size: 12px;
	font-family:"trebuchet MS", verdana;
	text-decoration:none;
	color:#999999;
}

.news_list a:hover {
	color: #333333;
	text-decoration:none;
}

.news_list li {
	padding-bottom: 6px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-size:12px;
	font-family:"trebuchet MS", verdana;
	list-style: none;
}

.news_list ul {
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.news_sel{
	color:#333333;
}

a {
	color:#333333;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}