﻿body {
	background: #ffffff;
	font: 80% Arial, Helvetica, Verdana;
	text-align: center;
}

A:link { color: #000000 }
A:visited { color: #000000 }
A:active, A:hover { color: #FF0000 }

h1, .title { 
	background: url('images/accent.gif') no-repeat left;
	padding-left: 16px;
	color: #626262;
	border-bottom: solid 1px #626262;
	text-transform: lowercase;
	font: 150% Arial, Helvetica, Verdana;
}

h2{ 
	color: #626262;
	font: bold 120% Arial, Helvetica, Verdana;
}

h3 {
	color: #626262;
	font: bold italic 120% Arial, Helvetica, Verdana;	
}

h4 {
	color: #626262;
	text-transform: uppercase;
	font: bold 100% Arial, Helvetica, Verdana;	
}

h5 {
	color: #626262;
	text-transform: uppercase;
	font: bold italic 100% Arial, Helvetica, Verdana;	
}

h6 {
	color: #626262;
	font: bold 100% Arial, Helvetica, Verdana;	
}

#container {
	width: 718px;
	text-align: left;
	margin: 0px auto; /* fix for centering div in firefox */
}
	html>body #container { width: 719px }

#header {
}

#mainpic {
	padding: 5px;
	border: solid 1px #000000;
	background: url('images/mainpic.jpg') no-repeat 5px 5px;
	width: 718px;
	height: 194px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 706px;
	height: 182px;
}
	html>body #mainpic { width: 706px; height: 182px; }

#mainpicmenu {
	background: #fff;
	padding: 5px;
}

#body {
	margin: 10px 0px 0px 0px;
}

#body1 {
	width: 500px;
	float: left; 
	padding: 5px;
	border: solid 1px #000000;
	background: #D0D0D0;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 488px;
}
	html>body #body1 { width: 488px; } /* fix for firefox */

#body2 {
	width: 208px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 208px;
}
	html>body #body2 { width: 208px } /* fix for firefox */
	
#body3 {
	width: 800px;
	float: left; 
	padding: 5px;
	border: solid 1px #000000;
	background: #ffffff;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 850px;
}
	html>body #body1 { width: 488px; } /* fix for firefox */

#footer {
	clear: both;
	border: solid 1px #000000;
	background: #ffffff;
	padding: 5px;
	font: 85% Arial, Verdana, Helvetica;
	width: 718px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 706px;
}
	html>body #footer { width: 706px; }

.infobox {
	width: 208px;
	padding: 5px;
	border: solid 1px #000000;
	background: #E3E3E3;
	margin-bottom: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 196px;
}
	html>body .infobox { width: 196px }
	
.infobox2 {
	width: 208px;
	padding: 5px;
	border: solid 1px #000000;
	background: #ffffff;
	margin-bottom: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 196px;
}
	html>body .infobox { width: 196px }
		
.submenu {
	color: #808080;
	font-weight: bold;
	line-height: 18px;
}
.submenu A:link, .submenu A:visited {
	text-decoration: none;
	background: url('images/accent2.gif') no-repeat;
	padding-left: 16px;

}
.submenu A:active, .submenu A:hover {
	text-decoration: none;
	background: url('images/accent.gif') no-repeat;
	padding-left: 16px;
}

.content { font: 80% Arial, Helvetica, Verdana }