body
    {
        background: #0171C7 url(../images/back2.png) repeat-x; 
        font-family: Arial, helvetica, Sans-Serif;
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
        margin-left: 0px;
    }
    
h1
    {
    color:#015496;
    font-family:Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight:bold;
    line-height:22px;
    margin-top:0;
    margin-bottom: 8px;
    padding-top:0;        
    }
    
h2
    {
    color:#005596;
    font-size:16px;
    font-weight:bold;  
    line-height: 18px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; 
    margin-bottom: 0;     
    } 
    
h3
    {
    color: #005596;  
    font-size: 12px;
    font-style: italic;   
    }

p
    {
    margin-top: 12px;
    margin-bottom: 12px;
    }          

/* Change width to 702 when finished */ 
#logo_strip
    {
        background: url(../images/logo_strip.png) repeat-x;
        width: 649px;
        height: 31px;
        margin-top: 19px;   
        float: left;
    }

#logo_strip_left
    {
        background: url(../images/logo_strip.png) repeat-x;
        width: 10px;
        height: 31px;
        margin-top: 100px;   
        float: left;
    }
    
#logo_grad_strip
    {
        background: url(../images/logo_grad_strip.png) no-repeat;
        width: 400px;
        height: 31px;
        float: right;           
    }    

/* Change width to 950 when finished */    
#container
    {
        background-color: #FFFFFF;
        width: 897px;
        /*width: 950px;*/
        margin: 0px auto;
        padding: 0px;
    }
    
#top_corner
    {
        background: #FFFFFF url(../images/top_corner.png) no-repeat;
        width: 19px;
        height: 21px;
        float: right;
    }
    
#top_logo
    {
        background: #FFFFFF url(../images/top_logo2.png) no-repeat;
        width: 238px;
        height: 115px;
        margin-left: 0px;
        margin-top: 16px;
        float: left;
        z-index: 2;
    }
#top_phone
    {
        font-size: 20px;
        font-weight: bolder;
        color: #005596;
        background-color: #FFFFFF;
        margin-top: 35px;
        float: right;
    }

/* Change width to 940 when finished */     
#top_menu
    {
        clear: left;
        margin-left: 10px;
        height: 45px;
        width: 887px;
        background: #FFFFFF url(../images/top_menu.png) repeat-x;
    }

#top_menu ul
	{
		list-style-type: none;
		list-style-position: outside;
		list-style-image: none;
		line-height: normal;
		cursor: pointer;
	}
#top_menu li
	{
		display: inline;
		margin: 0;
		padding: 0;
	}
	
#top_menu a
	{
		display: block;
		float: left;
		font-size: 16px;
		color: #005596;
		font-weight: bold;
		text-decoration: none;
		padding-top: 12px;
		padding-right: 10px;
		padding-left: 10px;
	}

#top_menu a:hover
	{
		background: #FFFFFF url(../images/top_menu_over.png) repeat-x;
		display: block;
		float: left;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 10px;
		padding-left: 10px;
	}	
	
#side_menu
    {
        width: 163px;
        height: 287px;
        float: left;
        background: #FFFFFF url(../images/side_menu_back.jpg) repeat-x;
    }
    
#side_menu a
    {
    border-bottom:1px solid #FFFFFF;
    color:#333333;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    padding:8px 8px 8px 20px;
    text-decoration:none;
    line-height: 16px;     
    }
    
#side_menu a:hover
    {
    background:#00A4E3 none repeat scroll 0 0;
    color:#FFFFFF;    
    }    
    
#side_menu .active    
    {
    background:#00A4E3 none repeat scroll 0 0;
    color:#FFFFFF;    
    }  
    
.content
    {
     width: 690px;   
     float: left;
     padding: 20px;
    }
    
#content_wide
    {
     width: 825px;   
     float: left;
     padding: 20px;
    }    
    
.imgRight
    {
    margin-bottom:20px;
    margin-left:20px;        
    }    
    
.imgBorder 
    {
    border:1px solid #CCCCCC;
    padding:4px;
    float: left;
    clear: left;
    }    
    
#stripe
    {
     margin-left: 10px;
     clear: left;
     background: #CDCDCD none;
     height: 8px;  
    }        
    
a.imgBorder 
    {
    border:1px solid #CCCCCC;
    }
    
a:hover .imgBorder 
    {
    background:#DDEEF8 none repeat scroll 0 0;
    border:1px solid #AAAAAA;
    }
    
#icon_container
    {
    background-color: #FFFFFF;
    padding: 20px;   
    }    
    
.icon_col
    {
    width: 33%;    
    float: left;
    }   
    
.icon_label
    {
     float: left;
     padding-left: 8px;
     padding-right: 4px;
     color: #454545;
     font-size:11px;
     line-height:17px;
     width: 165px;    
    }
    
.icon_gap
    {
    clear: left;
    height: 8px;   
    }    