/* CSS Document */

body {
	background-color:#4BBFFE;	
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}

div.page-content {
	margin:0 auto;
	width:869px;
	background-color:#FFF;
	
}

#IMAGE_header {
	background-image:url(images/2011/header_image.jpg);
	background-repeat:no-repeat;
	width:869px;
	height:321px;	
}

body.page-template-frontpage-php #IMAGE_latest_news {
	background-image:url(images/2011/header/latest_news.gif);
	background-repeat:no-repeat;
	width:334px;
	height:52px;	
}

#IMAGE_latest_news {
	background-image:url(images/2011/header/blank.gif);
	background-repeat:no-repeat;
	width:334px;
	height:52px;	
}

#DIV_page_content .fontpage-news {
	list-style-type:none;
	margin:0px;
	margin-left:8px;
	padding:0px;
}

#DIV_page_content .fontpage-news a {
	color:#029DEF;	
}

#footer .DIV_links {
}


#footer .DIV_sponsors {
	float:left;	
	padding-top:16px;
}

#footer {
	background-image:url(images/2011/footer.jpg);
	background-repeat:no-repeat;
	width:849px;
	height:107px;	
	padding-left:20px;
	padding-top:18px;
	font-size:10px;
}

#footer a {
	color:#EC4F08;
	text-decoration:none;
}

h2 {
	color:#EC4F08;
	font-size:15px;	
}

#DIV_page_content {
	padding:5px;	
}
body.page-template-frontpage-php  #DIV_page_content {
	padding:0px;	
}

.page-menu  {
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}
.page-menu ul {
	padding:0;
	margin:0;
}
.page-menu li {
	list-style-type:none;
	display:inline;
	color:#999;
	padding:5px;
}
.page-menu li a {
	padding:5px;
}
.page-menu li.current_page_item  {
	
}
.page-menu li.current_page_item a {
	color:#F60;
}

.page-menu li a {
	text-decoration:none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


ul.widgets {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

li.widget_mailchimpsf_widget input[type="text"] {
	width:100%;
}
