/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}
	
#width {
	width:800px;
	margin-top:10px;
	}
.h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 22px 0px;
	padding:0px;
	}
.h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 22px 0px;
	padding:0px;
	}
.h3 {
	font-size:14px;
	margin:0px 0px 22px 0px;
	padding:0px;
	}
.h4 {
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
.header {
	background:url(images/header.gif) no-repeat top center;
	height:153px;
	}

.navbg {
	background:url(images/navbg.gif) repeat-x bottom left;
	height:46px;
	vertical-align:top;
	}

.main {
	float:inherit;
	padding:20px 0px 20px 0px;
	background:url(images/mainbg.gif) repeat-x top left;
	}

.footer {
	background:url(images/footer.gif) repeat-x top left;
	height:39px;
	color:#999999;
	float:left;
	width:100%;
	margin-top:10px;
	clear: both;
	}

.subnav {
	width:255px;
	float:left;
	text-align:left;
	}

.subnav2 {
	background:url(images/subnavbg_bottom.gif) repeat-x bottom left;
	padding-bottom:1px;
	margin-bottom:20px;
	}

.content {
	width:480px;
	float:right;
	padding-left:20px;
	}
.eventheader {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	}
.eventtable {
	color:#009999;
	font-weight:bold;
	}
.eventdesc {
	color:#009999;
	}

h1 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 22px 0px;
	padding:0px;
	}
	
h2 {
	font-size:17px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:left;
	}

h3 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:6px 0px 6px 0px;
	line-height:20px;
	text-align:left;
	}
	
h4 {
	margin:0px 0px 12px 0px;
	padding:0px;
	line-height:20px;
	font-weight:bold;
	font-size:11px;
	}

h5 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:6px 0px 6px 0px;
	line-height:20px;
	text-align:center;
	}

a {
	color:#009999;
	text-decoration:none;
	}
a.reg:link {
 	color:#FFFFFF;
	}
a.reg:visited {
 	color:#FFFFFF;
	}

a:hover {
	color:#b0dfdf;
	text-decoration:none;
	}
	
a:hover img {
	opacity: .5;
	filter: alpha(opacity=50);
	}
	
p {
	margin:0px 0px 12px 0px;
	padding:0px;
	line-height:20px;
	text-align:justify;
	font-size:11px;
	}

#right {
	text-align:right;
	padding-top:14px;
	}

#arrow {
	background:url(images/arrow.gif) no-repeat left;
	padding-left:14px;
	
	}

ul {
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 26px;	
	line-height:20px;
	}
	
li {
	margin:0px;
	padding:0px 0px 0px 10px;
	text-align:justify;
	}

	
/* -------- navigation*/

.rollover a {
	font-size:13px;
	display:block;
	padding:12px;
	color:#999999;
	font-weight:bold;
	white-space:nowrap;
	}
	
.rollover a:hover { 
	background:url(images/navbutton2.gif) repeat-x top left;
	color:#b0dfdf;
	font-weight:bold;
	}
	
.divider {
	width:1px;
	background:url(images/spacer.gif) no-repeat right;
	}
	
.rollover2 a { 
	width:100%;
	background:url(images/subnavbg.gif) repeat-x top left;
	font-size:13px;
	font-weight:bold;
	display:block;
	padding:8px 0px 8px 3px;
	color:#009999;
	font-weight:bold;
	white-space:nowrap;
	}
	
.rollover2 a:hover {	
	background-color:#4aa6b0;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.intro {
	background:url(images/b_back.jpg) no-repeat top center;
	}
	
.tablelist td {
	padding:4px 0px 4px 0px;
	}




#events {
	width: 700px;
}
#events img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#events td  {
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
}
#events th {
	background-color: #666666;
	color: #E9E9E9;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #e9e9e9;
}
