    body {
        background: #4F4C4C;            
        margin: 0;
        border: solid white 10px;
        border-bottom: none;
    }
    body, p, div, td {
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    
    h1 {
        font-family: Helvetica, Arial, sans-serif;
        font-weight: normal;
    }
    
    a { 
        color: white; text-decoration: none;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: normal;
    } 
    a:hover { text-decoration: underline; }

    a img { border: none }
    
    a.viewlink{ 
        padding-left:16px; padding-bottom: 3px;
        background:url(../img/selector-search.gif) 0 0 no-repeat;         
    }



    label { color: #000; }

    #head {
        background: #CAECFB url(/img/lightbluespacer.gif);
        border-bottom: white solid 10px;
        height: 81px;        
        vertical-align: bottom;        
    }

    #head #logo {
        float: right;
        display: inline;
        margin: 0;
        font-size: 30px;
        text-transform: uppercase;
    }

    #head #links {
        float: left;
        padding: 10px 20px;
    }
    
    #content {
        padding-top: 10px;
    }
    
    #head a {
        font-size: 15px;
        line-height: 20px;
        color: #008BDA;        
    }

    #head a:link {
        text-decoration: none;
        color: #008BDA;
    }
    #head a:visited {
        text-decoration: none;
        color: #008BDA;
    }
    #head a:hover {
        text-decoration: none;
        color: #37113A;
    }
    #head a:active {
        text-decoration: none;
        color: #008BDA;
    }
    
    .autoContainer {                        
        height: 300px;
        margin-bottom: 15px;
    }
    .autoContainer td { padding: 15px; }

    .imageContainer {
        margin: 10px 10px;
        padding-bottom: 10px;                
        padding-top: 0px;
        clear: both;
        width: 700px;
    }
    .imageContainer img { margin: 10px 10px; }
    .imageContainer p { 
        margin-left: 10px; 
        text-align:justify; width: 600px;
    }



