body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6E6E6;
	font-size: 62.5%;
}
.top_banner {
	height: 301px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.logo_container {
	text-align: right;
	float: left;
	width: 344px;
	padding-top: 30px;
}
/* Navigation Styles */

#menu {
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu_left {
	float: left;
	padding-left: 71px;
	width: 550px;
	padding-top: 23px;
}
.menu_right {
	float: left;
}

#menu ul {
	border: 0;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#menu ul li {
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

/* Home Menu */

.menu_home a {
	width: 83px;
	background-image: url(/images/home_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #000000;
	padding-left: 4px;
}
.menu_home a:hover {
	color: #037297;
}
.menu_home_selected a{
	width: 83px;
	background-image: url(/images/home_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #037297;
	padding-left: 4px;
}

/* About Menu */

.menu_about a {
	width: 84px;
	background-image: url(/images/about_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #000000;
}
.menu_about a:hover {
	color: #037297;
}
.menu_about_selected a{
	width: 84px;
	background-image: url(/images/about_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #037297;
}

/* News Menu */

.menu_news a {
	width: 78px;
	background-image: url(/images/news_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #000000;
}
.menu_news a:hover {
	color: #037297;
}
.menu_news_selected a{
	width: 78px;
	background-image: url(/images/news_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #037297;
}

/* Services Menu */

.menu_services a {
	width: 102px;
	background-image: url(/images/services_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #000000;
}
.menu_services a:hover {
	color: #037297;
}
.menu_services_selected a{
	width: 102px;
	background-image: url(/images/services_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #037297;
}

/* Events Menu */

.menu_events a {
	width: 89px;
	background-image: url(/images/events_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #000000;
}
.menu_events a:hover {
	color: #037297;
}
.menu_events_selected a{
	width: 89px;
	background-image: url(/images/events_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #037297;
}

/* Contact Menu */

.menu_contact a {
	width: 90px;
	background-image: url(/images/contact_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #000000;
	padding-right: 3px;
}
.menu_contact a:hover {
	color: #037297;
}
.menu_contact_selected a{
	width: 90px;
	background-image: url(/images/contact_button_bg.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 18px;
	color: #037297;
	padding-right: 3px;
}

/* Main Content Area */

.main_content_bg {
	background-image: url(/images/main_content_bg.gif);
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 24px;
	padding-left: 39px;
}
.left_col_topbg {
	background-image: url(/images/left_col_topbg.jpg);
	height: 59px;
	width: 583px;
}
.left_col_stembg {
	background-image: url(/images/left_col_stem_bg.jpg);
	float: left;
	height: 656px;
	width: 107px;
}
.left_col_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #FFFFFF;
	float: left;
	width: 447px;
}
.left_col {
	background-image: url(/images/left_col_repeatbg.gif);
	float: left;
	width: 583px;
}

.left_col a
{
	text-decoration:none;
	color:#D3FF73;
}

.left_col a:hover
{
	text-decoration:underline;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1.8em;
	color: #ffe117;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}
.date_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #d8ff00;
	margin-bottom: 16px;
}

h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1.8em;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 0px;
}
.leftcol_low_bg {
	background-image: url(/images/left_col_lowbg.jpg);
	height: 10px;
	width: 583px;
	overflow: hidden;
}
.right_col {
	float: left;
	width: 300px;
	padding-left: 27px;
	padding-top: 22px;
}
.events_box_lowbg2 {
	background-image: url(/images/events_box_lowbg2.gif);
	height: 13px;
	width: 296px;
}

.events_box_topbg {
	background-image: url(/images/events_box_topbg.gif);
	height: 39px;
	width: 237px;
	padding-left: 59px;
	padding-top: 17px;
}
.events_box_topbg2 {
	background-image: url(images/events_box_topbg.gif);
	height: 34px;
	width: 237px;
	padding-left: 59px;
	padding-top: 17px;
}
.events_box_midbg {
	background-image: url(images/events_box_midbg.gif);
	width: 296px;
	text-align:center;
}



.events_box_lowbg {
	background-image: url(images/events_box_lowbg.gif);
	height: 7px;
	width: 294px;
	overflow: hidden;
}
.events_box_lowbg3 {
	background-image: url(images/events_box_lowbg3.gif);
	height: 7px;
	width: 294px;
	overflow: hidden;
	
}
.events_titlebox_topbg {
	background-image: url(images/events_titlebox_topbg.gif);
	height: 7px;
	width: 296px;
	overflow: hidden;
}
.events_titlebox_midbg {
	background-image: url(images/events_titlebox_midbg.gif);
	width: 256px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #016e09;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.events_titlebox_midbg a{
	color: #016e09;
	text-decoration: none;
}
.events_titlebox_midbg a:hover{
	color: #016e09;
	text-decoration: underline;
}
.events_titlebox_lowbg {
	background-image: url(images/events_titlebox_lowbg.gif);
	height: 8px;
	width: 296px;
	overflow: hidden;
}
.news_box_topbg {
	background-image: url(images/news_box_topbg.jpg);
	height: 152px;
	width: 237px;
	padding-top: 20px;
	padding-left: 59px;
}

.news_box_topbg2 {
	background-image: url(images/news_box_topbg2.jpg);
	height: 30px;
	width: 237px;
	padding-top: 20px;
	padding-left: 59px;
}


.news_box_midbg {
	background-image: url(images/news_box_midbg.gif);
	width: 266px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #d3ff73;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.news_box_img {
	background-image: url(images/news_box_midbg.gif);
	width: 296px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #d3ff73;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.arrow {
	padding-right: 8px;
	padding-left: 1px;
}

.archive_title_box {
	background-image: url(images/archive_title_box.jpg);
	height: 24px;
	width: 282px;
	padding-top: 14px;
	padding-left: 16px;
	padding-bottom: 10px;
}

.newsitem_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-bottom: 4px;
}
.newsitem_title a{
	color: #FFFFFF;
	text-decoration: none;
}
.newsitem_title a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


.news_box_lowbg {
	background-image: url(images/news_box_lowbg.gif);
	height: 15px;
	width: 296px;
}
.mailinglist_box_topbg {
	background-image: url(images/mailinglist_box_topbg.gif);
	height: 30px;
	width: 237px;
	padding-top: 17px;
	padding-left: 59px;
}
.mailinglist_box_midbg {
	background-image: url(images/mailinglist_box_midbg.gif);
	width: 271px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.mailinglist_box_lowbg {
	background-image: url(images/mailinglist_box_lowbg.gif);
	height: 13px;
	width: 296px;
}

.textfield1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333333;
	padding: 7px;
	float: left;
	width: 160px;
	border: 1px solid #000000;
	margin-top: 3px;
}
.mailingbutton
{
	background-image:url(images/mailinglist_button.jpg);
	background-repeat:no-repeat;
	width:79px;
	height:38px;
	border:0;
	cursor:pointer;
	margin-left: 6px;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
}
.footer_inner {
	background-image: url(images/footer_inner_bg.gif);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-image: url(images/footer_bg.jpg);
	width: 860px;
	background-repeat: no-repeat;
	padding-left: 120px;
	padding-top: 8px;
}

.footer_lower {
	background-image: url(images/footer_lower_bg.jpg);
	height: 132px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer_left_div {
	float: left;
	width: 185px;
	line-height: 1.8em;
	padding-bottom: 20px;
}
.footer_lower_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555555;
	float: left;
	width: 350px;
	padding-top: 35px;
	padding-left: 160px;
	line-height: 1.6em;
}
.footer_lower_left a{
	color: #555555;
	text-decoration: none;
}
.footer_lower_left a:hover{
	color: #555555;
	text-decoration: underline;
}

.footer_lower_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555555;
	float: left;
	width: 350px;
	padding-top: 35px;
	padding-left: 60px;
	line-height: 1.6em;
}

.footer_link_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #afd680;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 8px;
}

.footer_left_div a {
	color: #94cdfe;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.footer_left_div a:hover {
	text-decoration: underline;
}

/* Submenus */

.submenu_top {
	background-image: url(images/submenu_top_bg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	width: 251px;
	padding-top: 18px;
	padding-left: 45px;
	background-position: bottom;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.submenu_mid {
	width:296px;
}
.submenu_mid ul {
	padding:0px;
	margin:0px;
}

.submenu_mid li {
	background-image: url(images/submenu_bg.jpg);
	width: 296px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.submenu_low {
	background-image: url(images/submenu_low_bg.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 296px;
	clear: left;
}

.submenu_mid li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size: 1.3em;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 45px;
}
.submenu_mid li a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size: 1.3em;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 45px;
	background-image: url(images/submenu_selected.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.submenu_selected a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size: 1.3em;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 45px;
	background-image: url(images/submenu_selected.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


.newsmenu_mid {
	width:296px;
}

.newsmenu_mid_div {
	background-image: url(images/submenu_bg.jpg);
	width: 296px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.newsmenu_low {
	background-image: url(images/submenu_low_bg.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 296px;
	clear: left;
}

.newsmenu_mid_div a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size: 1.3em;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 16px;
}
.newsmenu_mid_div a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size: 1.3em;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 16px;
	background-image: url(images/submenu_selected.jpg);
	background-repeat: no-repeat;
}



.eventsmenu_mid {
	width:296px;
}
.eventsmenu_mid ul {
	padding:0px;
	margin:0px;
}

.eventsmenu_mid li {
	background-image: url(images/submenu_bg.jpg);
	width: 296px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.eventsmenu_low {
	background-image: url(images/submenu_low_bg.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 296px;
	clear: left;
}

.eventsmenu_mid li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size: 1.3em;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 16px;
}
.eventsmenu_mid li a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size: 1.3em;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 16px;
	background-image: url(images/submenu_selected.jpg);
	background-repeat: no-repeat;
}
.events_rightcol_top {
	background-image: url(images/events_rightcol_top.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 296px;
	background-position: center;
	overflow: hidden;
}
.events_rightcol_mid {
	background-image: url(images/events_rightcol_mid2.gif);
	background-position: center;
	width: 280px;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 16px;
}
.eventspage_box_top {
	background-image: url(images/eventspage_box_top.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 296px;
	overflow: hidden;
}

.events_rightcol_mid2 {
	background-image: url(images/events_rightcol_mid.gif);
	background-position: center;
	width: 296px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.eventspage_box_low {
	background-image: url(images/eventspage_box_low.gif);
	height: 18px;
	width: 296px;
}

.contact_sep_div {
	background-image: url(images/contact_sep.gif);
	height: 34px;
	width: 439px;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

/* Contact Page */

.left_col_right label {
	text-align: right;
	width: 110px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	float: left;
	clear: left;
	margin-bottom: 8px;
}

.form_field2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 260px;
	margin-top: 4px;
	padding: 3px;
	margin-bottom: 12px;
}
.contactbutton
{
	background-image:url(images/mailinglist_button.jpg);
	background-repeat:no-repeat;
	width:79px;
	height:38px;
	border:0;
	cursor:pointer;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}
.clearbutton
{
	background-image:url(images/clear_button.jpg);
	background-repeat:no-repeat;
	width:79px;
	height:38px;
	border:0;
	cursor:pointer;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}


.newsletter_hotspot_top {
	background-image: url(images/newsletter_hotspot_top.jpg);
	width: 237px;
	padding-left: 59px;
	padding-top: 17px;
	padding-bottom: 14px;
}
.small_white_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 4px;
}
.newsletter_hotspot {
	background-image: url(images/newsletter_hotspot.jpg);
	height: 201px;
	width: 296px;
}

.small_white_txt a {
	color: #FFFFFF;
	text-decoration: none;
}
.small_white_txt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Team Pages */

.team_leftcol {
	float: left;
	width: 220px;
}
.team_pos_txt {
	font-size: 0.9em;
	color: #d8ff00;
	padding-bottom: 10px;
}
.team_img {
	float: left;
	border: 4px solid #71AFE2;
	margin-right: 18px;
}
.team_name_title {
	font-size: 1.4em;
	color: #ffe117;
	font-family: "Trebuchet MS", Arial;
}

.team_leftcol a {
	color:#FFFFFF;
	text-decoration:none;
}
.team_leftcol a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.speciallabel
{
	display:none;
}