body {
	margin:0px;
	padding:0px;
	font-family: verdana;
	background-color: #EBE5B5;
	}	

p {
	margin:0px;
	padding:0px;
	font-size: 11px;
	color: #0000ff;
	font-family: verdana;
	}

p.small {
	font-size: 10px;
	font-family:verdana;
	color: #000080;
	}


p.big {
	font-size: 12px;
	font-family:verdana;
	color: #0000FF;
	}

h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size: 20px;
	font-family: verdana;
	color: #000080;
	}

a {
	margin:0px;
	padding:0px;
	color:#000080;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana;
	}

a.menu {
	margin:3px;
	padding:2px;
	color:#000080;
	font-size:11px;
	line-height:20px;
	text-decoration:bold;
	font-weight:600;
	font-family:verdana;
	}

a.menu:link {color:#000080;}
a.menu:visited {color:#000080;}
a.menu:hover {
	background-color:#000080;
	color:#FFA50C;
	}

div.header
{
	margin: 30px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	height: 75px;
	width: 100%;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	border-color: black;
	border-style: solid;
	border-width:1px 0px;
	overflow: hidden
	}

div.content
{
	position: absolute;
	padding: 10px;
	top: 140px;
	left: 220px;
	height: 60%;
	width: 65%;
	border:0px;
	overflow: auto;
	scrollbar-3dlight-color:#0000ff; 
	scrollbar-arrow-color:#FFA50C;
	scrollbar-base-color:#EBE5B5;
	scrollbar-darkshadow-color:#0000ff;
	scrollbar-face-color:#000080;
	scrollbar-highlight-color:#EBE5B5;
	scrollbar-shadow-color:#000080
	}

div.menu
{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 180px;
	height: 210px;
	padding: 10px;
	background-image: url(menuback.JPG);
	background-repeat: no-repeat;
	overflow: hidden;
	border-color: #000080;
	border-style: solid;
	border-width: 1px;
	}

#container {position: absolute; bottom: 10px; width: 100%;}
#copy {position: absolute; font-family:verdana; right: 50px; bottom: 10px;}

li {color:#0000ff;}