﻿body {
}

h1, h2, h3, h4, middle 
{
    text-align: center;
}

li 
{
    margin-bottom: 10px;
}

img 
{
    border: none;
    margin-top: 2px;
}

.links
{
    font-weight:bold;
    font-size:large;
    color: #5A3D1B;
}
a:link 
{
    color: #5A3D1B;
    font-weight:bold;
}

a:visited
{
    color: #5A3D1B;
    font-weight:bold;
}

.ajax__tab_header

{

    white-space: normal !important;

}

.tabClass .ajax__tab_tab
{
    display:block;
    color: #5A3D1B;
    background-color: #F5F5DC;
}
.tabClass .ajax__tab_body
{
    color: #5A3D1B;
    font-size:large;
    text-align:left;
    background-color: #F5F5DC;
    background:#F5F5DC;

}
.bullets
{
    text-align: left;
    width: 300px;
    padding-left: 20px;
    list-style-image: url(images/bullet.gif);
    line-height: 20px;
}

.center
{
    margin: 0 auto;
}

.padded
{
    padding: 20px;
}

.data
{ 
    padding: 0 20px;
    text-align: left;
}

.navybold 
{
    color: Navy;
    font-weight: bold;
}

.navybold a
{
    color: Navy;
    font-weight: bold;
}

.floatmid
{
    width: 200px;
    margin: 0 auto;
}

#nav 
{
    background: #F5F5DC;
    color: #5A3D1B;
    margin-right: 20px;
    line-height: 3em;
}

#nav ul 
{
    list-style-type: none;
    list-style-image: none;
}

#nav li 
{
    display: inline;
}    

#nav li a 
{
    text-decoration: none;
    padding: 10px;
    margin: 0px;
    border-bottom: solid 1px #5A3D1B;   
    border-top: solid 1px #5A3D1B;   
}

#nav li a:hover 
{
    color: #F5F5DC;
    background: #5A3D1B;
}

    
    