
body {
	background-color: #B8D9D8;
	margin: 40px 0px 0px;
	display: block;
	padding-bottom: 20px;
}
#main {
	margin:0px auto;
	width:880px;
	z-index:1;
	background-color: #FBFFFF;
	border-top-color: #0B7771;
	border-top-style:solid;
	border-top-width:thick;
	display: block;
}
#header {
	margin: 0px;
	margin-top: -16px;
	border-bottom: 3px dotted #dbdbdb;
	background-image:url(../integra_banner.png)
}
#middle {
	margin: 0px;
	width: 880px;
}
#navarea {
	float: left;
	width: 300px;
	text-align:right;
	padding-right: 10px;
	border-bottom: 3px dotted #dbdbdb;
	height: 700px;
}
#navlinks li {
	list-style-image:none;
	list-style-type:disc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding: 8px;
	display: block;
		
}
#navlinks li a:link {
	text-decoration: none;
	color: #666666;
	display:block;
	border-bottom:thin #909090 solid;
}
#navlinks li a:visited {
	text-decoration: none;
	color: #666666;
	display:block;
	border-bottom:thin #909090 solid;
	color: black;
}
#navlinks li a:hover {
	text-decoration: none;
	border-bottom: medium #0B7771 solid;
	margin-right: 5px;
	margin-top: -2px;
}
#address li {
	list-style-image:none;
	list-style-type:disc;
	display:block;
	padding: 4px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
#contentarea {
	border-left: 3px dotted #dbdbdb;
	float: left;
	width: 527px;
	border-bottom: 3px dotted #dbdbdb;
	padding-left: 20px;
	padding-right: 20px;
	height: 700px;
	line-height: 1.7;
	font-family:Geneva, Arial, Helvetica, sans-serif
	
}
#footer {
	border-bottom-color: #0B7771;
	border-bottom-style:solid;
	border-bottom-width:thick;
	color: #454545;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-top:15px;
	width:868px;
	
}
#footer a:visited{
	color: #454545;
}
#footer a:link{
	color: #454545;
}
#footer a:hover{
	color: #454545;
	text-decoration:none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #212121;
	font-size: 200%;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #212121;
	font-size: 120%;
	margin:0px;
	border-bottom:thin #909090 solid;
}

