@charset "utf-8";
body {
	background-color: #3c0000;
	margin: 5px;
	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 */
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.vertline {
	background-image:url(Images/Table/maroon.gif);
}
.sideleft1 {
	background-image:url(Images/Table/sideleft1.gif);
}
.sideleft2 {
	background-image:url(Images/Table/sideleft2.gif);
}
.sideright1 {
	background-image:url(Images/Table/sideright1.gif);
}
.sideright2 {
	background-image:url(Images/Table/sideright2.gif);
}
.maincontent {
	background-image:url(Images/Table/khaki_light.gif);
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3c0000;
	padding: 8px;
}
a:link {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;

}
a:hover {
	color: #290501;
	text-decoration: underline;
	font-weight: bold;

}

/* navigation styles */

#mainMenu {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#mainMenu ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#mainMenu li {
	list-style-type: none;
	display: inline;
}
#mainMenu li a {
	line-height: 32px;
	text-decoration: none;
	padding: 2px 25px;
}
#mainMenu li a:link {
	color: #3c0000;
}
#mainMenu li a:visited {
	color: #3c0000;
}
#mainMenu li a:hover {
	color: #CC6633;
	background-color: #3c0000;
}

