body {
	background-color: #70160b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;;
	font-size: 11px;
}
.mainTable {
	margin: 0px;
}
a {color: #ae4d00;
	text-decoration: underline;	
}
a:active {color: #ae4d00; 
	text-decoration: underline;
}
a:visited {color: #ae4d00; 
	text-decoration: underline;
}
a:hover {color: #d27c0b; 
	text-decoration: underline;
}
.nav {
	height: 345px;
	background-image: url(images/backer_nav.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
.navBox {
	margin-top: 315px;
	height: 20px;
	text-align: right;
	padding-left: 10px;
}
.navBox a {
	border-top: 1px #40595f solid;
	border-bottom: 1px #01191e solid;
	border-left: 1px #22464e solid;
	border-right: 1px #002a33 solid;
	display: block;
	float: left;
	color: #fff;
	margin-right: 5px;
	padding: 4px 3px 4px 3px;
	text-decoration: none;
	background-image: url(images/button_backer.jpg);
	background-repeat: repeat-x;
}
.navBox a:active {color: #fff; 
	text-decoration: none;
}
.navBox a:visited {color: #fff; 
	text-decoration: none;
}
.navBox a:hover {color: #fff; 
	text-decoration: none;
	background-image: url(images/button_backer_hi.jpg);
	background-repeat: repeat-x;
}
.left {
	height: 255px;
	background-image: url(images/backer_left.jpg);
	background-repeat: no-repeat;
}
.content {
	vertical-align: top;
}
.content p {
	margin: 0px 0px 15px 0px;
}
.boxTop {
	width: 415px;
	height: 20px;
	margin: 0px;
	background-image: url(images/box_top.jpg);
	background-repeat: no-repeat;
}
.boxMain {
	width: 345;
	margin: 0px;
	padding: 5px 35px 5px 35px;
	background-image: url(images/box_backer.jpg);
	background-repeat: repeat-y;
}
.boxBottom {
	width: 415px;
	height: 20px;
	margin: 0px;
	background-image: url(images/box_bottom.jpg);
	background-repeat: no-repeat;
}
.pageHead {
	font-size: 16px;
	font-weight: bold;
}
.subHead {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}