﻿body 
{
    font-family: Arial, helvetica, Verdana, Sans-Serif;
    background-color: #999999;
    margin-left:auto;
    margin-right: auto;
    text-align:center;
}

#controlDiv
{
    border: 1px solid #0b3300;
    width: 728px;
    background-color: #0b3300;
    text-align:center;
 margin-left:auto;
 margin-right: auto;
    
}

#footer
{
 width:730px;
 text-align:center;
 margin-left:auto;
 margin-right: auto;
 color: White;
 font-size: 80%;   
 background-color: #999999;
 background-image: url(images/footer.gif);
 background-repeat: no-repeat;
 height:49px;
}

#nav
{
    margin-top: 5px;
    border-bottom: 3px solid #caca95;
    width:724px;
    height:26px;
    text-align:center;
    margin-left:auto;
    margin-right: auto;
    color: White;
    
}

a:link
{
    color:#006600;
    text-decoration:none;
}
a:visited
{
    color:#003300;
    text-decoration:none;
}
a:hover
{
    color:#006600;
    text-decoration:underline;
}
.alert
{
    color:#990000;
    font-weight:bold;
}

#nav a:link  
{
    color:White;
    text-decoration:none;   
}
#nav a:visited
{ color:White;
  text-decoration:none;
}
#nav a:hover
{
     color:#CDCDCD;
    text-decoration:underline;   
}
#homeContent
{
 background-color: #FFFFFF;
 width:721px;
 margin-left:auto;
 margin-right: auto;
 text-align:center;
 }
#serviceContent
{
 background-color: #FFFFFF;
 width:720px;
 margin-left:auto;
 margin-right: auto;
 text-align:center;
 }
#locContent
{
 background-color: #FFFFFF;
 width:721px;
 height:650px;
 margin-left:auto;
 margin-right: auto;
 text-align:center;
 }
