body {
	position: relative;
	margin: 10px;
	background: #006666;
	background-image: none;
    background-repeat: repeat;
	font: 12px Verdana, sans-serif;
}
.linksLev1 {
	text-indent : 5px;
}
span#linksTop { /* This is the dark blue "Menu" text */
	display: block;
	text-align: left;
	padding: 2px 4px;
	border-width: 0;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	background: #0079ff;
	border-right: 3px solid #660000;
	border-left: 3px solid #660000;
}
div#links { /* links is the code for the left navigation menu */
	position: relative;
	top: 140px;
	float: left;
	width: 11.5%;
	border-bottom: 3px solid #660000;
	border-top: 3px solid #660000;
}
div#links a {
	display: block;
	text-align: left;
	padding: 2px 4px;
	border-width: 0;
	text-decoration: none;
	color: #ffffff;
	background: #0099ff;
	border-top: 1px solid #006666;
	border-right: 3px solid #660000;
	border-left: 3px solid #660000;
}
div#links a:hover {
	color: #000000;
	background: #00ccff;
	border-top: 1px solid #006666;
	border-right: 3px solid #990000;
	border-left: 3px solid #990000;
	font-weight : 500;
}
div#mycontent { /*  ############## main website content window ################### */
	display: block;
	position: relative; top: 140px;
	float:right;
	width: 86%;
	color: #003366;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
	border: solid 2px #660000;
	overflow: visible;
}
div#topMenu { /* This is the text at the top for the website address */
	text-align: left;
	position: absolute; top: 0px; left: 0; width: 100%; height: 120px;
	background: #ffffff url(../images/head.jpg) 100% 0;
}
div#topMenuDate { /* This is the date shown under website address */
	color: #ffffff;
	text-indent: 5px;
	letter-spacing: 1px;
	position: absolute; top: 120px; left: 0; width: 100%; height: 15px;
	background: #0099ff;
}
div#footer { /* footer */
	clear: both;
	position: relative;
	padding-top: 30px;
	color: #0033ff;
	font: 10px Verdana, sans-serif;
	background: #ffffff;
	text-align: center;
}
.secImgRight { /* section image on the right side of the screen */
	float: right;
	margin: 10px 0 10px 10px;
}
