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

body {
	margin: 0px;
	padding: 10px;
	background: #fff;
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #30489A; }
a:visited { color: #2B6E84; }
a:hover { color: #8A2F83; }

a:active { color: #8A2F83; }

h1 {
	color: #306;
	font: bold 2em Arial Narrow, Helvetica, Arial, sans-serif;
}

h2 {
	color: #6A4C94;
	font: bold 2em Arial Narrow, Helvetica, Arial, sans-serif;
}

h3 {
	color: #6A4C94;
	font: bold 1.6em Arial, Helveticasans-serif;
}

h4 {
	color: #6A4C94;
	font: bold italic 1.6em Arial, Helveticasans-serif;
}

h5 {
	color: #9377B4;
	font: bold 1.4em Arial, Helveticasans-serif;
}

h6 {
	color: #9377B4;
	font: bold italic 1.4em Arial, Helveticasans-serif;
}

#splashmovie {
	margin: 0px auto;
}

#flashmovie {
	background: url('images/topbg.jpg') no-repeat;
	color: #FFFFFF;
}

#wrapper {
	margin: 0px auto;
	border: solid 1px #000;
	width: 702px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 700px;
}
	html>body #wrapper { width: 700px; }
	
#top {
	margin: 0px auto;
	text-align: left;
	width: 700px;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 690px;
}
	html>body #top { width: 690px }
	
#top a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#top a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#top a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
	
#top a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
	
#body {
	background: #fff url('images/leftbg.jpg') no-repeat;
	width: 700px;
}

#leftcol {
	text-align: left;
	width: 200px;
	float: left;
	padding: 10px 5px 5px 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 190px;
}
	html>body #leftcol { width: 190px; }

#rightcol {
	text-align: left;
	width: 500px;
	float: left;
	background: url('images/bodybg.jpg') repeat-x;
	padding: 10px;
	margin-right: -3px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 480px;
}
	html>body #rightcol { width: 480px; }

.clear { clear: both; }

#footer {
	margin: 0px auto;
	width: 700px;
	padding: 5px;
	text-align: left;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 690px;
}
	html>body #footer { width: 690px; }
	
.infobox {
	border: solid 1px #DCB3FD;
	background: #F0E0FE;
	padding: 5px;
	margin-bottom: 10px;
}

.infobox h2 {
	margin: 0px 0px -10px 0px;
	font: bold 1.1em Verdana, Arial, Helvetica, san-serif;
}

.infobox p {
	margin-bottom: 0px;
}


.submenu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.submenu a:hover {
	font-weight: bold;
	color: #306;
	text-decoration: none;
	display: block;
	width: 190px;
	background: url('images/vertical.gif') no-repeat;
	padding: 2px 0px 5px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
}
	
.submenu a:visited {
	font-weight: bold;
	color: #306;
	text-decoration: none;
	display: block;
	width: 190px;
	background: url('images/vertical.gif') no-repeat;
	padding: 2px 0px 5px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
}
	
.submenu a:link {
	font-weight: bold;
	color: #306;
	text-decoration: none;
	display: block;
	width: 190px;
	background: url('images/vertical.gif') no-repeat;
	padding: 2px 0px 5px 20px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
}
	html > body .submenu a:hover {
		width: 170px;
	}

	html > body .submenu a:visited {
		width: 170px;
	}

	html > body .submenu a:link {
		width: 170px;
	}

.submenu a:hover {
	background: url('images/vertical.gif') 0px -63px no-repeat;
}