body {
	background-color: #000000;
	color: #755E00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 1px;
	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: #FECC01;
	border-right-color: #8C8611;
	border-bottom-color: #8C8611;
	border-left-color: #8C8611;
}
#mainCont {
	background-color: #730A04;
	background-image: url(images/two-tone-bkgnd.gif);
	background-repeat: repeat-y;
	padding-top: 15px;
}
#mainCont p {
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	color: #CCCCCC;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	color: #CCCCCC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3pt;
	color: #CCCCCC;
	margin-left: 30px;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;

}
.menulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}
h4 {
	padding-left: 5px;
}
#footer {
	margin: 0px;
}

.yellowBorder {
	border: 1px solid #FFCC00;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC00;
}

/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.yellowBorderspace {
	border: 1px solid #FFCC00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
h5 {
	padding-left: 5px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.menuHolder {
	position: relative;
	top: 0px;
	background-color: #000000;
	padding-left: 245px;
	width: 655px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#logoHolder {
	position: absolute;
	top: 100px;
	z-index: 20;
}
