﻿body {
	background: #4C6784;
	font: 80% Arial, Helvetica, Verdana;
	text-align: center;
}

A:link { color: #405575 }
A:visited { color: #7483A0 }
A:hover { color: #ffffff }

A:active { color: #60A414 }

.title { 
	background: url('images/accent.gif') no-repeat left;
	padding-left: 16px;
	color: #292A75;
	border-bottom: solid 1px #292A75;
	font: 150% Arial, Helvetica, Verdana;
}

h1 { 
	background: url('images/accent.gif') no-repeat left;
	padding-left: 16px;
	color: #292A75;
	border-bottom: solid 1px #292A75;
	font: 150% Arial, Helvetica, Verdana;
}

h2{ 
	color: #292A75;
	font: bold 140% Arial, Helvetica, Verdana;
}

h3 {
	color: #292A75;
	font: bold italic 120% Arial, Helvetica, Verdana;	
}

h4 {
	color: #292A75;
	text-transform: uppercase;
	font: bold 100% Arial, Helvetica, Verdana;	
}

h5 {
	color: #292A75;
	text-transform: uppercase;
	font: bold italic 100% Arial, Helvetica, Verdana;	
}

h6 {
	color: #292A75;
	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: right; 
	padding: 5px;
	border: solid 1px #000000;
	background: #B4C2D3;
	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 */
	
#fullbody {
	width: 718px;
	float: left; 
	padding: 5px;
	border: solid 1px #000000;
	background: #B4C2D3;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 706px;
}
	html>body #fullbody { width: 706px; } /* fix for firefox */

#footer {
	clear: both;
	border: solid 1px #000000;
	background: #B4C2D3;
	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: #D0DCEA;
	margin-bottom: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 196px;
}
	html>body .infobox { width: 196px }
	
.infobox2 {
	width: 250px;
	padding: 5px;
	border: solid 1px #000000;
	background: #D0DCEA;
	margin-bottom: 5px; /* box model hack */;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}
	html>body .infobox { width: 196px }

		
.submenu {
	color: #3A3F45;
	font-weight: bold;
	line-height: 18px;
}
.submenu A:visited {
	text-decoration: none;
	background: url('images/accent2.gif') no-repeat;
	padding-left: 16px;

}
.submenu A:link {
	text-decoration: none;
	background: url('images/accent2.gif') no-repeat;
	padding-left: 16px;

}
.submenu A:hover {
	text-decoration: none;
	background: url('images/accent.gif') no-repeat;
	padding-left: 16px;
}

.submenu A:active {
	text-decoration: none;
	background: url('images/accent.gif') no-repeat;
	padding-left: 16px;
}

.content { font: 80% Arial, Helvetica, Verdana }