body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: underline;
}

a:visited {
	color: #800080;
}

#logo_print {
	width: 650px;
	height: 70px;
	display: none;
}

#border {
	width: 750px;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

#header {
	width: 750px;
	height: 65px;
	background-image: url(/images/header_bk.jpg);
	float: left;
	border-width: 1;
	border-top-color: #03C;
	border-right-color: #30C;
	border-left-color: #30C;
}

#logo_head {
	width: 150px;
	height: 65px;
	border:0;
	margin:0;
	float: left;
}

#logo_head img {
	width: 150px;
	height: 65px;
	border: 0;
}

#actions {
	width: 595px;
	height: 30px;
	padding: 5px 5px 0 0;
	position: absolute;
	right: 0px;
	color: #069;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
}

#actions_links {
	width: 325px;
	height: 25px;
	padding: 5px 5px 0 0;
	float: left;
}

#actions_links a {
	color: #009;
}

#actions_search {
	width: 265px;
	height: 25px;
	float: left;
	position: absolute;
	right: 0px;
	padding-right: 5px;
}

.actions_search_box {
	width: 150px;
	height: 15px;
	border: #039 1px solid;
	font-size: 9px;
	background-image: url(/images/shadeform.gif);
	vertical-align: middle;
}

.actions_search_button {
	width: 45px; 
	height: 15px; 
	border: 0; 
	background-image: url(/images/searchbox.gif);
	vertical-align: middle;
}	

#content_three {
	width: 750px;
	background-image: url(/images/content_bk.gif);
	float: left;
}

#content_two {
	width: 750px;
	background-image: url(/images/content_two_bk.gif);
	float: left;
}

#content_nobg {
	width: 750px;
	background-color: #FFF;
	float: left;
}

#logo {
	width: 150px;
	height: 35px;
	float: left;
}

.logo_img {
	border: none;
}

#topnav {
	width: 600px;
	height: 35px;
	float: left;
	background-image: url(/images/topnav_bk.gif);
}

#topnav_new {
	width: 600px;
	height: 35px;
	float: right;
	margin-top: 30px;
}

#mainbody {
	width: 750px;
	float: left;
}

#leftnav {
	width: 150px;
	float: left;
	list-style: none;
	font-size: .65em;
}

#leftnav a {
	color: #039;
}

#leftnav a:hover {
	color: #f00;
	text-decoration: underline;
}

ul.leftnav_level1 {
	margin: 0px 5px 25px 10px;
	padding: 10px 0 0;
	list-style: none;
	font-weight: bold;
}

ul.leftnav_level1 li {
	padding: 5px 0;
}

ul.leftnav_level2 {
	margin: 0px 5px 5px 12px;
	padding: 10px 0 0;
	list-style: none;
	font-weight: normal;
}

ul.leftnav_level2 li {
	padding: 5px 0;
}

#breadcrumbs_threecolumn {
	font-size: 0.6em;
	width: 420px;
	float: left;
	padding: 15px 10px 0 20px;
	display: inline;
}

#text_threecolumn {
	width: 440px;
	float: left;
	margin: 0;
	padding: 5px 0 0 10px;
}

#text_threecolumn_main {
	font-size: 0.6em;
	width: 420px;
	padding: 10px;
	float: left;	
}

#text_threecolumn_main h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.4em;
}

#text_threecolumn_main h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.4em;
}

#text_threecolumnmain p + h2,
#text_threecolumnmain ul + h2 {
	margin-top: 1.8em;
}

#text_threecolumn_main h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

#text_threecolumn_main p,
#text_threecolumn_main ul {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.8em;
}

#text_threecolumn_main h1 + p {
	margin-top: 1.2em;
}

#text_threecolumn_main td ul {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0.6em;
	padding-left: 1.0em;
}

#text_threecolumn_main td ul li {
	margin-bottom: 0.6em;
}

#home_clouds {
	height: 265px;
	width: 410px;
	margin: 10px 10px;
	float: left;
}

#breadcrumbs_twocolumn {
	width: 570px;
	float: left;
	font-size: 0.6em;
	padding: 15px 10px 0 20px;
	display: inline;
}

#text_twocolumn {
	font-size: 0.6em;
	width: 570px;
	float: left;
	margin: 0;
	padding: 15px 10px 0 20px;
}

#text_twocolumn h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.4em;
}

