﻿body
{
    text-align: left;    
}

a
{
    color: #48312B;
    text-decoration: underline;
}

h4
{
    font-weight: bold;
    font-size: 14px;   
}

.lblMsg
{
    font-size: small;
    font-weight:bold;
    color: red;
    padding-top: 5px;
}

#header 
{
    
    padding: 0px;
    margin: 0px;
    left: 0px;    
    height: 45px;    
    font-family: Verdana;
    font-size: x-large;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #003366;
    text-align: center;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:100%;
 /*width: 100%;*/
 height: 100%;
 margin:auto; 
 }
 
 #bodyblock {
 position:relative;
 color: #333333;
 /*width:750px;*/
 width: 100%;
 padding:0;
 height: 100%;
 
 }
 
  
 #leftmenu
{
    float: left;    
    top: 62px;
    left: 0;
    width: 150px;        
    color: #48312B;
    /*height: 600px;*/
    height: 100%;
    background-color: #003366;
    
}

 #leftmenuads
{
    float: left;    
    top: 0;
    left: 0;
    width: 152px;        
    color: #48312B;
    height: 75%;
    background-color: #DCDCDC;
    color: Gray;
    font-family: Arial;
    font-size: 12px;
    
}

#rightmenu
{
    float: right;  
    height: 600px;  
    top: 62px;
    right: 0;    
    width: 120px;        
    color: #48312B;
    z-index: 2;
    background-color: #FFFFFF;
}

#content
{    
    top: 62px;
    color: Black;
    font-family: Arial;
    
    font-size: smaller;
    z-index: 5;
    margin-left: 152px;
    margin-right: 100px;
}

#footer
{    
    width: 100%;
    height: 30px;    
    text-align: center;             
    color: #F5F5F5;
    background-color: #003366;   
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    clear: both;
    margin: 1 1 1 1;
    
}
 
.StaticMenuItem
{
    color: #F5F5F5;   
    background-color: #003366;
    font-weight: bold;
    font-size: small;
    font-family: Verdana;    
    border-bottom: solid 1px #F5F5F5;    
    padding: 1px;
    width: 150px;    
}

.DynamicMenuItem
{
    color: #F5F5F5;   
    background-color: #003366;
    font-weight: bold;
    font-size: small;
    font-family: Verdana;   
    padding: 1px;
    width: 150px;
}

.MenuHover
{
    background-color: #B0C4DE;    
    font-size: 14px;    
}

