body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	text-align: center;
}

#main_wrapper {
	width: 750px;
	margin: auto;
	height: auto;
	text-align: left;
	display: table;
	}

#menu_bar {
	width: auto;
	height: 29px;
}

#menu_bar a {
	font-size: 0.8em;
	font-weight: normal;
	display: block;
	float: left;
	width: 147px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: white;
	text-decoration: none;
	background-color: #339999;
	margin-right: 3px;
}

#menu_bar a:hover {
	background-color: #663399;
}

#menu_bar span {
	font-size: 0.8em;
	display: block;
	float: left;
	width: 147px;
	line-height: 29px;
	height: 29px;
	text-align: center;
	color: white;
	background-color: #1E5B5B;
	margin-right: 3px;
}

#menu_bar li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#top_banner {
	width: auto;
	height: 192px;
	background: url(images/topbanner5.jpg) no-repeat top left;
}

#top_banner2 {
	width: auto;
	height: 192px;
	background: url(images/topbanner2.jpg) no-repeat top left;
}

#top_banner3 {
	width: auto;
	height: 192px;
	background: url(images/topbanner3.jpg) no-repeat top left;
}

#left_column {
	width: 176px;
	height: auto;
	float: left;
	padding: 20px;
}

#left_column a {
	font-size: 0.8em;
	display: block;
	margin-left: -20px;
	width: 150px;
	background: url(images/submenu_bullet.gif) no-repeat top left;
	height: 20px;
	line-height: 20px;
	color: #663399;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}

#left_column a:hover {
	text-decoration: underline;
}

#left_column li {
	list-style: none;
}

#content {
	
	width: 707px;
	height: auto;
	display: table;
	float: left;
	padding: 20px 0px 20px 20px;
}

.contentHeaders {
color: #639;
font-weight: bold;

}

#content_results {
	text-align: left;
	width: 484px;
	height: auto;
	display: table;
	float: left;
	padding: 20px;
}

h1 {
	color: #663399;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0px;
}

h1 span {
	color: #00a2c9;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-size: 0.9em;
	color: #663399;
}
	
#footer {
	width: auto;
	clear: both;
	height: 35px;
	line-height: 35px;
	font-size: 0.7em;
	background: url(images/footer.gif) no-repeat left top white;
	text-align: right;
	padding-right: 5px;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

bold, strong {
color: #0099cc;
font-weight: bold;
}
