body {
	text-align: center;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	background-attachment: fixed;
	background-image:  url(../images/bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}
html>body  #wrapper{
	margin-top: 0px;
	top: 0px;
	margin-bottom: 10px;
	width: 860px;
}
#wrapper{
	text-align: left;
	position: relative;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
}
#masthead{
	float: left;
	height: 137px;
	width: 850px;
	background-image: url(../images/stretch.jpg);
	background-repeat: repeat-x;
}
html>body #main{

}
#main{
	position: relative;
	float: left;
	width: 652px;
	top: 0px;
	z-index: 1;
}
#logo{

}
html>body #address{
	width: 167px;
}
html>body #eventsearch{
width: 177px;
}
#eventsearch{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #7EA3BE;
	width: 187px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-image: url(../images/cal_bckgrd.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#eventsearch input{
	display: inline;
	font-size: 12px;
}
#eventsearch p{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;	
}
#address{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E5EEF3;
	text-align: right;
	padding: 10px;
	width: 187px;
	margin-top: 10px;
}
#nav{

}
#navigationarea a {
	font: bold 12px/150% Trebuchet MS, Tahoma;
	color: #000066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#navigationarea a:link {
	color: #000066;
}
#navigationarea a:visited {
	color: #000066;
}
#navigationarea a:active {
	color: #000066;
}
#navigationarea a:hover {
	color: #999999;
	text-decoration: none;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid;
	border-left: 1px none;
}
#picture{
	margin-bottom: 5px;
}



html>body h2{

}
h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color: #666666;
	font-weight: normal;
	height: auto;
	position: relative;
	text-align: justify;
}

h2 table{
	font-size: 13px;
		color: #666666;
}

#clearone{
	clear: both;
	height: 20px;
	float: none;
}
a {
	color: #666666;
	font-weight: normal;
}
a:active {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #006633;
}

html>body #footer{
	width: 650px;
}
#footer{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666;
	line-height: 140%;
	font-weight: normal;
	background-image: url(../images/stretch_footer.jpg);
	background-repeat: repeat-x;
	width: 850px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 190px;
}

#footer a:link {
	color: #666666;	
}
#footer a:visited {
	color: #666666;

}
#footer a:active {
	color: #666666;

}
#footer a:hover {
	color: #000000;
}
p {
	line-height: 150%;
}
form {
	display: inline;
	font-size: 12px;
}

html>body #sidepanel{
	width: 192px;
}
#sidepanel{
	float: left;
	position: relative;
	width: 199px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-right: 7px;
	z-index: 2;
	}
	
.capiltalize {
	text-transform: capitalize;
}

.redwarning {
	color: #FF0000;
}

#errorbox {
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../images/warning.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;

}
#warning {
	color: #000000;
	background-color: #DEE8F2;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../images/warning_blue.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;

}
#redband{
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	background-color: #FF0000;
	margin-bottom: 5px;
}
#redband a:link {
	color: #660000;
}
#redband a:visited {
	color: #660000;
}
#redband a:active {
	color: #660000;
}
#redband a:hover {
	color: #CCCCCC; 
}

#links{
	float: right;
	font-size: 11px;
	background-color: #E9E9E9;
	line-height: 140%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
html>body #newstitle2{
	
}
#newstitle2{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	line-height: 120%;
	margin-bottom: 7px;
	padding: 10px;
}

html>body #newstitle{
	width: 630px;
}
#newstitle{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	line-height: 120%;
	margin-bottom: 7px;
	padding: 10px;
}
#newstitle0{background-color: #91C516;	width: 100%;}
#newstitle1{background-color: #A216C5;	width: 100%;}
#newstitle2{background-color: #16C5A2;	width: 100%;}
#newstitle3{background-color: #1691C5;	width: 100%;}
#newstitle4{background-color: #E86830;	width: 100%;}
#newstitle5{background-color: #C51691;	width: 100%;}
#newstitle6{background-color: #C51639;	width: 100%;}

#newsimage{
	float: left;
	clear: none;
	margin-right: 15px;
}
#newscontent{
	width: 100%;
	margin-top: 10px;
	clear: none;
}

#newsstory{
	clear: both;
	padding-top: 15px;
}
#newsstory2{
	clear: both;
	padding-top: 10px;
	width: 300px;
}
html>body #calendar{
	width: 290px;
	top: -10px;
}
#calendar{
	float: right;
	width: 310px;
	text-align: right;
	top: -20px;
	position: relative;
	margin-left: 10px;
}

#greytext{
	font-size: 12px;
	color: #CCCCCC;
}
#caldendargraphic{
	float: right;
}


#integrateright{
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: center;
	width: 195px;
	font-size: 11px;
	clear: right;
}
#integrateright img{
	border: 10px solid #D7E0E5;
	margin-bottom: 5px;
}
#albumthumb{
	float:left;
	clear:none;
	width:130px;
	height:130px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
}

#comm_right{
	width: 320px;
	float: right;
}
#comm_left{
	width: 320px;
	float: left;
}
#comm_title{
	color: #0781C9;
	background-color: #DEE8F2;
	padding: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}