/* BASIC PAGE FORMATTING */

body {
	background-image: none;
	background-color: #fff;
	font: normal 12px 'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

h1,h2,h3,h4 {
	font-family: 'Trebuchet MS',Trebuchet,'Helvetica Neue',Arial,'FreeSans','DejaVu Sans Condensed',sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 22px;
	}

h2 {
	font-size: 19px;
	}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 14px;
	}

p, td, ul, ol {
	font-size: 12px;
	}

a {
	color: #30526c;
	}

a:visited {
	color: #8e0000;
	}

a:hover, a:active {
	color: #6bbd47;
	}
	
th{
color:#fff !important;
text-align:left !important;
background-color:#ACB8C8;
padding-right:40px;
}

th a{
color:#fff !important;
}

td{
padding:15px 0px 15px 10px;
}
	
#container{
width:1024px;
margin:0px auto;
text-align:left;
}
	
#logo{
margin:15px 0 15px 0px;
border:0px;
}

#view_events_list{
margin:15px 0px;
}

#rss_link{
width:0px;
height:0px;
visibility:hidden;
}

.infobox{
width:300px;
margin-right:40px;
float:left;
}

.clear{
clear:both;
}

.archiveTableEven{
background:#EFEFEF;
}

.divider{
width:100%;
border-top:#ccc 3px solid;
}

