body {
	background-color: #eee;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
	margin: none;
	padding: none;
}

#container {
   	position: relative;
     	margin-left: auto;
    	margin-right: auto;
    	width: 800px;
    	text-align: left;
     	border: solid #AAA;
	border-width: 1px;
	background-color: #fff;
}	

.tablerow {
	clear: both;
	padding: 0;
	
}

.celltop {
	width: 800px;
	height: 200px;
	float: left;
}

.navbarmap {
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 219px;
	height: 16px;
	font-size: 12px;
	float: left;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	
}

.navbar {
	padding: 0px;
	width: 260px;
	height: 16px; 
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #BBB;
}

.navbarright {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 290px;
	height: 16px;
	text-align: right;
	font-size: 12px;
	float: left;
	border-bottom: 1px solid #BBB;
}

.submenucontainer {
	width: 229px;
	height: 340px;
	padding: 0px;
	float: left;
	border-right: 1px solid #BBB;
	align: center;
	text-align: center;
}

.submenu {
	width: 229px;
	margin-top: 10px;
	padding: 0px;
	height: auto;	
	background-color: #FFF;
	text-align: center;
	
}

.submenubox {
	width: 210px;
	margin-left: 7px;
	height: auto;
	border: 1px solid #bbb;
	text-align: center;
	background-color: #eee;
	color: #000;
}

.trail {
	padding-top: 6px;
	padding-left: 10px;
	width: 560px;
	height: 14px;
	float: left;
	color: #000;
	font-size: 11px;
	vertical-align: bottom;
}

.core {
	width: 560px;
	height: 320px;
	padding-left: 10px;
	float: left; 
	font-size: 11px;
	overflow: auto;
}

.foottop { 
	width: 800px;
	height: 19px;
	text-align: center;
	border-top: 1px solid #BBB;
}

.footbot { 
	width: 800px;
	height: 14px;
	text-align: center;
}

.onlineformcontainer {
	border: #BBB 1px solid; 
	padding: 5px; 
	font-size: 9pt;
	margin: 0px;  
	color: #000; 
	width: 306px;
	background-color: #eee;
}

.onlineform {
	border: #BBB 1px solid; 
	padding: 2px; 
	font-size: 9pt;
	margin: 0px;  
	color: #000; 

}

.tltable {
	border: #BBB 0px solid; 
	padding: 2px; 
	font-size: 9pt;
	margin: 0px;  
	color: #000; 
	text-align: center;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a {
	text-decoration: none;
	color: #333;
}

a:active {
	color: #AAA;	
}

.dropshadow {	
	background-color: #FFF;
	height: 5px;
	width: auto;
	font-size: 0px;
	margin-left: 0px;
	padding: 0px 2px 0px 2px;
	background-image: url(../include/images/down.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
