/*
portions of this layout derived from the noodle floating layout
http://www.thenoodleincident.com/
http://www.positioniseverything.net/
*/
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	height: 100%;
}
body {
	min-width: 700px;
	background:  #fff;
	color: #000000;
}
div, td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a, a:visited {
	text-decoration: underline;
	color: #005c91;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#wrapperA {
	width: 50%;
	min-height: 100%;
	height: auto;
	background: #0f6d85;
	position: relative;
	z-index: 2;
	text-align: right;
}
#wrapperB {
	position: relative;
	margin: auto;
	width: 750px;
	margin-right: -375px;
	background: #0f6d85;
}
#wrapperC {
	z-index: 1;
	position: relative;
	text-align: left;
	margin-left: 250px;
	background: #fff;
	width: 500px;
}
#mainWrapper {
	float: right;
	display: inline;
	width: 500px;
	background: #fff;
}
#mainContent {
	position: relative;
}
#leftWrapper {
  width:250px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-250px;
  height: 100%;
	background: #0f6d85;
}
#leftContent {
	margin: 75px 0px 0px 5px;
	text-align: left;
	color: #ffffff;
	line-height: 24px;
	font-size: 12px;
}
#leftContent div {
}
#leftContent a {
	color: #fff;
}
.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  font-size:0px;
  overflow:hidden;
  line-height:1%;
  margin-bottom:-1px;
}
#nav {
	position: absolute;
	right: 2px;
	top: -55px;
	height: 24px;
	z-index: 3;
}
#footer {
	clear: both;
	padding: 20px 0 50px 0;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	color: #333;
}
#footer a {
	color: #333;
}
#footer img {
	margin: 10px 5px 0 5px;
	vertical-align: middle;
}
#mainContent p {
	margin: 10px 10px 10px 40px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	margin: 5px 15px 20px 0px;
	padding: 0;
}
h2 {
	margin: 20px 0px 2px 10px;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}
ul, ol{
	margin-left: 0;
	padding-left: 40px;
}
li {
	min-width: 100%;
	margin: 10px 0 0 0;
	vertical-align: top;
}
.right {
	float: right;
	margin: 5px 0 5px 5px;
}
.left {
	float: left;
	margin: 5px 5px 5px 40px;
}
.error {
	border: 1px solid #f00;
}
