/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*/

/*---[ TAG STYLES ]-------------*/
#wrapper {
	display none;
}

#top_links {
	display: none
}

#header{ 
	display: block;
}

#header_menu {
	display: none;
}

#left_side {
	display: none;
}
#search {
	display: none;
}
	
	
#menu_holder {
	display: none;
}
#menu {
	display: none;
}
#calendar {
	display: none;
}
#donate{
	display: none;
}
#center {
	width:100%;
	display: block;

}

#footer {
	display: block;
}

#back_top {
		display: none;
}

/*---[ STYLE CLASSES ]---------------*/
.change_text_size {
	float:right;
	position:relative;
	vertical-align:top;
	text-align:right;	
}

.search_box {
	width: 178px;
	height:16px; 
	font-size:10px; 
	margin-right: 16px;
	float: right;
	vertical-align: top;
	margin-top: -28px;
}
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.evoArticleTitle{
	font-weight:bold;
	color: #830b00;
	font-size: 24px;
}
.news1{
	margin: 2px 0px;
	padding:4px;
}

.news2{
	margin: 2px 0px;
	background:#CCCCCC;
	padding:4px;
}

.date{
	color:#990000;
	font-size:12px;
}

.news_title {
	font-weight:bold;
}

a.evoArticleTitle {
	color: #830b00;
	font-weight:bold;
	text-decoration:none;
}

a.evoArticleTitle:hover {
	text-decoration:underline;
}

td.evoCategoryTitle {
	color: #830b00;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	border-bottom:2px #41abec solid;
}