body {
	background-color:#000033;
	text-align:center;
	/*background-image:url(../Pictures/WaterBckGrd2l.jpg);*/
}
.combinedSecond{
	border-bottom:thin;
	border-top:thin dotted;
	border-right:thin dotted;
	border-left:none;
}
.combinedFirst{
	border-bottom:thin;
	border-top:thin dotted;
	border-left:thin dotted;
	border-right:none;
}
#counter{
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	color:#CC0066;
	text-align:left;
	background-color:#CC9966;
}
h2 {
	text-align: center;
}
#headFormat {
	margin:0px 0px 0px 0px;	
}
.header{
	text-align:right;
	margin:0px 0px 0px 60px;
}
.li{
	text-align:justify;
	}
img {
	margin: 10px;
	border:#CCFFFF;
}
#layerBack {
	position:absolute;
	width:830px;
	height:130px;
	overflow:visible;
	z-index:1;
	overflow: visible;
	text-align:left;
	margin:0 auto;
}
#layermiddle {
	margin: auto;
	text-align: left;
	width: 800px;
}
#layerHead {
	z-index:2;
	height:100px;
}
#layerCenter {
	position:absolute;
	top:150px;
	left:5px;
	width:800px;
	height:500px;
	z-index:4;
}
#layerCenterRight {
	position:absolute;
	top:-1px;
	left:165px;
	width:625px;
	height:auto;
	border:#000000 thin;
	background-color:#00FFFF;
	background-repeat: repeat;
	overflow:scroll;
	z-index:5;
}
#menu{
	z-index:8;
	position:absolute;
	top:0px;
	left:0px;
	}
#menu li{
	list-style-type:none;
	width:10em;
	margin-left:-2.5em;
	text-align:center;
	text-decoration:none;
	display:block;
	border:2px blue outset;
}
#menu a{
	text-decoration:none;
}
#menu li:hover{
	border:blue 2px inset;
	cursor:pointer;
}
#menu1{
	background-color:#99CCFF;
}
#menu2{
	background-color:#CC99FF;
}
#menu3{
	border-style:none;
	background-color:#00FF00;
	text-transform:uppercase;
	cursor:e-resize;
}
#menu3:hover {
	background-color:#00FF00;
	text-transform:uppercase;
	cursor:crosshair;
}
p {
	padding: 5px;
	text-align: justify;
}
.pictureBorder{
	border-color:#DFFEFF;
	padding:9px 9px 9px 9px;
}
th {
	background-color: #DDFFFF;
	border:thin dotted #0000FF;
}
td {
	background-color: #DDFFFF;
	border:thin dotted #0000FF;
}
table {
	padding: 2px;
	border: thick inset #0000FF;
	width:98%;
	background-color: #DDFFFF;
}
