body
{
	background-color:#eeeeee;
	margin:0px;
	color:black;
	font-family:verdana,arial;
	font-size:10px;
}

a.menu,a.menu:link,a.menu:visited,a.menu:active
{
	text-decoration:none;
	font-weight:bold;
	color:black;
	font-family:verdana,arial;
	font-size:12px;
	width:100%;
}
a.menu:hover
{
	color:blue;
}

a.sub,a.sub:link,a.sub:visited,a.sub:hover,a.sub:active
{
	text-decoration:none;
	font-weight:bold;
	color:navy;
	font-family:verdana,arial;
	font-size:10px;
}
a:hover
{
	color:blue;
}

td.menuitem
{
	background-color:#00FFFF;
	height:30px;
	border:1px gray solid;
	border-top-color:silver;
	border-left-color:silver;
}


#bottom
{
	text-align:center;
	border-top:1px black solid;
	float:right;
	padding:5px;
	width:797px;
	overflow:hidden;	
}

#maindiv
{
	background-color:#ffffff;
	width:1000px;
	height:100%;
	border-right:solid 1px black;
	border-left:solid 1px black;
}

#top
{
	width:100%;
	height:100px;
	background-color:white;
	border-bottom:solid 1px black;
	padding:20px;

	text-align:center;
	color:white;
	font-family:verdana,arial;
	font-size:30px;
	font-weight:bold;
}

#menu
{
	background-color:#DDFFFF;
	width:200px;
	height: expression(document.body.clientHeight -100  + "px");
	border-right:solid 1px black;
	overflow:hidden;
	float: left;
	padding:5px;
}

#main
{
	padding:5px;
	width:797px;
	height: expression(document.body.clientHeight -124 + "px");
	float:right;
	overflow:auto;
	text-align: left;
}

