

body 
{
background-color: #d3d3d3
}

table 
{background-color: #d3d3d3
}


#hraddress
{
color: #daa520;
background-color: #696969;
}


#header
{
position: relative;
top: 05px;
left: 350px;
height: 325px;
width: 800px;
}



#navbarleft 
{
float: left;
background-color: #a9a9a9;
width: 140px;
position: relative;
top: 0px;
margin: 0;
padding: 15px;
border: 2px solid black;
font-size 0.8em;
}


#h4navbar
{
display: block;
margin-bottom: 4px;
font-family: sans-serif;
}


#main
{
float: left;
width: 80%;
position: relative;
margin: 0px 10px 20px 10px;
background-color: #d3d3d3;
}

#foot
{
position: relative;
left: 364px;
top: 0px;
width: 800px;
clear: both;
}



#footaddress
{
font-style: normal;
font-size: 0.7em;
font-family: sans-serif;
clear: both;
}


a:link 
{
color: #000000;
text-decoration: none;
display: block;
}

a:visited 
{
color: #000080;
text-decoration: none;
display: block;
}

a:hover 
{
color: #000000;
text-decoration: none;
background: #daa520;
display: block;
}

a:active 
{
color: #696969;
text-decoration: none;
background: #000000;
display: block;
}


a.one:link 
{
text-decoration:underline;
}

a.one:visited 
{text-decoration:none;
color: purple;
background:none
}

a.one:hover 
{text-decoration:underline;
color:#505050;
letter-spacing:
3pt;background:none
}

a.one:active 
{text-decoration:none;
color: green;background: none
}


a.ssfaq:link 
{
text-decoration:underline;
color: #333333;
font-weight: bold;
}

a.ssfaq:visited 
{text-decoration:none;
color: purple;
background:none
}

a.ssfaq:hover 
{text-decoration:underline;
color:red;
letter-spacing:3pt;
background:none;
font-weight:normal;
}

a.ssfaq:active 
{text-decoration:none;
color: red;background: none
}

a.map:link 
{
text-decoration:underline;
}

a.map:visited 
{text-decoration:none;
color: purple;
background:none
}

a.map:hover 
{text-decoration:underline;
color:#505050;
background:none
}

a.map:active 
{text-decoration:none;
color: green;
background: none
}




