#header {
	background: #FFCC00;
	border: 1px solid #FFCC00;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

#header div.title {
	font-weight: bold;
	margin-left: 15px;
}

#news {
	border: 1px solid #FFCC00;
	border-top: 4px solid #FFCC00;
	background-color: #FFF7D2;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}


#news a {
	color: #000000;
	text-decoration: underline;
}
#news a:hover {
	color: #FFCC00;
	text-decoration: underline;	
}



#content {
	margin-top: 50px;
}





                /* News Section */
#box_clear { clear: both; }
                
#content_none {
	background-color: #FFF7D2;
	margin: 45px 2% 0;
	margin-top: 50px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #FFCC00; 
	font-size: small;
}


#news div {
	margin-top: 25px;
}

h4 {
	color: blue;
}