﻿body 
{
    font-family:Trebuchet MS;
    background-color:Silver;
    
}

h1
{
    font-size:larger;
}



img
{
    border-style:none;
}

table
{
    border-style:none;
    background-color:White;
}

a
{
    color: navy;
}

a:hover
{
    background-color:#c0c0c0;
    font-weight:bold;
}


.header
{
    background-color:Black;
    color:#c0c0c0;
    height:100%;
    width:300px;
    font-size:18px;
    font-weight:bolder;
    font-family: Tahoma, Trebuchet MS, Sans-Serif;
    padding: 0px 10px 0px 10px;
}

.officeHeader
{
    background-color:#336699;
    color:White;
    
}

.OfficeFormView
{
    margin-left:auto;
    margin-right:auto;
}

#ItemTemplateCSS
{
    width:100%; 
    margin-left:auto; 
    margin-right:auto; 
    text-align:left;
}

#countyOfficeTable
{
    border-style:solid;
    border-width:2px;
    border-color:Black;
    width:95%; 
    text-align:center; 
    margin-left:auto; 
    margin-right:auto;
}
