body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003;
	background-attachment: fixed;
	background-image: url(images/rainbowEdge-4.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 h2 {
	color: #006;
}

#overhead {
	background-color: #F2F9FF;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#FlashID {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#eHeader {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.oneColElsCtr #container {
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
	background-color: #FFF;
}
.oneColElsCtr #mainContent {
	padding: 0 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	color: #999;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:0px solid #000;	/* draws line on top edge of div */
	border-bottom:0px solid #000;	 /* draws line on bottom edge of div */
	font-size:0.8em;	/* SET FONT-SIZE HERE */
	margin-top:0px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	background-image: url(images/BaseButton_Up.png);
	}
div#listmenu ul {
	margin:0 0 0 100px;
	padding: 0 0 0 0px;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	border-right:1px solid #FEA74A;
	font-variant: small-caps;
	font-size: 1em;
	background-image: url(images/BaseButton_Up.png);
	width: 110px;
	}
div#listmenu li:first-child {
	border-left:1px solid #FEA74A;
	}
div#listmenu li:hover {
	background-image: url(images/BaseButton_Over.png);
	}
div#listmenu a {
	display:block;
	padding:3px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#E0D541;	/* sets the type color */
	font-weight: bold;
	}
div#listmenu a:hover {
	color:#003300;
	padding:3px 6px; /*creates space each side of menu item's text */
	font-style: italic;
	}
/* the horizontal menu ends here */

