body {
	background: #e62828;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}
p {
	padding: 0px 0px 0px 10px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
}
a:link { color: #09889B; }
a:visited { color: #2D6A73; }
a:active, a:hover { color: #65DCD8; }

h1 { 
	color: #555E6D;
	font: bold 15pt Verdana, Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #A4ADB9;
}

h2 {
	color: #0e4aa5;
	font: bold 12pt Verdana,  Arial, Helvetica, sans-serif;
}

h3 {
	color: #555e6d;
	font: bold italic 135% Arial, Helvetica, Verdana, sans-serif;
}

h4 {
	color: #A4ADB9;
	font: bold 125% Arial, Helvetica, Verdana, sans-serif;
}

h5 {
	color: #A4ADB9;
	font: bold italic 125% Arial, Helvetica, Verdana, sans-serif;
}

h6 {
	color: #A4ADB9;
	font: bold 100% Arial, Helvetica, Verdana, sans-serif;
}

#container {
	width: 760px;
	margin: 0px auto;
	text-align: center;
}

#logo {
	float: left;
	width: 171px; /* change the width of the logo if necessary */
}

#menu {
	margin-top: 8px;
	width: 563px; /* change the width of the menu if necessary to adjust for logo - total should be less than 750 */
	float: right;
	height: 35px;
	background: url('images/menubar-bg.gif') repeat-x;
	text-transform: lowercase;
}
	#menul {
		background: url('images/menubar-left.gif') no-repeat;
		height: 35px;
	}
	
	#menur {
		background: url('images/menubar-right.gif') no-repeat right;
		height: 35px;
		padding: 10px 15px 0px 0px;
		text-align: right;
		voice-family: "\"}\""; 
		voice-family:inherit;
		height: 25px;
	}
	
	html>body #menur { height: 25px; }
	
	#menu a:link, #menu a:visited { 
		color: #000000;
		text-decoration: none;
	}
	
	#menu a:active, #menu a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
#onecol {
	clear: both;
	width: 760px;
	margin-right: 2px;
	text-align: left;
	background: url('images/onecol-bg.gif') repeat-y -1px;
}
	#onecolt {
		background: url('images/onecol-top.gif') no-repeat -1px 0px;
	}
	
	#onecolb {
		background: url('images/onecol-bottom.gif') no-repeat bottom;
		padding: 5px 15px 5px 15px;
	}

#body {
	width: 760px;
	clear: both;
	margin-right: 2px;
	background: url('images/picture.png') no-repeat top right;
	text-align: left;
}

#body1 {
	width: 546px;
	float: left;
	background: url('images/body1-bg.gif') repeat-y;
}

	#body1t {
		background: url('images/body1-top.gif') no-repeat;
	}
	
	#body1b {
	min-height:960px;
  height:auto !important;
  height:960px;>
		background: url('images/body1-bottom.gif') no-repeat bottom;
		padding: 5px 15px 10px 15px;
	}
	
#rightcol {
	width: 212px;
	float: left;
	margin-top: 155px;
}

.infobox {
	width: 212px;
	float: left;
	background: url('images/body2-bg.gif') repeat-y;
	margin-top: 5px;
}
	.infoboxt {
		background: url('images/body2-top.gif') no-repeat;
	}
	
	.infoboxb {
		background: url('images/body2-bottom.gif') no-repeat bottom;
		padding: 5px 10px 10px 10px;
	}
	
.submenu {
	padding: 10px 5px 5px 5px;
	margin: 0px;
	list-style: none;
}

.submenu li {
	margin-bottom: 1px;
}

.submenu a:link, .submenu a:visited, .submenu a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 180px;
	height: 21px;
	padding-left: 5px;
	padding-top: 5px;
	background: url('images/vertical.gif') no-repeat;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 175px;
	height: 16px;
}
	html>body .submenu a:link, html>body .submenu a:visited, html>body .submenu a:hover { 
		width: 175px;
		height: 16px;
	}

.submenu a:hover {
	background: url('images/vertical-over.gif') no-repeat;
}

#footer {
	clear: both;
	margin-top: 8px;
	width: 760px;
	float: right;
	height: 35px;
	background: url('images/menubar-bg.gif') repeat-x;
}
	#footerl{
		background: url('images/menubar-left.gif') no-repeat;
		height: 35px;
	}
	
	#footerr {
		background: url('images/menubar-right.gif') no-repeat right;
		height: 35px;
		padding: 10px 0px 0px 10px;
		text-align: left;
		voice-family: "\"}\""; 
		voice-family:inherit;
		height: 25px;
	}
	
	html>body #footerr { height: 25px; }
	
	#footer a:link, #footer a:visited { 
		color: #000000;
		text-decoration: underline;
	}
	
	#footer a:active, #footer a:hover {
		color: #ffffff;
		text-decoration: underline;
	}