@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#FFFFFF; 
	background-image:url('images/body_background.jpg');
	background-repeat:repeat-x;
	}

a:link {
	text-decoration:underline;
	color:#0000ff;
	}
	
a:visited {
	text-decoration:underline;
	color:#0000ff;
	}
	
a:hover {
	text-decoration:none;
	color:#cc0000;
	}
	
#wrapper {
	margin:auto;
	width:760px;
}
	
#banner {
	height:101px;
	background:url(images/banner-bg.jpg) repeat-x;
	text-align:center;
}

#banner_inner {
	height:101px;
	width:745px;
	text-align:center;
}

#search_area {
	padding:20px 0px 0px 600px;
}
#search_area input[type="text"] {
	width:120px;
	height:15px;
	background-color:#DDDEE2;
	color:#013300;
	border:1px solid #FFD700;
}
#search_area input[type="submit"] {
	width:50px;
	height:20px;
	background-color:#DDDEE2;
	color:#013300;
	border:1px solid #FFD700;
	margin-top:5px;
	padding:2px;
}
.noshow {display:none;}

.navbarsplit {
	vertical-align:middle;
	display:inline;
	margin:-1px 1px 0px 1px;
	height:31px;
	width:2px;
}

#mainarea {
	background:url(images/body-bg.jpg) repeat-x;
	text-align:center;
}
#content {
	width:755px;
	margin-left: auto;
	margin-right: auto;
	min-height:250px;
	padding:0;
}
#content2 {
	width:755px;
	float:left;
	background:url(images/index-content-bg.gif) top center repeat-y;
	padding:0;
}
#content-left {
	width:489px;
	float:left;
	height:auto;
	margin:0px 0px 0px 5px;
	padding:0;
	display:inline;
}
#upcoming-events {
	 width:256px;
	 float:right;
	 margin:0px 5px 0px 0px;
	 padding:0;
	 display:inline;
}
#text-ue {
	text-align:left;
	margin:5px 15px 5px 15px;
}
#contentbottom {
	text-align:center;
}
#footer {
	background:url(images/footer-bg.jpg) top center no-repeat;
	border-top:3px solid #fff;
	min-height:30px;
	margin-left: auto;
	margin-right: auto;
	width:755px;
	padding:0px 0px 0px 25px;
	color:#003300;
}
#slideshow {
	background:#ffffff;
	margin-left:auto;
	margin-right:auto;
	width:745px;
}
#text-index {
	text-align:left;
	margin:0px 20px 5px 20px;
}

h1 {
	font-size:14pt;
	color:#003300;
}
h1.mission {
	margin-top:0px;
}
.ue-date {
	font-weight:bold;
}
.footer-dot {
	 vertical-align:middle;
	 margin-top:-1px;
	 padding:0px 3px;
}