html, body {
        background-color: #0e0e70;
        margin: 0 auto;
        }
        
a:link, a:visited  {         
        color: white;
        font-size: 9pt;
        font-weight: bold;
        font-family: arial;
        line-height: 14pt;
}

a:hover  {         
        color: white;
        font-size: 9pt;
        font-weight: bold;
        font-family: arial;
        line-height: 14pt;
        text-decoration: underline;
}
        
#topwrapper {
        background-image:url('images/topareabgtile.jpg');
        background-repeat: repeat-x;      
        width: 100%;
        height: 299px;
        position: relative;
        margin: 0 auto; 
} 

#topwrapimage {       
        background-image:url('images/masthead.jpg');   
        background-repeat: no-repeat;     
        width: 863px;
        height: 299px;
        margin: 0 auto;
}

#contentholder {        
        width: 1024px;
        height: 327px;
        margin: 0 auto;
        border: none;
}

#footer {         
        width: 600px;
        height: 140px;
        margin: 0 auto;
        border: 1px black;
        text-align: center;
}

.footertext1 {         
        color: white;
        font-size: 9pt;
        font-weight: bold;
        font-family: arial;
        line-height: 14pt;
}

.footertext2 {         
        color: white;
        font-size: 8pt;
        font-family: arial;
}