body 
{font: 12px arial, hevetica, sans-serif;
line-height: 18px;
color: white;
background: #333333 url('pix/bkg2.gif') repeat-x 0px 0px;
text-align: center;
min-width: 800px;
}

A:link { COLOR: #CCCCCC; TEXT-DECORATION: none; font-weight: normal }
A:visited { COLOR: #CCCCCC; TEXT-DECORATION: none; font-weight: normal}
A:active { COLOR: red; TEXT-DECORATION: none; font-weight: normal}
A:hover {  COLOR: white; TEXT-DECORATION: none; font-weight: normal;}

h1,h2,h3,h4,h5,h6 
{
color: white;
}

a.totop {
font-size: 10px;
}

span.medium {
	letter-spacing:3px;
	font-size: 20px;
  }
  
.small {
  font-size: 8px;
  }
  
.notes {color: #333334;
font-size:6px;}

div#wrapper
{
margin:0 auto;
	width:800px;
	text-align: left;
	position:relative
	
}

div#title{
	color: white;
	font-size: 36px;
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 3;
}

div#content
{
	position:absolute;
	left:7px;
	top:160px;
	width: 800px;
	height: 1px;
	z-index: 1;
}

/*Horizontal List Style*/

#navcontainer
{
	position:absolute;
	left:10px;
	top:70px;
	height: 50px;
	z-index: 5;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #999;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}

#directions
{
	position:absolute;
	left:51px;
	top:207px
}

