html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	color: #474e59;
	background: #fff;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #1c8d9e; }
a:visited { color: #57b2c0; }
a:active, a:hover { color: #19b5cd; }

h1 {
	font: bold 140% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
	border-bottom: solid 1px #676e79;
}

h2 {
	font: bold 140% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
	border-bottom: dotted 1px #676e79;
}

h3 {
	font: bold 140% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
}

h4 {
	font: bold 125% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #676e79;
	margin: 0px 0px 5px 0px;
}

h5 {
	font: bold 125% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	margin: 0px 0px 5px 0px;
}

h6 {
	font: bold 125% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #676e79;
	text-transform: lowercase;
	margin: 0px 0px 5px 0px;
}

code { font-size: 100%; }
img { border: 0px; }

.clear {
	clear: both;
}

#top {
	height: 95px; /* change if you have a taller logo, check in FireFox */
}

#seo {
	background: #1c8d9e;
	color: #ddf4f8;
	padding: 2px;
	height: 22px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 18px;
}
	html>body #seo { height: 18px; }
	#seo h1 { border-bottom: none; color: #ddf4f8; font: normal 80% Verdana, Arial, sans-serif; }

#logo { padding: 2px 0px 0px 10px; }

#topmenu {
	position: absolute;
	top: 22px;
	right: -1px;
	width: 360px;
	height: 43px;
	text-align: right;
	background: url('images/toptab.gif') no-repeat;
}
	#topmenu ul {
		margin: 0px;
		padding: 15px 10px 0px 0px;
		list-style: none;
	}
	
	#topmenu li {
		display: inline;
		padding-left: 10px;
	}
	
	#topmenu a:link, #topmenu a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#topmenu a:active, #topmenu a:hover {
		color: #fff;
		text-decoration: underline;
	}

#menu1 {
	height: 25px;
	background: #97cbd2;
	color: #fff;
	padding: 5px 5px 5px 23px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 15px;
}
	html>body #menu1 { height: 15px; }

	#menu1 ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#menu1 li {
		display: inline;
		padding-right: 10px;
	}
	
	#menu1 a:link, #menu1 a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	#menu1 a:active, #menu1 a:hover {
		text-decoration: underline;
	}

.submenu {
	margin: 0px; padding: 0px; list-style: none;
}
	.submenu li { margin-bottom: 3px; }
	.submenu a:link, .submenu a:visited {
		display: block;
		width: 160px;
		border: solid 1px #fff;
		color: #1c8d9e;
		text-decoration: none;
		padding: 3px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 152px;
	}
		html>body .submenu a:link, html>body .submenu a:visited { width: 152px; }
	
	.submenu a:active, .submenu a:hover {
		background: #edf7f9;
	}

#container {
	min-width: 540px; 
	width: 100%;
}
	
#body3col {
	width: auto;
	border-left: solid 170px #d2e8ec; 
	border-right: solid 170px #d2e8ec;
}

#body2col {
	width: auto;
	border-left: solid 170px #d2e8ec; 
}

#innerbody {
	margin: 0px;
	width: 100%;
}

#body2 {
	background: url('images/leftbg.gif') no-repeat;
	padding: 75px 5px 5px 5px;
	width: 170px; 		
	margin-left: -170px; 	
	float: left;
	position: relative;
	z-index: 10;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
	html>body #body2 { width: 160px; }
	
#body3 {
	padding: 5px;
	position: relative;
	width: 170px;	
	margin-right: -170px;
	float: left;
	z-index: 11;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
	html>body #body3 { width: 160px; }
	
#body1 {
	float: left;
	position: relative;
	width: 100%;
	z-index: 12;
}

#content { padding: 5px; }

/* fixes for mozilla 
#body3col > #innerbody { border-bottom: 1px solid transparent; }
#body2 { margin-right: 1px; }
#body3 { margin-left: 1px; }
*/

#footer {
	clear: both;
	background: #1c8d9e;
	padding: 5px;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:active, #footer a:hover {
	color: #d2e8ec;
}

@media print {
	#top, #menu1, .submenu, #footer, #ad { display: none; }
	#body2 { padding-top: 5px; }
}