body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2F3F5;
	text-align: center;
	min-width: 800px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.black_to_blue a:link {color: #000000; text-decoration: none}
.black_to_blue a:visited {color: #000000; text-decoration: none}
.black_to_blue a:hover {color: #0097AC; text-decoration: none}
.black_to_blue a:active{ color: #0097AC;text-decoration: none
}
.blue_to_black a:link {color: #0097AC; text-decoration: none}
.blue_to_black a:visited {color: #0097AC; text-decoration: none}
.blue_to_black a:hover {color: #000000; text-decoration: none}
.blue_to_black a:active{ color: #000000;text-decoration: none
}
.bluetext{
	color: #0097AC;
}
#wrapper {
	position: relative;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	margin:0 auto;
	width: 800px;
	text-align:left;
}
#header {
	height: 162px;
	width: 100%;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
}
#blueblock {
	height: 23px;
	width: 23px;
	top: 0px;
	background-color: #0097AC;
}
#logo {
	height: 39px;
	margin-top: 59px;
	width: 220px;
	float: left;
}
#nav {
	margin-left: 240px;
	width: 534px;
	margin-top: 66px;
}
#bodywrapper {
	width: 800px;
	margin-top: 16px;
}	
#lefttext {
	float: left;
	width: 200px;
	left: 10px;
	margin-left: 10px;
}
#leftblocks {
	float: left;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 445px;
	height: 92px;
	background-image: url(../images/leftblocks.gif);
}
#main {
	margin-left: 250px;
	width: 534px;
	margin-bottom: 16px;
	margin-right: 16px;
	min-height:305px;
	_height:auto !important;
	height:auto !important;
	height:305px;
}
#footnote {
	margin-left: 229px;
	width: 571px;
	height:100px;
	background-color: #E2F3F5;
}
#footer {
	background-color: #E2F3F5;
	height: 50px;
	bottom: 0px;
}

