html, body{
	margin: 0;
	padding: 0 0 2em 0;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #000000;
	
}
a:link, a:visited{
	color: #656565;
	text-decoration: none;	
}
a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #055B31;
}
#head{
	top: 0;
	left: 0;
	height: 200px;
	width: 1000px;
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;
	position: absolute;
}
#footer{
	left: 0;
	bottom: 0;
	border: 2px solid black;
	width: 1200px;
	height: 2em;
}
#navigation {
	width: 180px;
	height: 2500px;
	font-family: Verdana, Helvetica, sans-serif;
	top: 200px;
	left: 0;
	background-color: #620203;
	background-image: url(Images/leftVine2.jpg);
	background-repeat: repeat-y;
	border-right: 1px solid #E7CEA5;
	position: absolute;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding:40px;
}
#navigation li {
	border-bottom: 1px solid #8D5407;
	line-height: 3.0;
}
#navigation li a:link, #navigation li a:visited {
	display: block;	
	color: white;
	font-weight: bold;
	background-color: #620203;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #055B31;
}
#navigation ul ul {
	margin-left: 0px;
	font-weight: normal;
	font-size: 50%;
}
#navigation ul ul li {
	border-bottom: 1px solid #8D5407;
	margin: 0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #480102;
	color: white;
	border-left: 1px solid #711515;
}
#content{
	margin: 200px 0 0 180px;
	padding: 0;
	background-color: #FFFFFF;
	width: 820px;
	height: 1000px;
}
#contentLong{
	margin: 200px 0 0 180px;
	padding: 0;
	background-color: #FFFFFF;
	width: 820px;
	height: 2500px;
}
#tanbar{	
	width: 820px;
}
.datatable{
	margin: 15px;
	width: 750px;
}
.datatable td{
	text-align: left;
	/*width: 50%;*/
	padding: 2px;
}
.datatable tr{
	border-bottom: 1px solid #656565;
}
.datatable tr.strongText{
	font-size: 1.5em;
}
.text{
	padding: 0 15px 0 30px;
	line-height: 1.75em;
}
.center{
	text-align: center;
	line-height: 1.75em;
}
.rightfloat{
	float: right;
	margin: 45px 0 0 15px;
	padding: 0 15px 30px 15px;
}
.rightfloattwo{
	float: right;
	margin: 0 0 0 15px;
	padding: 0 15px 30px 15px;
}
.leftfloat{
	float: left;
	margin: 45px 15px 0 0;
	padding: 0 15px 30px 15px;
}
.colText{
	padding: 0 15px 0 30px;
	margin: 0;
	width: 375px;
}
.colText{
	padding: 15px 15px 0 30px;
	margin: 0;
	width: 500px;
}
.colTextWide{
	padding: 0 15px 0 30px;
	margin: 0;
	width: 750px;
	clear: left;
}
.clear{
	clear: both;
}
.strong{
	font-weight: bold;
}
.strongred{
	font-weight: bold;
	color: #620203;
}
.strongRedLarge{
	font-weight: bold;
	color: #620203;
	font-size: 1.5em;
}
.normalblue{
	color: #363A56;
}
.offBlack{
	color: #656565;
}
.breadcrumbs{
	font-size: 80%;
}
.event{
	font-family: "Eras Demi ITC", "Arial Rounded MT Bold", sans-serif;
	font-size: large;
	text-align: center;
	color: #620203;
}
h1{
	font: 1.2em "Eras Demi ITC", "Arial Rounded MT Bold", sans-serif;
	margin-bottom: -20px;
}
h4{
	font-size: 1em;
	margin-bottom: -5px;
}

