BODY {
	background:#84353F;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
}
BODY A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold; 
}
.content {
	background: #EFE3CE;
	background-image: url(/images/cont-bg.gif);
	padding: 5px;
	margin: 3px;
	position: relative;
	background-repeat: repeat-x;
	text-align: justify;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	z-index: 4;
}
.content a:link {
	text-decoration: none;
	color: #900000;
}
.content a:hover {
	text-decoration: underline;
} 
.content a:visited {
	color: #900000;
}
.container {
	background: #AFAFAF;
	color: #000000;
	width: 750px;
	text-align: right;
	position: relative;
	border: 1px solid #FFFFFF;
	color: #000000;
	z-index: 4;
}
.head {
	font-family: Verdana;
	font-weight: bold;
	font-size: 26px;
	padding: 5px;
}
.subhead {
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
}
.cap {
	float: left;
	font-family: Verdana;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	padding-right: 2px;
	color: #660000;
}
a.menu {
	text-decoration: none;
	float: left;
	background: url(/images/menu-button.gif);
	width: 142px;
	height: 21px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	font-family: Arial;
	font-weight: regular;
}
a:hover.menu {
	text-decoration: none;
	float: left;
	background: url(/images/menu-button-on.gif);
	width: 142px;
	height: 21px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	font-family: Arial;
	font-weight: regular;
}
.sidenote {
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #333333;
	font-family: Arial;
	font-size: 15px;
	float: right;
	width: 180px;
	padding: 5px;
	margin-left: 5px;
	font-weight: regular;
}
.sidenote b {
	color: #000000;
}
.illustration {
	border: 1px solid #000000;
}
.lower_nav {
	border: 1px solid #C2974C;
	background: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
}

.table {
	border: 1px solid #C2974C;
	background: #C99B51;
	color: #000000;
	font-size: 11px;
	font-family: Arial;
}

.table TD {
	background: #FFFFFF;
}

#bgstripe {
	background: #A04B56;
	position: absolute;
	width: 100%;
	top: 200px;
	height: 110px;
	z-index: 0;
	border-top: 5px solid #792F38;
	border-bottom: 5px solid #792F38;
}

.leftad { 
	float: left;
	padding-right: 5px;
}

.rightad {
	float: right;
	padding-left: 5px;
}
