﻿body 
{ 
    font-family: 'Arial'; 
    font-size: medium;   
}
a
{
    color: #000000;
}
#container
{
    width: 825px;
    margin: auto;
    z-index: -1;
    background-color: White;
}
#header
{
    height: 145px;
    width: 825px;
    background-color: White;
}
#header .logoHead
{
    float: left;
}
#header ul
{
    list-style: none;
    padding: 15px 5px 0px 300px;
}
#header li
{
    font-size: 18px;
    margin: 10px 0;
}
#topnav
{
    border-top: solid 1px #C0C0C0;
    border-bottom: solid 1px #C0C0C0;
    height: 22px;
    position: relative;
}

#midarea
{
    padding: 0;
    width: 835px;
    position: relative;
    border-collapse: collapse;
}
#content
{
    margin-left: 250px;
    padding: 10px;
    min-height: 200px;
    border-left: solid 1px #C0C0C0;
    height: 100%;
}
#leftnav
{
    width: 250px;
    float: left;
    height: 100%;
    min-height: 250px;
    margin-top: 10px;
}
#navList
{
    margin-bottom: 25px; 
 
}
#callIcon
{
    height: 85px;   
}
#footer
{
    text-align: center;
    border-top: solid 1px #C0C0C0;
    border-bottom: solid 1px #C0C0C0;
}

