@charset "UTF-8";
/* CSS Document */

#wrapper {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 160px;
	width: 100%;
}
#feature {
	height: 218px;
	width: 100%;
	overflow: hidden;
}
#featureleft {
	float: left;
	height: 218px;
	width: 155px;
	background-color: #00919b;
	position: relative;
}
#featureright {
	background-color: #000;
	float: right;
	height: 218px;
	width: 643px;
	overflow: hidden;
	position: relative;
}
#body {
	width: 792px;
	margin-top: 20px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00919b;
	border-left-color: #00919b;
	height: 100%;
	position: relative;
	overflow: auto;
}
#bodyleft {
	float: left;
	height: 100%;
	width: 135px;
	padding-left: 5px;
	position: relative;
}
#bodyright {
	float: right;
	width: 620px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCC;
	height: 100%;
	position: relative;
}
#footer {
	height: 20px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #00919b;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#headercontent {
	float: right;
	height: 160px;
	width: 100%;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	text-align: left;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	padding: 0px;
	line-height: 14px;
}
.divider {
	float: right;
	height: 1px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}
a:link {
	color: #302D73;
	text-decoration: none;
	}

a:visited {
	color: #999;
	text-decoration: none;
	}

a:active {
	color: #999;
	text-decoration: none;
	}

a:hover {
	color: #00919b;
	text-decoration: none;
	}
.co2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
