@charset "utf-8";

/* CSS Document */
body {
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	background-attachment: scroll;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
}
a img {
	border: none;
}
a, a:link, a:active, a:visited, a:hover {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border:none;
}
a, a:link, a:active, a:visited {
	color:#444;
}
a:hover {
	color:#000;
}
h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 15px 0;
	padding: 0;
	font: 24px normal Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
	color: #990000;
}
h3 {
	font-size: 18px;
	color: #555555;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-size: 10px;
	font-weight: bold;
}

ul {
	padding: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 18px;
}
a.nav:link, a.nav:active, a.nav:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	border:none;
}
a.nav:hover {
	color:#ffffff;
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	border:none;
}
a.footerlinks:link, a.footerlinks:active, a.footerlinks:visited {
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
a.footerlinks:hover {
	color:#333333;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
.inpagetitles {
	color:#990033;
	text-decoration:none;
	font-size:16px;
	font-weight:normal;
}
.headerred {
	color:#660033;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
}
.headerblack {
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
.footertxt {
	color: #333333;
	font-size: 10px;
	background-image:url("/images/footer.jpg");
}
#navbar {
background-image:url("/images/nav.jpg");
}
#contentarea {
background-image:url("/images/content.jpg");
}
#contentrightarea {
background-image:url("/images/contentright.gif");
}
#singlecontentarea {
background-image:url("/images/singlebg.gif");
}
#singlecolumn {
	color:#333333;
	
	background-repeat:repeat;
	font-size:11px;
	vertical-align:top;
	text-align:left;
	margin: 0 auto;
	width:780px;
	padding: 0;
}
div#homecontent {
	color:#333333;
	font-size:11px;
	line-height: 1.6em;
	font-weight:normal;
	vertical-align:top;
	text-align: left;
	margin: 0 auto;
	width:550px;
	padding: 0;
}
.tablecontent {
	color:#333333;
	font-size:11px;
	line-height: 1.6em;
	font-weight:normal;
	vertical-align:top;
	text-align: left;
	margin: 0 auto;
	padding: 5px;
}
div#newstitle {
	color:#333333;
	background-repeat: no-repeat;
	font-size:13px;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
	margin: 0 auto;
	width:180px;
	height:20px;
	padding: 0;
}
div#news {
	color:#333333;
	font-size:11px;
	font-weight:normal;
	vertical-align:top;
	text-align: left;
	margin: 0 auto;
	width:180px;
	padding: 0;
}
div#eventstitle {
	color:#333333;
	background-repeat: no-repeat;
	font-size:13px;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
	margin: 0 auto;
	width:180px;
	height:20px;
	padding: 0;
}
div#events, div#contact {
	color:#333333;
	font-size:11px;
	font-weight:normal;
	vertical-align:top;
	text-align: left;
	margin: 0 auto;
	width:180px;
	padding: 0;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right:45px;
	text-align: center;
}
div#nav {
	width:190px;
}
#menu a, #menu a:visited {
	text-decoration:none;
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	display:block;
	width:190px;
	height:20px;
	border-bottom:1px solid #660033;
	padding:2px;
	text-align:left;
	line-height:17px;
}
#menu a:hover {
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#660033;
	text-align:left;
}
.alertred {
	color:#f22;
	font-weight:bold;
	font-size:larger;
}