body
   {
    font-family: verdana, geneva, sans-serif;
    font-size: 12px;
    color: #000000;
	line-height: 100%;			
    height: 100%;
    background: #ffffff;
    }
div.fullscreen
    {
    display:block;
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0px;
    left:0px;
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
    }
div.header
    {
    border-bottom: 5px solid #b3aa19;
    background: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 0px 35px 0px 0px;      
    }
div.mdrow
	{
    position: relative;
    width:100%;        
    background: #0055a5;
    margin: 0px;
    padding: 0px;
    }
div.centcols
	{
    position: relative;
    width: 1000px;
    margin-left: -500px;
    left: 50%;
    /*border: 1px dashed #ffffcc;*/
    margin-bottom: 0px;
    padding: 0px;
	}
div.col1
    {
    float: left;
    width: 180px;
    background: #0055a5;
    margin: 0px;
    padding: 30px 0px 0px 50px;
    font-size: 13px;
    line-height: 16px;        
    }
div.col2
    {
    float: left;
    width: 540px;
    height: 466px;
    background: #ffffff;
    margin: 0px;
    padding: 0px;    
    }
div.col3
    {
    float: left;
    font-size: 12px;    
    color: #ffffff;
    width: 215px;
    background: #0055a5;
    margin: 0px;
    padding: 13px 0px 0px 15px;
    line-height: 16px;  
    }            
div.footer
    {
    border-top: 5px solid #b3aa19;
    background: #ffffff;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 0px 0px;
    color: #0055a5;
    font-size: 11px;    
    line-height: 16px;        
    }

