/*======================
RESET
========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 12px;
font-family: Arial, Tahoma, Sans-Serif;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1.3;
color: black;
text-align:center;
background: #00295d url(../images/site_background.gif) repeat-x;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*======================
    HEADER
========================*/
.container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	background: url(../images/header_background.jpg) no-repeat 50% 0;
	float: left;
	width: 100%;
	height: 170px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	display: block;
	position: relative;
	top: 6px;
	float: left;
	width: 245px;
	height: 40px;
}

#main-menu {
	float: right;
	position: relative;
	top: 23px;
}

#main-menu li {
	background-image: url(../images/main_menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	margin: 0 12px 0 12px;
	padding: 0;
	height: 23px;
	list-style: none;
	line-height: 1;
}

#main-menu li a {
	background-image: url(../images/main_menu_right.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	display: block;
	padding: 4px 10px 5px 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}

#main-menu li:hover, #main-menu li.active {
	background-position: 0 -23px;
}

#main-menu li:hover a, #main-menu li.active a {
	background-position: 100% -23px;
}

#main {
	background: #fff url(../images/main_background.gif) repeat-x;
	float: left;
	width: 100%;
}

#wrapper {
	background: url(../images/base.jpg) no-repeat 50% 0;
	float: left;
	width: 100%;
}

#content {
	background: url(../images/content_background.gif) repeat-y;
	float: left;
	width: 940px;
	margin: 10px;
	min-height: 515px;
	height: auto !important; /* IE 6 min-height fix */
	height: 515px; /* IE 6 min-height fix */
}

/*======================
    FOOTER
========================*/
#footer {
	background: url(../images/site_bottom.gif) repeat-x;
	float: left;
	width: 100%;
	height: 70px;
	padding-top: 30px;
	font-size: 12px;
	color: #fff;
}

#footer-menu {
	margin: 0 0 7px 0;
	padding: 0;
}

#footer-menu li {
	padding: 0 6px 0 6px;
	display: inline;
	border-right: solid 1px #fff;
	list-style: none;
	vertical-align: middle;
}

#footer-menu li.last {
	border-right: 0;
}

#footer-menu li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#footer-menu li a:hover, #footer ul li.active a {
	text-decoration: underline;
}

#footer #info {
	font-size: 10px;
	padding: 6px;
}

#left-column {
	width: 640px;
	float: left;
}

.content {
	float: left;
	padding: 10px;
}

#right-column {
	float: left;
	width: 280px;
	padding: 10px;
}

.event {
	float: left;
	margin-bottom: 10px;
}

.event span {
	background: url(../images/calendar.png) no-repeat;
	display: block;
	padding: 2px 0 2px 20px;
	font-size: 10px;
	color: #717171;
}

.event a {
	display: block;
	margin-bottom: 7px;
}

.event p {
	font-size: 10px;
	color: #4a4a4a;
}