body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:lightcyan;
	font-size:14px;}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}
ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
.menu{
	float:left;
	text-decoration:none;
	color:white;
	background-color:#30906B;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}
.menu:hover {
	background-color:#6ED9BD;
	background-position:  center;
	color:black;
	cursor:default;
}
.mainTable{
	padding:0;
	width:1000;
	border:1px inset black ; 
	background-color: white ;}
.masterTable{
	padding:1;
	width:100%;
	background-color:lightcyan;
}
.menuBar{
	background-color: #30906B ; 
	border-style: none ; 
	border-spacing: 0 ; 
	border-bottom-width: 0 ; 
	border-left-width: 0 ; 
	border-right-width: 0 ; 
	border-top-width: 0 ; 
	border-width: 0 ; 
	size: 1000 ;
}
.content{
	background-color: white ;
	border-style: none ; 
	border-spacing: 0 ; 
	border-bottom-width: 0 ; 
	border-left-width: 0 ; 
	border-right-width: 0 ; 
	border-top-width: 0 ; 
	border-width: 0 ; 
	size: 1000 ;
}
li {display:inline}

.footer{
	background-color: lightcyan ;
	text-align: left ;
	font-family: Verdana;
	color: #000000;
	font-size:12px;
}