@charset "utf-8";
#header {
	<table id="table4" height="26%" cellSpacing="0" cellPadding="0" width="100%" 
border="3">

	height: 190px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana;
	font-size: 18pt;
	color: "#0000FF";
	background-color:
	#E9E9E9;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #000;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	
}
body {
	background-color:#E9E9E9 
	}
#menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#0000FF;
	background-color:#D9D9FF;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #33F;
	text-align: center;
	vertical-align: middle;
	height: 70px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height:25px; font-weight: bold;

}
#menu ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11pt;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li 
	a:link, 
	a: visited  {
	background-color: none;
	text-align: none;
	vertical-align: none;
	margin: 0px;
	padding-top: 4pt;
	padding-bottom: 4pt;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding-right:0px;
	padding-left:0px;
	text-transform: none;
	cursor: auto;
	border: none;
}
#menu ul li a:hover {
	color: #FFCC33;
	background-color: #FFFFFF;
}
#content {
	background-color:#E9E9E9;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	color:black;
}
#content h2 {
	padding-bottom: 5px;
	color:#E9E9E9;
	border-bottom-style: dotted;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #30F;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color:#0000FF;
	background-color:#D9D9FF;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #33F;
	text-align: center;
	vertical-align: middle;
	height: 32px;
}