body {
	background: url('img/greyfloor.jpg') #e0e0e0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 150%;
	margin-bottom: 5px;
	margin-top: 5px;
}

h4 {
	margin-bottom: 5px;
	margin-top: 5px;
}

a {
	color: #663399;
	text-decoration:none;
}

#top {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 238px;
	width: 100%;
	z-index:2;
}

#subtop {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 170px;
	width: 100%;
	z-index:3;
}

#topleft {
	position: absolute;
	left: 2px;
	top: 3px;
	width: 50%;
	height: 228px;
	z-index:3;
}

#subtopleft {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 50%;
	height: 170px;
	z-index:4;
}

#topright {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index:1;
}

#subtopright {
	position: absolute;
	right: 0px;
	top: -53px;
	margin: 0;
	padding: 0;
	z-index:2;
}

#menubar {
	position: absolute;
	right: 0;
	top: 295px;
	font-weight: bold;
	font-size: 100%;
	height: 16px;
	width: 500px;
	z-index:2;
	border-bottom: 2px solid #663399;
	border-top: 1px solid #66CC66;
	display:inline;
}

#menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menubar li {
	float: left;
	position: relative;
	width: 6em;
}

#menubar li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#menubar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menubar li li {
	display: block;
	float: none;
	background-color: #CCCCFF;
	border: 1px solid #66CC66;
	padding: 5px;
	width: 10em;
}

#menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#submenubar {
	position: absolute;
	left: 0px;
	padding-left: 20px;
	top: 155px;
	font-weight: bold;
	font-size: 100%;
	height: 16px;
	width: 530px;
	z-index:5;
	border-bottom: 2px solid #663399;
	border-top: 1px solid #66CC66;
	display:inline;
}

#submenubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenubar li {
	float: left;
	position: relative;
	width: 6em;
	z-index:.5;
}

#menubar a, #submenubar a {
	margin: 0px 3px 5px 3px;
	padding:4px 4px;
	color: #663399;
	text-decoration: none;
	display:inline;
}

#newmenu {
	background: url('img/greyfloor.jpg') #e0e0e0;
	position: absolute;
	bottom: 70px;
	font-weight: bold;
	font-size: 100%;
	height: 50px;
	color: #663399;
	border-top: 1px solid #66CC66;
	border-bottom: 2px solid #663399;
	width: 535px;
	top: 263px;
	left: 206px;
	overflow: visible;
}
#apDiv1 {
	position:absolute;
	width:695px;
	height:25px;
	z-index:4;
	left: 75px;
	top: 279px;
	border-bottom: 2px solid #663399;
	border-top: 1px solid #66CC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	word-spacing: 3em;
}

#footermenu a {
	margin: 0px 3px 5px 3px;
	padding:2px 4px;
	color: #663399;
	text-decoration: none;
	display:inline;
}

#footer {
	background: url('img/greyfloor.jpg') #e0e0e0;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align:right;
}

#subcontent {
	position: absolute;
	top: 251px;
	width: 95%;
	left: 9px;
	padding: 0;
	margin: 0;
}

.itemheader {
	font-weight: bold;
	font-size: 125%;
}

#content {
	position: absolute;
	top: 320px;
	width: 401px;
	left: 456px;
	margin: 0;
	height: 220px;
	background-color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#Left {
	float: left;
	position: relative;
	width: 20%;
	background: url('img/bow.jpg') no-repeat top left #E4FAE1;
	border: 3px double #663399;
	height: auto;
	margin: 0;
	padding: 10px;
	padding-left: 40px;
	font-weight: bold;
}

#subLeft {
	float: left;
	position: relative;
	width: 20%;
	background: #E4FAE1;
	border: 3px double #663399;
	height: auto;
	margin: 0;
	padding: 5px;
	padding-left: 5px;
	font-weight: bold;
}

#Right {
	float: right;
	position: relative;
	width: 60%;
	height: auto;
	padding: 10px;
	padding-right:20px;
	margin: 0;
	font-weight: bold;
	font-size: 120%;
}

#subRight {
	float: right;
	position: relative;
	width: 70%;
	height: auto;
	padding: 5px;
	padding-right:5px;
	margin: 0;
}

.disp3 {
	clear:both;
	color: black;
	margin:  5px 0px;
	padding: 5px 5px; 
}
