#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: blue;
	text-decoration: underline;
}
#news a:hover {
	color: #FFCC00;
	text-decoration: underline;	
}



#content {
	margin-top: 50px;
	font-size: 12px;
	font-family: verdana;
}





                /* 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;
}


#news div div.title {
	//font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 5px;
}
#news div div.date {
	font-size: smaller;
	text-align: right;
	margin-top: -24px;
	font-style: italic;
}
#news div div.author {
	font-size: smaller;
	margin-top: 0px;
	font-style: italic;
}
#news div div.source {
	font-size: smaller;
	margin-top: -15px;
	font-style: italic;
}
#news div div.tags {
	font-size: smaller;
	margin-top: 10px;
}
#news div div.tags ul li {
	display: inline;
	list-style-type: none;
}
#news div div.tags ul {
	display: inline;
	margin-left: -25px;
}
#news div div.rm {
	margin-top: 2px;
	margin-bottom: 20px;
}
#news div div.text {
	margin-top: 10px;
}

#news div.listing {
	border-bottom: 2px solid gray;
	padding-bottom: 10px;
	margin-top: 0px;
}

#pageshow {
	margin-left: 100px;
}

#pages {
	clear: both;
	padding-top: 50px;
	padding-bottom: 25px;
}

#pages div a {
	margin-left: 10px;
	margin-right: 10px;
}

#pages div.pleft {
	float: left;
	margin-left: 100px;
}

#pages div.pright {
	float: right;
	margin-right: 100px;
}

#pages div a:hover {
	color: #000;
	text-decoration: underline;
}