
body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #0c0c0c;
}

#wrap {
	width: 969px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 969px;
	float: left;
	background-image: url(../images/bg_main.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_bottom {
	width: 947px;
	float: left;
	padding: 0px 11px 18px 11px;
	background-image: url(../images/bg_main_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#main_middle {
	width: 945px;
	float: left;
	padding: 0px 1px;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#header {
	width: 947px;
	height: 103px;
	float: left;
}

#logo {
	width: 807px;
	height: 103px;
	float: left;
}

#donate {
	width: 140px;
	height: 103px;
	float: right;
}

#printheader {
	display: none;
	visibility: hidden;
}

#header_inside {
	width: 945px;
	height: 79px;
	float: left;
	padding-bottom: 4px;
}



/*************************************************************/
/********************* quick links ***************************/
/*************************************************************/
#quicklinks {
	width: 945px;
	height: 28px;
	float: left;
	font-size: 14px;
}

.quicklink_bar {
	width: 2px;
	height: 28px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
}

.quicklink_item {
	height: 28px;
	float: left;
}

.quicklink_item a {
	height: 22px;
	padding-top: 6px;
	display: block;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.quicklink_item a:hover {
	background-image: url(../images/bg_quicklink_over.gif);
	color: #ffffff;
	text-decoration: none;
}

.quicklink_item a.current {
	background-image: url(../images/bg_quicklink_on.gif);
	color: #ffffff;
	text-decoration: none;
}

#quicklink_bottom {
	width: 945px;
	height: 3px;
	float: left;
	line-height: 3px;
	background-color: #94ac9d;
	border-bottom: 1px solid #ffffff;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 223px;
	float: left;
	padding: 5px 5px 0px 0px;
	background-image: url(../images/bg_navigation.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 200px;
}

#navcontainer {
	width: 223px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 14px;
	list-style: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 211px;
	height: 21px;
	padding: 5px 6px 0px 6px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_on.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
}

#navcontainer li a:hover {
	text-decoration: none;
	background-image: url(../images/bg_menu1_over.gif);
	color: #ffffff;
}

#navcontainer li a#current {
	text-decoration: none;
	background-image: url(../images/bg_menu1_over.gif);
	color: #fffefe;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#navcontainer li li {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}

#navcontainer li li a {
	display: block;
	width: 205px;
	height: auto;
	padding: 0px 6px 3px 12px;
	text-decoration: none;
	background-image: none;
	color: #000000;
}

#navcontainer li li a:hover {
	background-image: none;
	color: #418011;
}

#navcontainer li li a#current {
	background: url(../images/2ndOn.png) left top no-repeat;
	color: #418011;
}

#navcontainer ul ul ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

#navcontainer li li li {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li li a {
	display: block;
	width: 197px;
	height: auto;
	padding: 0px 6px 3px 12px;
	margin-left: 8px;
	text-decoration: none;
	background-image: none;
	color: #000000;
}

#navcontainer li li li a:hover {
	background-image: none;
	color: #418011;
}

#navcontainer li li li a#current {
	background: url(../images/2ndOn.png) left top no-repeat;
	color: #418011;
}

#banners {
	width: 223px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.navbanner {
	width: 223px;
	float: left;
	margin-bottom: 2px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 932px;
	float: left;
	padding: 0px 0px 0px 6px;
	background-image: url(../images/bg_container.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
}

#container_bottom {
	width: 931px;
	float: left;
	padding: 0px 1px 10px 0px;
	background-image: url(../images/bg_container_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#maincontent {
	width: 701px;
	float: right;
}

#content {
	width: 671px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 0px 15px;
	min-height: 420px;
}

#breadcrumbs {
	text-transform: lowercase;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 4px 0px 9px 0px;
}

#breadcrumbs a {
	color: #74927f;
	text-decoration: none;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#homepage {
	border-top: 6px solid #ffffff;
	width: 935px;
	float: left;
	padding: 0px 0px 0px 5px;
	background-image: url(../images/bg_homepage.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
}

#homepage_bottom {
	width: 935px;
	float: left;
	background-image: url(../images/bg_homepage_bottom.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

#rotating_top {
	width: 697px;
	float: left;
	background-image: url(../images/bg_rotating_top.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#rotating_bottom {
	width: 692px;
	float: left;
	padding: 2px 2px 2px 3px;
	background-image: url(../images/bg_rotating_bottom.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#rotating_image {
	width: 690px;
	border: 1px solid #a6b9ad;
}

#contentboxes {
	width: 225px;
	float: right;
	padding: 0px 3px;
	border-top: 2px solid #ebebeb;
}

.cbTitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg_cb_title.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 32px;
}

.cbTitle a{
	color: #ffffff;
}

.cbTitle a:hover{
	color: #ffffff;
}

.cbTitleImage {
	background-image: url(../images/bg_cb_title_image.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 28px;
	padding: 4px 0px 0px 23px;
}

.cbBody {
	background-image: url(../images/bg_cb_body_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 2px 5px 2px;
	min-height: 150px;
}
	
.cbBodyBottom {
	background-image: url(../images/bg_cb_body_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
	height: 5px;
}

.cbURL {
	padding-left: 3px;
}

.events_cb_container {
	padding: 4px;
}

.events_cb_1_title {
	color: #418011;
	font-weight: bold;
	font-size: 14px;
}

.events_cb_1_date {
	font-size: 12px;
}

.events_cb_1_description {
	padding-top: 0px;
}
.newsletter{
	margin:40px 0 10px 3px;

}


/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 949px;
	padding: 2px 10px 10px 10px;
	float: left;
	font-size: 11px;
	color: #a6b9ad;
	line-height: 13px;
}

#footer a {
	color: #a6b9ad;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer .white_text {
	color: #ffffff;
}

#register {
	width: 500px;
	height: 30px;
	float: left;
}

#links {
	width: 200px;
	height: 30px;
	float: right;
	text-align: right;
}

#address {
	width: 500px;
	float: left;
	clear: both;
}

#grant {
	width: 260px;
	float: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}

