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

body {
	margin: 0px;
	padding: 0px;
	background: #263445 url('images/bg.gif');
	text-align: center;
	color: #525e6c;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #4a7c9b; }
a:visited { color: #7591a2; }
a:active, a:hover { color: #58a1d4; }

h1 { color: #2c333c; font: 180% Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif; }
h2 { color: #2c333c; font: bold 150% Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif; margin-bottom: 0 }
h3 { color: #2c333c; font: bold 130% Trebuchet MS, Trebuchet, Helvetica, Arial, sans-serif; margin-bottom: 0  }
h4 { color: #2c333c; font: bold 110% Verdana, Arial, Helvetica, sans-serif;}
h5 { color: #2c333c; font: bold 100% Verdana, Arial, Helvetica, sans-serif; }
h6 { color: #2c333c; font: bold italic 100% Verdana, Arial, Helvetica, sans-serif; }

img { border: 0px; }

.floatright { float: right; margin-left: 10px; }
.floatleft { float: left; margin-right: 10px; }

.clear { clear: both; }

.infoboxouter { background: url('images/stripedbg.gif'); padding: 10px; }
.infoboxinner { background: #fff; padding: 10px; }
.infoboxinner h1, .infoboxinner h2, .infoboxinner h3, .infoboxinner h4, .infoboxinner h5, .infoboxinner h6, .infoboxinner p { margin: 3px 0px 9px 0px; }
#specialcontent { 
	/*background: url('images/stripedbg2.gif'); */
	padding: 10px; 
	position: relative;
	top: 40px;
	left: 560px;
	width: 180px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
}
	html>body #specialcontent { width: 160px; }
#specialcontentinner {
	background: url('images/mainpic.jpg') -570px -50px no-repeat; /* background image position should be the negative inverse of the top and left positions of specialcontent, with an additional -10 pixels added. */
	padding: 5px;
	color: #fff;
}
#specialcontentinner p { margin: 0px; }

#topbg {
	background: url('images/bg-top.gif') repeat-x;
	min-height: 400px;
	text-align: center;
}

#outercontainer {
	width: 770px;
	margin: 0px auto;
	background: url('images/contentshadow.gif') 0px 35px no-repeat;
	min-height: 400px;
	padding: 46px 0px 30px 0px;
	text-align: center;
}

#container {
	width: 750px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
}

#header { height: 69px; }

#logo {
	float: left;
}
	#logo img { display: block; }

#topmenu {
	float: right;
	padding: 25px 25px 0px 0px;
}
	#topmenu ul { list-style: none; margin: 0px; padding: 0px; }
	#topmenu li { display: inline; padding-left: 20px; }
	#topmenu a:link, #topmenu a:visited { color: #4a7c9b; text-decoration: none; }
	#topmenu a:active, #topmenu a:hover { text-decoration: underline; }

#mainpic {
	clear: both;
	height: 183px;
	border-top: solid 1px #3a7093; 
	border-bottom: solid 1px #3a7093;
	background: url('images/mainpic.jpg') no-repeat;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 181px;
}
	html>body #mainpic { height: 181px; }

#contentarea {
	background: #fff url('images/bodyshadow.gif') repeat-x;
	padding: 10px 0px 10px 0px;
}

#body3col {
	/*background: url('images/columns3.gif') repeat-y;*/
}

#body2col {
	/*background: url('images/columns2.gif') repeat-y;*/
}

#body2, #body3 {
	width: 200px;
	float: left;
	padding: 0px 10px 0px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
}
	html>body #body2, html>body #body3 { width: 180px; }

#body3col #body1 {
	width: 350px;
	font-size: 120%;
	float: left;
	padding: 0px 10px 0px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 330px;
}
	html>body #body3col #body1 { width: 330px; }
	
#body2col #body1 {
	width: 550px;
	font-size: 120%;
	float: left;
	padding: 0px 10px 0px 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 530px;
}
	html>body #body2col #body1 { width: 530px; }
	
#submenu {
	/*background: url('images/stripedbg.gif');*/
	padding: 10px;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: #fff url('images/bodyshadow.gif') 0px -20px repeat-x;
}

#submenu a:link, #submenu a:visited {
	padding: 3px 5px 3px 5px;
	display: block;
	width: 160px;
	text-decoration: none;
	color: #263445;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
	html>body #submenu a:link, html>body #submenu a:visited { width: 150px; }
	
#submenu a:active, #submenu a:hover {
	background: #447594;
	color: #fff;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 80%;
}