/* Layout Stylesheet */
html,body{
 margin: 10px 10px 0 10px;
 padding:0;
 background:#FFF;
 color: #333;
 font: 9pt/12pt Comic Sans MS;
 /*font: 9pt/12pt Arial;*/
 
    

 }
 #leftmenu,#rightmenu{
 background-color:#DDD;
 }
 
 #leftmenu .infoBox,#rightmenu .infoBox{
margin-bottom:22px;
}

 
 #MainTable{
 border-left:4px solid #0092CC;
  border-right:4px solid #0092CC;
 }
 

#hdr{
 height:161px;
 width:100%;
 color: #333333;
 margin:0;
}



#ftr {
 width:100%;
 height:35px;
 color: #333333;
 

 }
#FooterStretch{
 background-color:#DDD;
 border-bottom:4px solid #0092CC;
 text-align:center;
 font-size:12px;
}


h4, h3 {
 margin:0;
 padding: 5px 0;
 }
 
#navarea{
   border-top:4px solid #0092CC;
   border-bottom:4px solid #0092CC;
 border-right:4px solid #0092CC;
 border-left:4px solid #0092CC;
 height:23px;/*needed to get ie to show border correctly as div has no content*/
              
   }

#repeater{
 width:70%;
 background:url('images/custom/repeater.jpg');
 }

 #breadcrumbs {
   
     background-color:#FFFFFF;
     
     
     color:#000;
     margin-left:2px;
     
 }
 #breadcrumbs a{
     color:#000;
     text-decoration:underline;

}
/*cell*/
#right{
   color:red;
   width:575px;
   background-color:#A50021;
   height:23px;
   color:white;
   padding-left:4px;
}
#right A{
   color:white;
   font-size:14px;
   font-weight:bold;
}


   

#prop{
 width:1px;
 float:right;
 height:35em;
}

#clear{
 clear:both;
 height:1px;
 overflow:hidden;
}
