body{
	background-repeat: repeat;
  text-align: center;
}

div.admintools{
  text-align: left; 
}


div.bgimage{
	width: 1146px;
	background-repeat: no-repeat;
	background-position: left 100px;
	margin-left: auto;
	margin-right: auto;
}

div.side_left{
	width:1046px;
	background-image: url('edge_left.png');
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: auto;
	margin-right: auto;
}


div.side_right{
	width:1003px;
	background-image: url('edge_right.png');
	background-repeat: repeat-y;
	background-position: right top;
	margin-left: 43px;
	margin-right: 0px;
	text-align: left;
}


#sitecontainer{
	width: 960px;
	margin-left: 0px;
}

#header{
	width: 100%;
	max-height: 200px;
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: top right;
}


#headerdesign{
	width: 300px;
/*	height: 133px;*/
	max-height: 200px;
	float: right;
}

#headertext{
	float: left;
	width: 100%;
	min-height: 100px;
	max-height: 166px;
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
	padding-top: 0px;
}

#headertext p{
	margin-top: 0px;
	padding-top: 0px;	
}

#topnav{
	clear: left;
	height: 33px;
	background-image: url('titlecorner_left.png'), url('titlecorner_right.png');
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
}

#topnav a:link, #topnav a:visited, #topnav a:active, div.infobody a:link, div.infobody a:visited, div.infobody a:active{
	text-decoration: none;	
}

span.btn_container{
	float: left;	
}

span.btn_left{
	float: left;
	height: 33px;
	width: 15px;
	background-image: url('btn_left.png');
	background-repeat: no-repeat;
	background-position: top left;	
}

span.btn_center{
	float: left;
	height: 33px;	
	background-image: url('btn_center.png');
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-right: 6px;
}


span.btn_right{
	float: left;
	height: 33px;
	width: 15px;
	background-image: url('btn_right.png');
	background-repeat: no-repeat;
	background-position: top right;	
}

span.btn_left_faded{
	float: left;
	height: 33px;
	width: 15px;
	background-image: url('btn_left_faded.png');
	background-repeat: no-repeat;
	background-position: top left;	
}

span.btn_center_faded{
	float: left;
	height: 33px;	
	background-image: url('btn_center_faded.png');
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-right: 6px;
}


span.btn_right_faded{
	float: left;
	height: 33px;
	width: 15px;
	background-image: url('btn_right_faded.png');
	background-repeat: no-repeat;
	background-position: top right;	
}

span.btntext{
	position: relative;
	top: 12px;
	font-size: medium;
}


#titledesign{
	width: 300px;
	height: 133px;
}

#mainbody{
	clear: left;
	background-repeat: repeat-x;
	background-position: bottom left;	
	background-color: white;
	min-height: 500px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#mainbodyfadeout{
	background-repeat: repeat-x;
	min-height: 500px;
}

#leftcol{
	float: left;
	width: 230px;
	text-align: center;
	margin-left: 6px;
}

#rightcol{
	float: right;
	width: 696px;
	text-align: left;
	margin-right: 6px;
}


div.infosection{
	width: 222px;
	margin-left: auto;
	margin-right: auto;
}

div.infotitle{
	background-repeat: no-repeat;
	background-position: top center;
	width: 222px;
	height: 41px;
	text-align: center;
	vertical-align: middle;
}

div.calendartitle{
	background-repeat: no-repeat;
	background-position: top center;
	width: 222px;
	height: 41px;
	text-align: center;
	vertical-align: middle;
}

div.infotxt{
	position: relative;
	top: 10px;
	font-size:1.2em;
}

