﻿.divHeader{
    border: solid 1px silver;
    width: 800px;    
    background-image:url(ThemeImages/bgHeader.jpg); background-repeat:repeat;
    height: 80px;
    text-align:left; 
}

.divTopLinks{
    border: solid 1px silver;
    width: 800px;    
    background-image:url(ThemeImages/bgLinks.jpg); background-repeat:repeat;
    height: 33px /*53px*/   ;
    text-align:center;
    vertical-align:middle;
    padding-top:20px;
}
.divTopLinks a{
    color:#FFFFFF;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    margin:0 24px 0 24px;
}
.divTopLinks a:hover{
    text-decoration:underline;
}
.divBody{
    border: solid 1px silver;
    width: 780px;         
    padding: 10px;   
    padding-bottom:20px;
    background-color:white;   
    text-align:left; 
    min-height: 500px; 
    
}
.divFooter{
    border: solid 1px silver;
    width: 790px;
    padding: 5px;
    text-align: center;
    background-color: #0061AA;
    color:white;
}
.divFooter a{
    color: white;
    margin: 0 10px 0 10px;
}
