html { margin: 0px; padding: 0px; }

body {
	margin: 0px; 
	padding: 0px;
	background: #0b5b9e url('images/bg.png') repeat-x;
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #363344;
}

h1.title, .title2 {
	background: #0b5b9e  url('images/titlebg.png') repeat-x;
	color: #fff;
	margin: 0px -15px 0px -15px;
	padding: 5px 10px 5px 10px;
	font: bold 24px 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

.title2 { background: #3c3753 url('images/titlebg2.png') repeat-x; }

h1, h2, h3, h4, h5, h6 {
	font: bold 24px 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

h2 { color: #5f5c6d; }
h3 { color: #858294; }
h4 { color: #858294; font-size: 20px; }
h5 { color: #858294; font-size: 20px; font-style: italic; }
h6 { color: #858294; font-size: 16px; }

img { border: 0px; }

.clear { clear: both; }

.grid { font-size: 100%; border: 0px; border-collapse: collapse; border-spacing: 0px; margin: 10px 0px 10px 0px; }
.grid td, .grid th { padding: 3px; border: solid 1px #787588; }
.grid th { background: url('images/headerbg.png') 0px -50px; color: #fff; }

.center { text-align: center; }


#container {
	margin: 0px auto;
	width: 970px;
	background: url('images/contentbg.png') repeat-y;
}

#container2 {
	width: 970px;
	background: url('images/bodybgtop.png') no-repeat;
	padding: 0px 10px 0px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 950px;
}
	html>body #container2 { width: 950px; }
	
#top {
	background: url('images/headerbg.png') no-repeat;
	width: 950px;
	height: 81px;
}

	#logo { float: left; padding: 20px 0px 0px 20px; }
		#logo a { text-decoration: none; color: #fff; }
	#topmenu { text-align: right; padding: 30px 20px 0px 0px; }
	#topmenu ul { margin: 0px; padding: 0px; list-style: none; }
	#topmenu li { display: inline; padding: 10px; }
	#topmenu a { text-decoration: none; color: #fff; }

#mainpic {
	width: 950px;
	height: 186px;
}

#mainpicinner {
	background: url('images/mainpic.jpg') no-repeat;
	width: 950px;
	height: 186px;
	text-align: left;
}

#mainpicbox {
	width: 350px;
	float: right;
	background: #000;
	color: #fff;
	height: 186px;
	padding: 15px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 320px;
	height: 156px;
}
	html>body #mainpicbox { width: 320px; height: 156px; }
	
#body2col, #body3col { 
	width: 950px; 
	border-top: solid 1px #d8d0d6;
	text-align: left;
}

#body2 {
	width: 230px;
	float: left;
	padding: 15px;
	color: #dfdeea;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
}
	html>body #body2 { width: 200px; }

#body2col #body1, #body3col #body1 {
	width: 720px;
	float: left;
	padding: 0px 15px 5px 15px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 690px;
}
	html>body #body2col #body1 { width: 690px; }
	
#body3col #body1 {
	width: 400px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;
}
	html>body #body3col #body1 { width: 370px; }

#body3 {
	width: 320px;
	float: left;
	padding: 0px 15px 5px 15px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 290px;
}
	html>body #body3 { width: 290px; }
	
#footer {
	margin: 0px auto;
	width: 970px;
	background: #0b5b9e url('images/footer.png') no-repeat center top;
	padding: 15px 0px 10px 0px;
	color: #fff;
}

.submenu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
	.submenu li {
		width: 200px;
		height: 26px;
		margin-bottom: 5px;
		background: url('images/vertical.gif') no-repeat;
	}
	
	.submenu a:link, .submenu a:visited {
		display: block;
		width: 200px;
		height: 26px;
		padding: 5px 0px 0px 20px;
		color: #fff;
		text-decoration: none;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 180px;
		height: 21px;
	}
		html>body .submenu a:link, html>body .submenu a:visited { width: 180px; height: 21px; }
		
	.submenu a:active, .submenu a:hover {
		background: url('images/vertical.gif') no-repeat 0px -151px; 
	}