﻿#header {
	border-left: 5px none #000000;
	border-right: 5px none #000000;
	border-top: 5px groove #000000;
	border-bottom: 5px groove #000000;
	font-family: "Copperplate Gothic Bold";
	font-size: large;
	color: #000000;
	height: 125px;
	width: 780px;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 10px;
	background-image: url('images/background/water-background.jpg');
	z-index: 1000;
}
#logo {
	background-position: center center;
	background-image: url('images/logo/excel-logo-235x82.gif');
	background-repeat: no-repeat;
	width: 235px;
	height: 82px;
	position: absolute;
	top: 15px;
	left: 20px;
}
#headertext {
	font-family: "Copperplate Gothic Bold";
	font-size: xx-large;
	position: absolute;
	width: 235px;
	height: 82px;
	color: #000000;
	text-align: left;
	top: 15px;
	left: 265px;
}
#address {
	font-family: "Copperplate Gothic Bold";
	font-size: large;
	color: #0000FF;
	position: absolute;
	width: 292px;
	height: 50px;
	top: 40px;
	left: 510px;
	text-align: left;
}
#address2 {
	font-family: "Copperplate Gothic Bold";
	font-size: large;
	color: #0000FF;
	position: absolute;
	width: 480px;
	height: 20px;
	top: 105px;
	left: 20px;
	text-align: center;
	line-height: 20px;
}
#footer {
	border-left: 5px none #000000;
	border-right: 5px none #000000;
	border-top: 5px groove #000000;
	border-bottom: 5px groove #000000;
	font-family: Arial;
	font-size: x-small;
	color: #000000;
	position: fixed;
	width: 780px;
	height: 40px;
	bottom: 0px;
	left: 10px;
	background-image: url('images/background/water-background.jpg');
	font-weight: bold;
	z-index: 1000;
}
#footerleft {
	float: left;
	text-align: left;
}
#footerright {
	float: right;
	display: block;
	text-align: right;
}

#menu {
	border-width: 5px;
	border-style: none;
	position: fixed;
	width: 780px;
	height: 80px;
	top: 135px;
	left: 10px;
	text-align: center;
	display: block;
	z-index: 1000;
	visibility: visible;
}
#verticaldivide {
	position: absolute;
	width: 5px;
	height: 50px;
	border-style: none none none groove;
	border-width: 3px;
	top: 40px;
	left: 500px;
	border-color: #000000;
}
#leftpane {
	position: fixed;
	top: 170px;
	left: 10px;
	width: 90px;
	bottom: 50px;
	background-image: url('images/background/gogreen.jpg');
	font-family: "Copperplate Gothic Bold";
	font-size: large;
	color: #008000;
	font-weight: normal;
	font-variant: normal;
	text-decoration: blink;
	z-index: 11;
}
#headerstyle {
	font-family: "Copperplate Gothic Bold";
	font-size: large;
	text-align: center;
}
#bodystyle {
	font-family: Arial;
	font-size: medium;
	text-align: justify;
}

.menuitem {
	position: relative;
	height: 85px;
	width: 130px;
	display: block;
	visibility: visible;
	z-index: 1;
	float: left;
	top: 0px;
	left: 0px;
}
.submenu {
	position: relative;
	height: 50px;
	width: 130px;
	display: block;
	visibility: hidden;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.menubutton {
	z-index: 1;
	width: 125px;
	height: 25px;
	position: relative;
	font-family: "Copperplate Gothic Bold";
	font-size: 12px;
}

#footercentre {
	text-align: center;
	position: relative;
}

#leftpanetext {
	background-image: url('images/logo/gogreen.gif');
}

#defaulttext {
	font-family: "Eras Demi ITC";
	font-size: small;
	text-align: justify;
	position: relative;
	visibility: visible;
	color: #800080;
}
.pagebody {
	position: absolute;
	z-index: 100;
	top: 170px;
	left: 110px;
	width: 680px;
	bottom: 60px;
	overflow: auto;
	clip: rect(auto, auto, auto, auto);
}
.quarter {
	padding: 12px;
	font-family: "Eras Demi ITC";
	font-size: small;
	text-align: justify;
	width: 300px;
	position: static;
	color: #800080;
	float: left;
}
.halfmain {
	font-family: "Copperplate Gothic Light";
	font-size: medium;
	text-align: justify;
	width: 320px;
	top: 5px;
	left: 5px;
	position: relative;
}
