/* CSS Document */

/* Colors used in this document */


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

#main_wrapper {
	width:937px;
	margin:0;
	padding:0px 30px 0 30px;
	background-image:url(../images/wrapper_bg.gif);
}

a {
	color:#2E5BAB;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color:#55807A;
	font-size:24px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	line-height:24px;
}

h2 {
	color:#55807A;
	font-size:20px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	line-height:20px;	
}

h3 {
	color:#55807A;
	font-size:16px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	line-height:16px;	
}

h4 {
	font-size:20px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	line-height:20px;	
}

h5 {
	font-size:16px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	line-height:16px;	
}

#header {
	height:116px;
	width:937px;
	padding:0;
	margin:0;
	position:relative;
}

#utilities {
	height:30px;
	width:157px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	left:705px;
}

#navbar {
	width:937px;
	height:33px;
	background-image:url(../images/navbar_bg.gif);
	padding:0;
	margin:0;
	position:relative;
}

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

#left_col {
	background-image:url(../images/left_col_shadow.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:188px;
	float:left;
	padding:15px 0 22px 0;
}

#main_col {
	background-image:url(../images/main_col_shadow.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:715px;
	padding:15px 17px 11px 17px;
	margin-left:-188px;
	float:right;
}

#index_main_col {
	width:450px;
	padding:0px;
	margin-right:-250px;
	float:left;
}

#index_right_col {
	width:250px;
	padding:0px;
	margin:0px;
	float:right;
}

#content_footer {
	width:915px;
	padding:11px;
	clear:both;
}

#footer {
	width:997px;
	height:115px;
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:13px;
}

#footer a {
	color:#FFFFFF;
}

#subpage_box {
	background-image:url(../images/subpage_bg2.gif);
	width:172px;
	color:#3D3F42;
	font-size:12px;
	padding:4px 0 4px 16px;
	margin:0;
	border-top:solid #F2F3F5 1px;
}

#subpage_box a {
	color:#3D3F42;
}

#events_left {
	background-image:url(../images/events_left_bg.gif);
	width:188px;
	padding:0;
	margin:0;
	color:#3D3F42;
	font-size:12px;
	line-height:14px;
}

#events_left a {
	color:#3D3F42;
}

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

#upcoming_events {
	width:188px;
	float:right;
	padding:0;
	margin-left:17px;
}
	
#classifieds {
	background-image:url(../images/classifieds_bg.gif);
	width:250px;
	padding:0;
	margin:0;
}	
	
#index_content {
	float:left;
	width:510px;
	padding:0;
	margin:0;
	font-size:12px;
}	

#index_content_box {
	width:450px;
	background-image:url(../images/index_content_bg.gif);
	padding:0;
	margin:0;
}	

/* table styles */
.report_table {
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

.report_table td.h {
	background-color: #192E51;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	margin: 4px;
}

.report_table td.h a {
	color: #FFFFFF;
	text-decoration: none;
}

.report_table td.h a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.report_table td.subh {
	background-color:  #E4ECE9;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 12px;
}

.report_table td.data {
	border: 1px solid #E4ECE9;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-size:11px;
}

.report_table tr:hover, .report_table tr.row_highlight {
	background-color: #F2F3F5;
	color: #003366;
}

.report_table tr.nohover:hover {
	background-color: #FFFFFF;
}
