
/* elements dealing with element overwrites */

body {
    background: #fff url('./images/tile.jpg') repeat;
    margin: 0px;
}
        
a {
    color: #375281;
    text-decoration: none;
} 
     
a:hover {
    color: #3300D1;
    text-decoration: underline;
}

ul li  {
    margin-bottom: 5px;
    list-style : none url(./images/li.gif);
    font-family: times;
    font-size: 16px;
    font-weight: BOLD;
}


LI a{
    color: #fff;
}

LI a:hover{
    color:#3300D1;
    text-decoration: none;
}

p {
    font-family: times;
    text-indent: 20px;
    text-align: justify;
    font-size: 14px;
}

#maincontent {
    padding: 0px 10px 0px 20px;
}
        
#mainBody {
    margin-top: 45px;
    width: 724px;
    padding: 10px;
    border: 1px solid #375281;
    background-color: #FFFFFF;
}


        
#nav {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 0px 20px 0px 20px;
    background: #fff url('./images/nav.jpg') no-repeat;
}
     
#nav a {
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    text-decoration: none;
}

#nav a:hover {
    color:#3300D1;
    text-decoration: underline;
}

#footer td {
    border-top: 1px solid #375281;
    font-family: sans-serif;
    font-size: 10px;
    color: #375281;
}

#footer td a {
    color:#375281;
}


#bodysect {
    background: #fff url('./images/side.jpg') no-repeat;
}

#bodysect td {
    padding-top: 10px;
}

#bodysect td h1 {
    font-size: 22px;
    line-height: 18px;
    color: #375281;
    border-bottom: 1px solid #375281;
}

H4 A{
    text-align: right;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 20px;
}

        
#address td {
    color: #000000;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    
}