﻿.break 
{
   clear:both;
} 

       body
       {
	      margin:0;
	      font-family: Arial, Helvetica, sans-serif;
       }

       .banner
	   {
	      margin:0px;
	      width:100%;
	      height: 150px;
	      background-color:black;
	      color:white; 
	   }
	   
	   .banner h1
	   {
	      text-align:center;
	      padding-top:30px;
       }
    
       .fixedwidth
       {
          width:1090px;
	      margin:0 auto;
       }
	   
	   .topleft
       {
          width: 150px;
          height:150px;
          background-color:navy;
          float:left;
       }
       
       .topleft ul
       {
          margin:0px;
          margin-top:20px;
	      padding:0px;
	   }
       
       .topleft li
       {
          list-style:none;
          font-size:0.9em;
	      padding:5px 0px 5px 40px;
	   }
	   
	   .topleftitem
	   {
          text-decoration:none;
	      color:#CCCCCC;
	      font-weight:bold;

       }
       
       .topleftitem:hover
       {
	      color:white;
       }
            
       .topmenu
       {   
          margin-top:21px;    
   	      width:940px;
	      height:40px;
	      background-color:#CCCCCC;
	      float:left;
	   }
	   
	   .topmenu ul
       {
	      margin:0px;
	      padding:0px;
       }
       
       .topmenu li 
       {
          list-style:none;
          font-size:0.9em;
	      padding:13px 34px 11px 34px;
	      border-right:1px solid navy;
	      float:left;
 	   }
	   
	   .topmenuitem
	   {
	      text-decoration:none;
	      color:navy;
	      font-weight:bold;
       }
	   
	   .topmenuitem:hover
       {
	      color:#00CCFF
       }
        
	   .prime_img
	   {
	      float:left;
       }