body {
	margin: 0px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weigth: normal;
	xcolor: #000000;
	height: 100%;
	background-color: #8B7D6B;
}

a {
	xcolor: #000000;
}

xtd {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#base {
	width: 100%;
	height: 101%;
}

#leftcol {
	width: 15%;
	background-color: #8B7D6B;
}

#centercoltop {
	width: 770px;
	height: 170;
	vertical-align: top;
	text-align: center;
	background-color: #ffffff;
}

#centercol {
	width: 770px;
	xheight: 80%;
	vertical-align: top;
	text-align: center;
	margin: 5px;
	background-color: #ffffff;
}

#rightcol {
	width: 15%;
	background-color: #8B7D6B;
}

#container {
	xpadding: 10px;
	xheight: 100%;
	width: 770px;
	background-color: #ffffff;
	xborder: 1px solid red;
}

#header {
	width: 770px;
	height: 165px;
	xdisplay: block;
	xmargin-left: auto;
	xmargin-right: auto 
	xvertical-align: middle;
	background: url(../images/HVWebHead.jpg) no-repeat top;
	border: 1px solid white;
}


#mainlogo {
	padding-top: 20px;
}

#menu {
	margin-top: 95px;
	padding-left: 140px;
	width: 770px;
	height: 30px;
	xmargin: 0px auto;
	xtext-align: right;
	xvertical-align: bottom;
	xborder: 1px solid red;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu span {
	display: block;
	float: left;
	width: 2px;
	xheight: 25px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: -2px;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	letter-spacing: -2px;
	color: #000000;
}

.menuitemselected {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	letter-spacing: -2px;
	color: #000000;
	border-bottom: 1px solid #8B7D6B;
}

#menu a:hover {
	color:#A0522D;
}

#main {
	xpadding: 10px;
	xbackground-color: #ff8080;
}

#content {
	margin: 20px 15px 5px 10px;
	xheight: 70%;
	width: 770px;
	background-color: #ffffff;
	text-align: justified;
}

#footer {
	Xposition: absolute;  /* Needed for Safari */
	vertical-align: top;
	xpadding: 10px;
	xbackground-color: #aa3939;
	xwidth: 100%;
	width: 770px;
	height: 85px;
	text-align: center;
	background-color: #ffffff;
	padding-bottom: 10px;
}
#footer h1 {
	padding-bottom: 0;
}

#copyright {
	font-size: 10px;
	text-align: center;
	background-color: #ffffff;
}


.smallnote 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


#events ul {
	margin: 0;
	padding: 0;
	xtext-align: left;
}

#events li {
	text-align: left;
	xline-height: 1em; 
	xdisplay: block; 
	xpadding-top: 5px; 
	margin-left: 5px;
	list-style-type: circle;	
	width: 28em;
}

.eventtitle {
	font-weight: bold;
}