html { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333333;
	min-width: 975px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

a:link { color: #424c94; }
a:visited { color: #5b90aa; }
a:active, a:hover { color: #628e2a; }

.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: #e57332; font-size: 170%; }
h2 { color: #e7b16a; font-size: 170%; }
h3 { color: #eec896; font-size: 170%; }
h4 { color: #eec896; font-size: 140%; text-transform: uppercase; }
h5 { color: #eec896; 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;
	color: #fff;
}

img { border: 0px; }

#header {
	background: #424c94;
	height: 112px;						/******** change this if you have a taller logo **************/
	border-bottom: solid 5px #f4e39e;
	margin-bottom: 2px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 112px;						/******** change this if you have a taller logo  **************/
}
	html>body #header { height: 112px; }	/******** change this if you have a taller logo  **************/

#logo {
	position: relative;
	top: 10px;
	left: 20px;
	width: 200px;
}

#topmenu {
	position: absolute;
	top: 85px;							/******** change this if you have a taller logo  **************/
	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: #424c94;
		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, #page6 #menu6 a, #page7 #menu7 a {
		background: url('images/tab.gif') no-repeat 0px 0px;
		font-size: 110%;
		color: #e57332;
	}

#bodywrapper {
	border-top: solid 1px #facc91;
	border-bottom: solid 1px #facc91;
}
	
#body2colleft {
	border-left: solid 200px #f9eed8;
}

#body2colright, #bodyhome {
	border-right: solid 200px #f7ebbc;
}

#body3col {
	border-left: solid 200px #f9eed8;
	border-right: solid 200px #f7ebbc;
}

#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: #e57332;
	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 #f4e39e;
	padding: 5px;
}