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: 900px;
    margin-left: -450px;
    left: 50%;
    /*border: 1px dashed #ffffcc;*/
    margin-bottom: 0px;
    padding: 0px;
	}
div.col1
    {
    float: left;
    width: 155px;
    background: #0055a5;
    margin: 0px;
    padding: 30px 0px 0px;
    font-size: 13px;
    line-height: 16px;        
    }
div.col2
    {
    float: left;
    width: 520px;
    background: #ffffff;
    margin: 0px;
    padding: 30px 20px 20px;
    line-height: 18px;   
    }
div.col3
    {
    float: left;
    font-size: 10px;    
    width: 165px;
    background: #0055a5;
    margin: 0px;
    padding: 30px 0px 0px 20px;
    line-height: 16px;
	color: #ffffff;  
    }
div.col3 a
	{
	color: #ffffff;
	text-decoration: none;
	}
div.col3 a:hover
	{
	color: #000000;
	text-decoration: underline;
	}           
div.footer
    {
    border-top: 5px solid #b3aa19;
    background: #ffffff;
    text-align: center;
    margin: 0px 0px 15px;
    padding: 20px 35px 0px 0px;
    color: #0055a5;
    font-size: 11px;    
    line-height: 16px;        
    }
div.clrb
    {
    clear: left;
    margin: 0px;
    padding: 0px;        
    }
img
    {
    border: 0px;
    }    
div
	{
	margin: 0px 0px 15px 0px;
	}
div.hd
    {
    color: #0055a5;
    font-size: 14px;
    }
h5
	{
    font-size: 13px;
	display: inline;
	}    
.bld
	{
	font-weight: bold;
	}
.itl
	{
	font-style: italic;
	}
a, a:link, a:visited
    {
    color: #000000;
	outline: none;
    }
a:hover
    {
    color: #b3aa19;
    }
a.rd, a.rd:link, a.rd:visited
    {
    color: #d14f2e;
	text-decoration: none;
    }
a.rd:hover
    {
    color: #b3aa19;
    }    
/* nav */

.nav, a.nav:link, a.nav:visited
	{
	display: block;
	padding: 0px;
    margin: 0px 0px 25px;
	color: #ffffff;
	text-decoration: none;         
	}
.navov, a.navov:link, a.navov:visited
	{
	display: block;
	padding: 0px;
    margin: 0px 0px 25px;    
	color: #afb9e1;
	text-decoration: none;               		
	}
.navon, a.navon:link, a.navon:visited
	{
	display: block;
	padding: 0px;
    margin: 0px 0px 25px;    
	color: #afb9e1;
	text-decoration: none;               		
	}
/* lists */        
ul
    {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    }
li
    {
    background: url(../images/bullet.gif) no-repeat 0px 5px;
    padding-left: 14px;
    margin: 2px 0px;
    }
div.badge
    {
    color: #d14f2e;
    border: 1px solid #d14f2e;
    border-bottom: 5px solid #0055a5;
    width: 150px;
    text-align: center;
    padding: 5px;
    margin: 20px 0px 15px 170px;
    }    
