<!-- 
body {
}
#wrapper{
	position: relative;
	width: 1000px;
	margin: auto;
}
h3{
	margin: 2px;
}	
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
}
#header_title{
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo{
	position: absolute;
	left: 175px;
}
#header_subtitle{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-weight: normal;
	text-align: center;
}
#constant_contact{
	position: absolute;
	top: 0px;
	right: 45px;
}
#header_links{
	position: absolute;
	top: 130px;
	width: 985px;
	margin: auto;
	right: 7px;
	left: 7px;
	height: 23px;
	_width: 100%;
	padding-top:3px;
}
#header_links A{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-right: 17px;
	font-weight: normal;
}
#header_links ul{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header_links li{
	display: inline;
	list-style: none;
}
#header_links li ul{
	display: none;
	position: absolute;
	top: 25px;
#	top: 20px;
	right: 175px;
	text-align: left;
	background: #59A8C4;
	padding-bottom: 3px;
	margin: 0px;
}
#header_links li:hover ul{
	display: block;
}
#header_links li ul li{
	display: block;
	padding: 3px;
}
#links{
    float: left;
	position: absolute;
	top: 0px;
	left: 7px;
}
#links A{
	position: absolute;
	width: 135px;
	padding: 3px;
	font-weight: normal;
}
#links ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
}
#links li{
	list-style: none;
	float: left;
	padding: 0px;
	padding-bottom: 35px;
#	padding-bottom: 33px;
	margin: 0px;
	width: 135px;
	display: block;
}
#links li ul{
	position: absolute;
	left: 140px;
	display: none;
	padding: 0px;
}
#links li:hover ul {
	display: block;
}
#links li:hover ul li{
	padding-bottom: 24px;
}
#main{
	position: absolute;
	top: 160px;
	width: 100%;
}
#sidebar {
	position: absolute;
	left: 0px;
	top: 5px;
#	top: 11px;
	width: 150px;
	display: block;
	z-index: 100;
}
#constant_contact_sidebar{
    float: left;
	position: absolute;
	top: 245px;
	left: 0px;
	width: 135px;
	margin: 7px;
	margin-right: 10px;
}
#content{
	position: relative;
	_position: absolute;
	clear: none;
	margin-left: 155px;
	_margin-left: 0px;
	margin-right: 175px;
	_margin-right: 0px;
	_left: 0px;
	_right: 0px;
}
#content_box{
	position: relative;
#	top: 5px;
	left: 0px;
	right: 0px;
	_left: 155px;
	_width: 660px;
	_margin-right: 175px;
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	_border-right-style: none;
	margin-top: 0px;
	margin-bottom: 15px;
#	padding-right: 100px;
}
#content_box h1{
	position: absolute;
	color: #ffffff;
	font-size: 13pt;
	font-weight: normal;
	margin: 0px;
	width: 100%;
	background-color: #f4659b;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#content_box p{
	padding: 7px;
	_width: 550px;
	_margin: 0px;
}

#content_box i{
	padding: 7px;
}
#footer{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
#footer_spacer{
	position: relative;
	float: left;
	height: 400px;
}
#footer_box{
	border-style: solid;
	border-width: 1px;
	border-color: #f4659b;
	margin-left: 7px;
	margin-right: 21px;
	margin-top: 28px;
	padding: 7px;
	text-align: center;
}
#facetube{
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 24px;
}
.slide_hover_links{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
}
.toc h2{
	font-size: 12pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.toc p{
	padding: 0px;
	margin: 0px;
}
.toc_space{
	position: relative;
	float: right;
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
	font-size: 8pt;
	width: 300px;
	height: 50px;
}
.title{
	color:  #59A8C4;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
#slider1{
	padding: 0px;
	margin: 0px;
}
.toc_space:hover{
	background-color: #f4659b;
}
.pagination a.selected{
	background: #f4659b;
}
.pagination a.selected .title{
	color: #ffffff;
}
.pagination a{
	position: relative;
	_position: absolute;
	float: right;
	width: 300px;
	height: 50px;
}
#slideshow{
	position: relative;
	_left: 0px;
	width: 625px;
#	width: 550px;
	_width: 660px;
#	height: 350px;
	height: 225px;
	margin: auto;
#	margin-top: 10px;
	_margin-top: 0px;
}
-->