<!--
body {
	margin: 0px; 
	padding: 0px;
	background: #003366;
	color: #eeeeee;
	font-family: Arial, sans-serif;
	font-size: 12px;}
a:link {
	color: #009900;
	background: inherit;}
a:visited {
	color: #cccccc;
	background: inherit;}
a:hover, a:active {
	color: #99ccff;
	background: inherit;
	text-decoration: underline;} 
.vleft {
	vertical-align: top;
	text-align: left;}
.table {
	width: 100%;
	padding: 0;
	border: 0;}
td.left {
	background: #0b4970 url("../pictures/side.jpg") repeat;
	color: #ffffff;
	width:180px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #009900;
	padding: 10px;}
td.center {
	vertical-align: top;
	padding: 10px 20px;
	line-height: 16px;}
td.right {
	background: #0b4970 url("../pictures/side.jpg") repeat;
	color: #ffffff;
	width:180px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #009900;
	padding: 10px;}
#contact {
	width: 100%;
	border-top: 1px solid #003366;
	color: #001100;
	background-color: #eeeeee;}
td.info {
	padding: 10px;
	text-align: left;}
#footer {
	width: 100%;
	color: #152b5b;
	background-color: #cccc99;
	border-bottom: 2px solid #375BA3;
	border-top: 2px solid #009900;
	padding: 10px 0px;
	text-align: center;}
#know {
	line-height: 20px;}
#mbar {
	height: 24px;
	background-color: #222222;}
ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: bold;}

li { 
	float: left;
	position: relative;
	width: 110px;
	border: 1px solid #eeeeee;
	padding: 4px;}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	background-color: #003366;}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

-->