
.masthead {
	width: 100%;  
	height: 100px; 
	background: #87CEEB; 
	background-image: url("../images/backtop.gif") ;
}

.navhead {
	width: 100%;  
	background: #e8e6ce; 
	padding-bottom: 10px;
}


body { 
	margin: 0px;
}

.main {
	position: absolute;
	margin-right: 0%; 
	margin-left: 0%;
	margin-top: 0px; 
	background-color: #EEEEE0; 
	text-align: justify;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding : 3%; 
	padding-left: 20px;
	padding-right: 20px;
}

.menu_bottom {
	margin-top:10px;
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
	z-index: 10;
}


.tabcont {
	margin-top:10px;
	position: fixed;	
	left: 0px;
	bottom: 0px;
	margin: 0;
	
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	color: #000000;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	color: #EE0000;
}

a.menu:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: none;
	color: #EE0000;
}



.sidebar {
	position: absolute;
	top : 230px; 
	right:10px;
	width: 170px;  
	background: #FFFF66;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding : 0.05%;
}


