﻿<style type="text/css">

/* entire page ------------------------------------------------- */
body {
	font: 78%/1.5 arial, helvetica, serif;
	text-align: center;
	background-color: #EEEECC;
}

/* banner ------------------------------------------------------ */
#banner {
	height: 150px;
	width: 760px;
	background: url('images/banner760b.gif') no-repeat center;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
}

#menubar {
	width: 750px;
	background: white;
	border: solid #000066;
	border-width: 0 5px 0 5px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
/* menu bar - borders ------------------------------------------ */

#nav, #nav ul {
	float: left;
	width: 750px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #CCCC99;
	border-width: 3px 0 3px 0;
	margin: .5em 0 .5em 0;
}

/* menu text --------------------------------------------------- */

/* primary bar background */
#nav a {
	display: block;
	width: 8em;
	color: #000000;
	text-decoration: none;
	padding: 0.25em 0em .25em 2em;
}
#nav li {
	float: left;
	padding: 0;
	text-align:left;
	text-indent:1em;
	width: 10.06em;
}

/* secondary box */
#nav li ul {
	position: absolute;
	left: -99em;
	height: auto;
	width: 9.6em;
	font-weight: bold;
	text-align: left;
	border-width: 0.25em;
	margin: 0;
}

/* secondary bar entry */
#nav li li {
	padding-right: 1em;
	width: 8.7em;
	position: relative;
	text-indent:-.5em;
	right: 0px;
}

#nav li:hover ul, #nav li li:hover ul {
	margin-left: -1em;
	left: auto;
}

#nav li:hover {
	background: #CCCC99;
}

/*-------------------------------- paragraph text ------------------------------------ */
#content {
	width: 750px;
	background: white;
	text-align: left;
	margin: 1 auto;
	border: #000066 solid;
	border-width: 0 5px 0 5px;
	font: normal normal normal 100% "Trebuchet MS";
	clear: none;
}

#content a:hover {
	text-decoration: none;
}

/*-------------------------------- paragraph text ------------------------------------ */
p {
	background: url("index.htm") center no-repeat;
	margin: .25em 2em;
	text-align: center;
}

/*------------------------------------- FOOTER ----------------------------------------*/
#bottombar {
	height: 30px;
	background: url(images/bottom760.gif) no-repeat center top;
	width: 760px;
	margin-top: 0px;
}


.style1 {
	text-align: center;
	font-size: large;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style4 {
	text-align: center;
	font-size: small;
}
</style>

