html {
	height:100%;
	}

body {
	margin:0px;
	height:100%;
	background-color: rgb(70,70,70);
	text-align:center;
	font-family: Verdana, sans-serif;
	}
#container {
	text-align:center;
	width: 750px;
	height:100%;
	margin:0px auto;
	background-color: white;
	}
#containertable {
	width:100%;
	height:100%;
	border-collapse:collapse;
	border-left:1px solid black;
	border-right:1px solid black;
	}
#header {
	height: 80px;
	background-color:black;
	border-bottom:1px solid black;
	padding:0px;
	}
#header img {
	height: 80px;
	width:750px;
	vertical-align:bottom;
	}


#menu {
	width:150px;
	background-color:#006;
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	}
#menu p {
	background-color: #006;
	margin:0px;
	padding:0px;
	border-top: 1px solid #CCC;
	padding-left: 5px;
	width: 150px;
	}
#menu a {
	color: white;
	text-decoration: none;
	}
#menu .currentpage {
	color: yellow;
	}
 

#main {
	background-color:white;
	width:600px;
	border-left:1px solid black;
	padding: 0px;
	vertical-align: top;
	margin:auto 0px;
	text-align: center;
	font-size: 10pt;
	}
#main a {
	color: #00F;
	}
#main a:hover {
	color: #900;
	}
   
#footer {
	height:1px;
	background-color:green;
	border-top:1px solid black;
	border-bottom:1px solid black;
	font-size: 8pt;
	background-color: #CCC;
	text-align: center;
	}
#datebanner td {
	padding: 0px;
	margin:0px;
	border:0px none;
	background-color: #999;
	font-weight: bold;
	}