#text_twocolumn h1 + p {
	margin-top: 1.2em;
}

#text_twocolumn h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

#text_twocolumn p + h2,
#text_twocolumn ul + h2 {
	margin-top: 1.8em;
}

#text_twocolumn h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.6em;
}

#text_twocolumn p, #text_twocolumn ul {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.8em;
}

#text_onecolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	position: absolute;
	left: 0;
	top: 100px;
	margin: 0 20px;
}

#text_onecolumn p,
#text_onecolumn ul {
	line-height: 1.4;
}

#text_onecolumn h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0;
}

#text_onecolumn h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 1.0em;
}

#morebox_frame {
	width: 410px;
	float: left;
	margin: 0 0 0 10px;
}

.morebox_column_left {
	width: 195px;
	float: left;
	padding: 0 10px 10px 0;
}

.morebox_column_right {
	width: 195px;
	float: left;
	padding: 0 0 10px 10px;
}

.morebox {
	width: 195px;
	float: left;
	background: no-repeat url(/images/more_bk.gif);
	margin: 10px 0 0 0;
	padding: 2px 0 0 0;
}

.more_img {
	float: right;
	border: none;
}

.morebox_heading {
	font-size: 1.3em;
	font-weight: bold;
}

.morebox h1 {
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.6em;
}

.morebox p {
	font-size: 0.6em;
	margin-top: 0;
	margin-bottom: 0.6em;
}

.morebox ul {
	font-size: 0.6em;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	padding-left: 2.4em;
}

#rightcolumn {
	width: 150px;
	float: left;
	list-style: none;
	clear: right;
	margin-top: -20px;
}

#rightcolumn_home {
	width: 150px;
	float: left;
	list-style: none;
	clear: right;
}

.rightbox {
	width: 130px;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
	font-size: 0.6em;
	background-image: url(/images/rightbox_bk.gif);
}

.rightfooter {
	width: 150px;
	height: 50px;
	display: block;
}
	
ul.rightboxtext {
	margin: 0 10px 0px 10px;
	padding: 0 0 0 0;
	list-style: none;
}

.rightbox div {
	padding: 0 5px 0 5px;
}

ul.status {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 2.4em;
	padding-top: 0;
	padding-bottom: 0;
}

.rightbox_noalert {
	color: #0c0;
	font-weight: bold;
}

.rightbox_partialalert {
	color: #f60;
	font-weight: bold;
}

.rightbox_alert {
	color: red;
	font-weight: bold;
}

ul.rightboxtext li {
	padding: 0 0 7px 0;
}

.rightboximg {
	vertical-align: bottom;
}

.leftbox {
	width: 130px;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
	background-image: url(/images/leftbox_bk.gif);
}

.leftboxtext {
	padding: 0 5px 0 5px;
}
	
ul.leftboxtext {
	font-size: 9px;
	margin: 0 10px 0px 10px;
	padding: 0 0 0 0;
	list-style: none;
}

ul.leftboxtext li {
	padding: 0 0 7px 0;
}

.leftboximg {
	vertical-align: bottom;
}

#quote {
	width: 130px;
	color: #000;
	background-image: url(/images/rightbox_bk.gif);
	margin: 50px 10px 10px 10px;
	visibility: visible;
	text-align: left;
	line-height: 15px;
}

.quote_text {
	margin: 0 10px 0 10px;
}

.quote_bottom_img {
	float: right;
}

#footer, #footer1 {
	width: 750px;
	height: 20px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background-image: url(/images/footer_bk.gif);
	display: block;
	float: left;
	padding: 3px 0 0 0;
}

#footer a, #footer1 a {
	color: #fff;
}

.tableColHead {
	font-size: 1.4em;
	font-weight: bold;
}

.tableCellShade {
	background-color: #D0D0D0;
}

.tableCellUnshade {
	background-color: #FFFFFF;
}

.tableCellAQGood {
	color: #000000;
	background-color: #00E400;
}

.tableCellAQMod {
	color : #000000;
	background-color : rgb(255,255,0);
}

.tableCellAQUSG {
	color : #000000;
	background-color : rgb(255,126,0);
}

.tableCellAQUH {
	color : #FFFFFF;
	background-color : rgb(255,0,0);
}

.tableCellAQFrmLT75 {
	color : #000000;
	background-color: #99FFFF;
}
.morebox_fullwidth {
	width: 100%;
}

