    body {
	margin:0;
	padding:0;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FAEEBD;
}

	div#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	background-color:#fff;
	margin-bottom: 20px;
	background:url(../images/menubackground.gif) repeat-y;

}

#containerfrontpage {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	background-color:#fff;
	margin-bottom: 20px;
}

	div#mainbody {
		margin-top: 20px;
		margin-left: 180px;
		margin-right: 10pxm;
		margin-bottom: 10px;
		text-align: left;
		padding: 30px;
		background-color:#FFFFFF;

		}
		
	div#mainbodyfrontpage {
		margin-top: 75px;
		margin-left: 10px;
		margin-right: 10pxm;
		margin-bottom: 10px;
		text-align: center;
		}
		
	
		
h1 {
	font-size: 2em;
	text-align: center;
	line-height: 1.1em;
}

.frontPageHeader {
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	margin: 0;
}


h2 {
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	text-align: left;
}

h3 {
	font-size: 1.1em;
	margin-bottom: -1.1em;
	
}

h3 a:link {
		text-decoration: underline;
}


#copyright {
	clear: both;
	font: 0.9em/1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 180px;
	color: #999999;
	padding: 20px;
}

#copyright a:link, #copyright a:visited {
	color: #999;
	text-decoration: underline;
}

#copyright a:hover {
	color: #0000FF;
}

	.centered {
		text-align: center;
}

p {
	text-align: left;
}

img {
border: none;
} 
 

    #tabs10 {
      float:left;
	  clear:both;
      width:100%;
      font-size:110%;
	  border-bottom:1px solid #FF8B55;
      line-height:normal;
 	  background-color:#FAC193;

	 
      }
    #tabs10 ul {
	  margin:0;
	  margin-left: auto;
	  margin-right:auto;
	  padding:10px 10px 0 10px;
	  list-style:none;
	  clear:both;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("/images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("/images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs10 a:hover span {
      color:#FFF;
      }

	#tabs10 a.events {
		background:url("/images/tableft_events.gif") no-repeat left top;
	}

	#tabs10 a.events span {
		background:url("/images/tabright_events.gif") no-repeat right top;
	}


    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

	
#mainbodyfrontpage a {
	text-decoration: none;
	color: #000000;
}
#mainbodyfrontpage a:hover {
	text-decoration: none;
	color: #FF0000;
}


#menubar, #menubar ul {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	width: 178px;
	Xfont-size: 90%;
	Xbackground:url(../images/menubackground.gif) repeat-y;
}


#menubar li {
	position: relative;
	float: left;
	width: 178px;
	line-height: 1.25em;
	margin-bottom: -1px;
	Xborder-bottom: 1px solid #ff8b55;
}

#menubar li ul {
	position:absolute;
	width: 178px;
	left: -999em;
	margin-left: 0;
	margin-top: 0;
}

#menubar li a {
	width: 178px;
	w\idth: 158px;
	display: block;
	font-weight:bold;
	color:black;
	text-decoration:none;
	border:1px solid #ff8b55;
	padding:0 0.5em;
}


#menubar a:link, #menubar a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #ff8b55;
	border-right: 1px solid #ff8b55;
	background-color: #fac193;
	color: #000;
	text-decoration: none;
}

#menubar a:hover {
	color: #000;
	background-color:#e18314;
}

/* Son of Suckerfish stuff */


#menubar li:hover ul, #menubar li li:hover ul, #menubar li.sfhover ul, #menubar li li.sfhover ul {
	left: 182px;
	top:-0.9em;
}


#menubar li ul ul {
	Xmargin: -1em 0 0 10em;
}



/* End of SoS stuff */
	
#mainbody ul {
	list-style: none;
	margin: 0 0 0 2em;
}

.mainCaption {
	font-weight: bold;
}

.staff {
	text-align: center;
}

.flash {
	color: red;
	font-weight: bold;
}

.centeredflash {
	color: red;
	font-weight: bold;
	text-align: center;
}

.centeredflash a:link, .centeredflash a:visited {
	color: red;
	text-decoration: underline;
}

.aboutUL li {
	list-style: square;
}