html { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	min-width: 975px;
}

a:link { color: #1a8091; }
a:visited { color: #598c94; }
a:active, a:hover { color: #015c96; }

.clear { clear: both; }
.floatleft { float: left; margin: 0px 10px 10px 0px; }
.floatright { float: right; margin: 0px 0px 10px 10px; }

h1, h2, h3, h4, h5, h6 { margin: 5px 0px 5px 0px; font-weight: bold; font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif; }
h1 { color: #2a3c3d; font-size: 170%; }
h2 { color: #267582; font-size: 170%; }
h3 { color: #7ba9a8; font-size: 170%; }
h4 { color: #7ba9a8; font-size: 140%; text-transform: uppercase; }
h5 { color: #7ba9a8; font-size: 120%; font-family: Verdana, sans-serif; }
h6 { color: #666; font-size: 120%; font-family: Verdana, sans-serif; }

.special {
	background: url('images/headerbg.gif') no-repeat;
	padding: 5px 0px 5px 25px;
}

img { border: 0px; }

#header {
	background: #2a3c3d;
	height: 95px;
	border-bottom: solid 5px #b8d8d7;
	margin-bottom: 2px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 90px;
}

#logo {
	position: relative;
	top: 10px;
	left: 20px;
	width: 97px;
}

#topmenu {
	position: absolute;
	top: 62px;
	left: 180px;
	min-width: 795px;
}
	#topmenu ul {
		margin: 0px;
		padding: 0px;
	}
	#topmenu ul li { 
		display: block;
		float: left;
		width: 156px;
		height: 27px; 
		margin: 0px 3px 0px 0px;
		background: url('images/tab.gif') -159px 0px no-repeat;
	}
	#topmenu a:link, #topmenu a:visited {
		display: block;
		float: left;
		width: 156px;
		height: 27px;
		text-align: center;
		text-decoration: none;
		padding: 5px 0px 0px 0px;
		color: #2a3c3d;
		font-weight: bold;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 22px;
	}
	html>body #topmenu a:link, html>body #topmenu a:visited { height: 22px; }
	#topmenu a:active, #topmenu a:hover {
		background: url('images/tab.gif') no-repeat -319px 0px;
	}
	#page1 #menu1 a, #page2 #menu2 a, #page3 #menu3 a, #page4 #menu4 a, #page5 #menu5 a {
		background: url('images/tab.gif') no-repeat 0px 0px;
		font-size: 110%;
	}

#bodywrapper {
	border-top: solid 1px #b8d8d7;
	border-bottom: solid 1px #b8d8d7;
}
	
#body2colleft {
	border-left: solid 200px #dbedec;
}

#body2colright, #bodyhome {
	border-right: solid 200px #cfe7e6;
}

#body3col {
	border-left: solid 200px #dbedec;
	border-right: solid 200px #cfe7e6;
}

#body3colinner, #body2colinner {
	width: 100%;
}

#body2 {
	width: 200px;
	float: left;
	margin-left: -200px;
	position: relative;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
}
	html>body #body2 { width: 180px; }

#body1 {
	width: 100%;
	float: left;
}

#body1inner {
	padding: 10px;
}
	#body2colright #body1 #body1inner, #bodyhome #body1 #body1inner { padding: 20px 10px 10px 28px; }

#body3 {
	width: 200px;
	float: left;
	margin-right: -200px;
	position: relative;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
}
	html>body #body3 { width: 180px; }
	
#bodyhome2col {
	border-right: solid 380px #fff;
}

#bodyhome2colinner { width: 100%; }

#bodyhomeleft {
	width: 100%;
	float: left;
}

#bodyhomeright {
	margin-right: -380px;
	position: relative;
	width: 380px;
	float: left;
	padding: 0px 10px 20px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 350px;
}
	html>body #bodyhomeright { width: 350px; }

.leftmenu ul {
	margin: 0px; 
	padding: 0px;
}

.leftmenu li { 
	list-style: none; 
	background: url('images/vertical.gif') no-repeat 0px -85px;
	width: 180px;
	height: 24px;
}

.leftmenu a:link, .leftmenu a:visited {
	width: 180px;
	height: 24px;
	text-decoration: none;
	color: #0d858e;
	display: block;
	padding: 0px 0px 0px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
	html>body .leftmenu a:link, html>body .leftmenu a:visited {
		width: 160px;
	}

.leftmenu a:active, .leftmenu a:hover { 
	background: url('images/vertical.gif') no-repeat 0px 0px;
}

#footer {
	margin-top: 2px;
	border-top: solid 5px #b8d8d7;
	padding: 5px;
}