body {
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#CCE25C;
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	vertical-align: top;
	text-align:left;
}
input:text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
input:image{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
}
a {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#2681B1;
	text-decoration:underline
	font-weight:bold;
}
a:visited {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
#maincontainer{
	width: 776px;
	text-align: center;
	margin:0 auto;
}
#header{
	width: 776px;
	height: 98px;
}
#menups {
	width: 776px;
	height: 42px;
	background-image:url(graphics/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#homecontent{
	width: 522px;
	height: 304px;
	float:left;
	background-image: url(graphics/home_placeholder.jpg);
	background-repeat: no-repeat;
}
#defaultcontent{
	width:522px;
	height:916px;
	float:left;
	background-image:url(graphics/block_content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	overflow:auto;
}
#newscontent{
	width:500px;
	height:850px;
	float:left;
	overflow:auto;
}
#events{
	width: 254px;
	height: 304px;
	background-image:url(graphics/block_events.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:right;
}
#eventpopup{
	width:415px;
	height:299px;
	text-align: center;
	margin:0 auto;
	background-image:url(graphics/block_events_popup.jpg);
	background-repeat:no-repeat;
	background-position:top center;

}
#gallery{
	width: 262px;
	height: 306px;
	background-image:url(graphics/block_gallery.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;

}
#donate{
	width: 260px;
	height: 102px;
	background-image:url(graphics/block_102.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;

}
#donatecontent{
	width: 254px;
	height: 125px;
	background-image:url(graphics/block_donate_content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;

}
#subscribe{
	width: 260px;
	height: 204px;
	background-image:url(graphics/block_204.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;

}
#subscribecontent{
	width: 254px;
	height: 181px;
	background-image:url(graphics/block_mailinglist_content.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;

}
#news{
	width: 254px;
	height: 306px;
	background-image:url(graphics/block_news.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:right;
	text-align: left;
}
#footer{
	width: 776px;
	height: 50px;

}
.titleBlue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2681B1;
	font-weight:bold;
	text-align: left;
	padding: 5px;
}
.featuredBold {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	white-space: nowrap;
}
.featured {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
}
.featuredDesc {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.newsbg{
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.content{
	text-align:left;
}
