/* CSS Document */

/* Colors used in this document */


body {
	background-image:url(../images/background.gif);
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#272727;
	line-height:16px;
}

#main_wrapper {
	width:904px;
	padding:0;
	margin:0;
}

#header {
	width:904px;
	height:100px;
	margin:0;
	padding:0;
}

#content_wrapper {
	width:884px;
	background-image:url(../images/content_bg.png);
	padding:0px 10px 0px 10px;
	margin:0;
}

#content_header {
	width:862px;
	height:223px;
	padding:0;
	margin:0;
}

#footer {
	width:904px;
	height:10px;
	padding:0;
	margin:0;
	color:#00529B;
}

#footer a {
	color:#00529B;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.copyright {
	font-size:11px;
}

#content {
	width:862px;
	background-color:#00529B;
	padding:9px;
	margin:0;
	border:solid #FEC853 2px;
}

#content_bg {
	width:862px;
	background-image:url(../images/content_bg2.gif);
}
	
#content_top {
	width:862px;
	padding:0;
	margin:0;
}

#content_bottom {
	clear:both;
	width:862px;
	padding:0;
	margin:0;
}

#main_col {
	width:651px;
	margin-left:-180px;
	float:right;
	padding:14px 11px 19px 11px;
}

#left_col {
	width:176px;
	float:left;
	border-right:solid #FFFFFF 2px;
	border-left:solid #FFFFFF 2px;
}

#left_col_title {
	background-color:#99AFC0;
	width:176px;
	height:28px;
}

#subpage {
	padding:6px;
	width:164px;
	border-bottom:solid #B9C6D0 1px;
	color:#445868;
	font-size:13px;
}

#subpage a {
	color:#445868;
	text-decoration:none;
}

#subpage a:hover {
	color:#445868;
	text-decoration:underline;
}

h1 {
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
	color:#5FB79A;
	font-size:18px;
	font-weight:bold;
}	

h3 {
	margin-top:0;
	margin-bottom:0;
	font-size:14px;
	font-weight:bold;
}

#events_index {
	float:right;
	width:310px;
	padding:0px 0px 11px 11px;
}

#events_index_title {
	background-color:#99AFC0;
	width:310px;
	height:28px;
}

#events_index_box {
	background-color:#E7EDF2;
	width:300px;
	padding:5px;
}

#events_index_box2 {
	background-color:#E7EDF2;
	width:310px;
}

a {
	color:#489C80;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#upcoming_event {
	width:300px;
	padding:5px;
	border-bottom:solid #BAC6CF 1px;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9C9D7;
}
	
	