body {
	background-color: #EEEEEE;
	font: 68% Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
	}
		
h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	color: #FF9933;
	}

h2 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	}
p  {
	margin-top: 0px;
	margin-bottom: 6px;
}

strong {
	font-weight: bold;
	}

a {
	color: #0000CC;
	}

a:hover{
	color: #0000FF;
	text-decoration: none;
	background-color: #CCCCCC;
	}
	
.leftpanel { /* set up position of left panel to contain hotspots*/
	position: absolute;
	top: 85px;
	z-index:4;
	left: 0px;
	}
	
.hotspot {
	position: relative;
	background-color: #000066;
	top: 3px;
	left: 3px;
	width: 205px;
	margin: 10px;
	}
	
.hotspot div {
	position: relative;
	background-color: #CCCCCC;
	top: -3px;
	left: -3px;
	padding: 10;
	border: 1 solid #000066;
	font-size: 0.9em;
	}

.hotspot a {
	color: #0000CC;
	}

.hotspot a:hover{
	color: #0000FF;
	background-color: #FFFFFF;
	}

.hotspot ul, .rightpanel ul {
	margin: 0;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bold;
	}

.hotspot li, .rightpanel li {
	list-style-type: none;
	font-weight: normal;
	margin-bottom: 6px;
	}

.hotspot li a, .rightpanel li a {
	text-decoration: none;
	color: #000066;
	}

.hotspot li a:hover, .rightpanel li a:hover {
	background-color: #FFFFFF;
	}
	
.hotspot h1{
	color: #000066;
	}
.hotspot h1 a{
	text-decoration: none;
	color: #000066;
}

.content { /* main content window*/
	position: relative;
	background-color: #666666;
	top: 55px;
	left: 0px;
	margin: 0 150 55 235;
	min-width: 180;
	z-index: 5;
	}

.content div {
	position: relative;
	background-color: #FFFFFF;
	top: -3px;
	left: -3px;
	padding: 6px 15px;
	margin: 0px;
	line-height: 1.3em;
	}
	
.menu { /* navigation menu position */
	position: absolute;
	top: 85px;
	right: 0px;
	width: 125px;
	background-color: #666666;
	z-index: 4;
	margin: 10px;
	}
	
.menu div {
	position: relative;
	background-color: #000066;
	top: -3px;
	left: -3px;
	}

.menu div a {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	display: block;
	border: 1px solid #666666;
	text-decoration: none;
	padding: 6px;
	}
	
.menu div a#thispage { /* format to indicate current window in menu list */
	color: #FF9933;
	text-align: center;
	font-weight: bold;
	display: block;
	border: 1px solid #666666;
	padding: 6px;
	}
	
.menu div a:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;
	}
	
.rightpanel { /* position right panel below menu */
	position: absolute;
	top: 260px;
	right: 0px;
	width: 128px;
	background-color: #CCCCCC;
	z-index: 4;
	margin: 10px;
	}

.rightpanel div {
	position: relative;
	padding: 10;
	font-size: 0.9em;
	}				

.banner {
	position: absolute;
	background-color: #666666;
	z-index: 2;
	top: 3px;
	width: 100%;
	}

.banner div {
	position: relative;
	background-image: url(images/banner.png);
	top: -3px;
	}

.shadow {
	position: absolute;
	background-color: #666666;
	top: 105px;
	left: 15px;
	width: 99%;
	z-index: 1;
	}
	
.sheet {
	position: relative;
	background-color: #EEEEEE;
	top: -3px;
	left: -3px; 
	height: 450;}

hr{
	border-top: 1px dashed #FF9933;
/*	color: #FFFFFF;
	background-color: #FFFFFF;*/
	height: 1px;
	text-align: center;
	width: 80%;
    }
	
.hotspot hr {
	border-top: 1px dashed #000066;
	}

.pix {
	float: right;
	margin: 10px;
	z-index: 4;
	left: 0px;
	top: 0px;
	position: relative;
	padding: 0px;
}

.copyright {
	font-size: 0.8em;
	line-height: 1.0em;
}
.rightpanel h1 {
	color: #000066;
}
