body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0px;
	padding: 0px;
}
h1, h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}
hr {
	color: #007878;
}
a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
a:hover {
	color: #F29921;
	text-decoration: underline;
}
li {
	line-height: 1.4em;
}
#main_body {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}
.highlight {
	font-weight: bold;
	color: #143E5B;
}
.formerror {
	border: 1px solid red;
	background-color : #FFCCCC;
	font-style:normal;
	padding: 0px 3px;
	margin-bottom: 15px;
}
.clear-both {
	clear: both;
}
.emailform {
	width: 300px;
	font-size: 1em;
	color: #004D4E;
}
.noflash_mainMenu_links {
	color: #004A4B;
	text-decoration: underline;
}
.active_subcat {
	color: #F29921;
}
#title {
	width: 420px;
	float: left;
	background-image: url(../images/titlebar_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-bottom: 60px;
	height: 39px;	
}
#title div {
	width: 100%;
	background-image: url(../images/titlebar_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*
	display: table;
	position: static !important;
	position: relative;
	*/
	overflow: hidden;
	height: 39px;
}

/*
#title div div {
	background-image: none;
	display: table-cell;
	vertical-align: middle;
	position: static !important;
	position: absolute;
	top: auto !important;
	top: 50%;
	height: 39px;
}
*/
#title div div div {
	padding-left: 30px;
	padding-top: 10px;
	/*
	position: static !important;
	position: relative;
	top: auto !important;
	top: -50%;
	*/
	color: #006660;
	letter-spacing: 0.15em;
	font-size: 0.95em;
	height: 39px;
}
html>body #title div div div {
	padding-top: 3px;
}
#top_bar {
	text-align: right;
	padding-right: 40px;
	background-image: url(../images/top_bar.png);
	background-repeat: repeat-x;
	height: 35px;
	margin-bottom: 50px;
}
#logo {
	float: right;
	padding-right: 40px;
}
#content_body {
	background-color: #C5E5E0;
	clear: both;
	height: 450px;
}
html>body #content_body {
	height: auto;
	min-height: 450px;
}
#main_menu {
	width: 200px;
	position: absolute;
	text-transform: uppercase;
	z-index: 999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#noflash_main_menu {
	padding-top: 80px;
	padding-left: 40px;
	font-size: 1.0em;
}
#noflash_main_menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#noflash_main_menu li {
	padding: 3px 0px;
}
#sub_menu {
	background-image: url(../images/menubar_bkg.png);
	background-repeat: repeat-x;
	height: 66px;
	padding-top: 5px;
	margin-bottom: 20px;
	padding-left: 250px;
	text-transform: uppercase;
	font-size: 0.95em;
	color: #143E5B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub_menu a {
	color: #143E5B;
	text-decoration: none;
}
#sub_menu a:hover {
	color: #F29921;
	text-decoration: underline;
}
#content_area {
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 250px;
	line-height: 1.7em;
	font-size: 1.1em;
}
#copyright {
	font-size: 9px;
	color: #256566;
	text-align: left;
	padding: 10px;
	position: relative;
	left: 830px;
	width: 100px;
}