div.infobody, div.eventcalendar{
	background-image: url('infobody.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: left;
	width: 222px;
	min-height: 20px;
	padding-bottom: 20px;
	font-size: 1.1em;
}

div.infobody div, div.eventcalendar div{
	background-color: white;
	margin-left: 11px;
	margin-right: 11px;
}

div.infobody div div{
	margin-left: 10px;
	padding: 2px;
}

div.infobody div.subsection{
	margin-left: 0px;	
}

div.textinfocontainer{
	width: 692px;
	text-align: left;
}


div.textinfotitle{
	width: 692px;
	height: 221px;
	text-align: center;
	background-image: url('textinfobg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.textinfoimage{
	width: 670px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
  background-color: white;
  -webkit-border-top-left-radius: 8px; /* for Safari */
  -webkit-border-top-right-radius: 8px; /* for Safari */
  -moz-border-radius-topleft: 8px;       /* for Firefox */
  -moz-border-radius-topright: 8px;       /* for Firefox */
  border-top-left-radius: 8px; /* CSS3 */
  border-top-right-radius: 8px; /* CSS3 */
}

div.textinfoimage img{
  overflow: hidden; 
}

div.textinfobar{
	background-repeat: no-repeat;
	background-position: top left;
	width: 692px;
	height: 40px;
	text-align: left;
}

div.textinfobardesign, div.subsectiondesign{
	background-repeat: no-repeat;
	background-position: top right;
  height: 51px;
  margin-right: 11px;
}

div.textinfobar div.subsection{
	position: relative;
	top: 10px;
	left: 30px;
	font-size: 1.2em;
	float: left;
	width: 600px;
	height: 25px;
}


div.edittextlink{
	position: absolute;
	top: -20px;
	left: 0px;
	background-color: #ddd;
	font-size: 12px;
	padding: 2px;
}


div.textinfo{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

div.subsectioncontainer{
	float: left;
	width: 347px;	
	margin-top: 20px;
	text-align: left;
}

div.subsectiontitle{
	float: left;
	width: 347px;
	height: 180px;
	text-align: center;
	background-image: url('subsectionbg.png');
	background-repeat: no-repeat;
	background-position: bottom center;	
}

div.subsectionimage{
	width: 325px;
	height: 129px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
  background-color: white;
  -webkit-border-top-left-radius: 8px; /* for Safari */
  -webkit-border-top-right-radius: 8px; /* for Safari */
  -moz-border-radius-topleft: 8px;       /* for Firefox */
  -moz-border-radius-topright: 8px;       /* for Firefox */
  border-top-left-radius: 8px; /* CSS3 */
  border-top-right-radius: 8px; /* CSS3 */
}

div.subsectionimage img{
  overflow: hidden; 
}

div.subsectionbar01, div.subsectionbar02{
	background-repeat: no-repeat;
	background-position: top left;
	width: 347px;
	height: 51px;
	text-align: left;
}



div.subsectionbar01 div.subsection, div.subsectionbar02 div.subsection{
	position: relative;
	top: 10px;
	left: 30px;
	font-size: 1.2em;
	float: left;
	width: 280px;
	height: 25px;
}


div.subsectiontext{
	text-align: left;
	margin: 20px;	
}

hr.divider{
	clear: both;
	border: 0px;
	width: 96%;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;	
}

#bottomnav{
	text-align: center;
	font-size:1.1em;
}

div.wmginfo{
	text-align: center;
}


div.bottom_fade{
	width: 1036px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('edge_bottom.png');
	background-repeat: no-repeat;
	background-position: top left;
}

/* Event Calendar */
table.eventcalendar{
/*	width: 175px;*/
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}

table.eventcalendar5d td, table.eventcalendar5d th{
	width: 30px;
	height: 30px;
}

table.eventcalendar7d td, table.eventcalendar7d th{
	width: 22px;
	height: 22px;
}

table.eventcalendar th, table.eventcalendar td{
	text-align: center;
	vertical-align: middle;
}

table.eventcalendar td{
	border: 1px #aaa solid;
}

table.eventcalendar td.eventcalendarinfo{
	background-color:	#dbe1f2;
}

table.eventcalendar td.eventcalendarselected{
	background-color:	#243c96;
}

table.eventcalendar td.eventcalendartoday{
	background-color:	#98FB98;
}

table.eventcalendar td.eventcalendarempty{
	background-color: #eee;
}

div.eventcalendarnav{
	width: 175px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}

div.eventcalendarnav img{
	height: 21px;
	width: 29px;
	border: 0px;
}


div.quicklinks{
	background-repeat: no-repeat;
	background-position: top center;
	width: 222px;
	height: 41px;
	text-align: center;
	vertical-align: middle;

	position: relative;
}


