html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	color: #474e59;
	background: #fff;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #30528b; }
a:visited { color: #6783b2; }
a:active, a:hover { color: #215fc8; }

h1 {
	font: bold 140% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #000000;
	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 100% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #676e79;
	margin: 0px 0px 5px 0px;
}

h5 {
	font: bold 110% Lucida, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0px 0px 0px 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: 88px; /* change if you have a taller logo, check in FireFox */
}

#seo {
	background: #30528b;
	color: #d6dce8;
	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: #d6dce8; font: normal 80% Verdana, Arial, sans-serif; }

#logo { padding: 2px 0px 0px 10px; }

#topmenu {
	position: absolute;
	top: 22px;
	right: -1px;
	width: 360px;
	height: 55px;
	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: #4f6c9c;
	color: #fff;
	padding: 5px 5px 5px 10px;
	/* 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 {
	background: #000000;
		display: block;
		width: 130px;
		border: solid 1px #fff;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		padding: 3px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 122px;
	}
		html>body .submenu a:link, html>body .submenu a:visited { width: 122px; }
	
	.submenu a:active, .submenu a:hover {
		background: #d6dce8;
		color: #000000;
		font-weight: bolder;
	}

#container {
	min-width: 540px; 
	width: 100%;
}
	
#body3col {
	width: auto;
	border-left: solid 153px #d6dce8; 
	border-right: solid 190px #d6dce8;
}

#body2col {
	width: auto;
	border-left: solid 153px #d6dce8; 
}

#innerbody {
	margin: 0px;
	width: 100%;
}

#body2 {
	background: url('images/leftbg.gif') no-repeat;
	padding: 5px 8px 8px 8px;
	width: 150px;
	margin-left: -153px;
	float: left;
	position: relative;
	z-index: 10;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 136px;
}
	html>body #body2 { width: 136px; }
	
#body3 {
	padding: 5px;
	position: relative;
	margin-right: -180px;
	float: right;
	z-index: 11;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
	html>body #body3 { width: 160px; }
	
#body1 {
	padding: 10px;
	float: left;
	position: relative;
	width: 95%;
	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: #30528b;
	padding: 5px;
	color: #fff;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:active, #footer a:hover {
	color: #d6dce8;
}

@media print {
	#top, #menu1, .submenu, #footer, #ad { display: none; }
	#body2 { padding-top: 5px; }
}
