/*  W3C CSS Validator checked
    last edited 08/29/2005 22:00am 
    last checked 08/31/2005 10:15 AM*/
    
    
    
.breakPageB4 {page-break-before: always} 
.breakPage8R {page-break-after: always}

p.breakPage8R {page-break-after: always}
h3.breakpageb4 {page-break-before: always} 
body {
   position:static;
   background:white;
   background-image:none;
   font-size: 12pt;
   }
#menucolumn {
   display: none;
   }
div#sideBarGraphic { display:none}



/*-------------- banner ----------------------*/

div#logoheader {

    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
  
  }


div.logoHeader {
    display: none;
    position:static;
    clear:both;
  }

div.logoHeaderText {
    position:static;    
   color: black;
   font-size: 14pt;
   
}


/*----------------  banner  End -------------------------*/
 
/*---------------  Content End -----------------------*/   

div#contentcolumn {
   position:static;
   width: auto;
   border: none;
   float: none !important;
   color: black;
}

div.contentBox-title {
position:static;
background-image :none;
background-color : transparent;
border: none;
   width: auto;
   float: none !important;
   color: black;

}

div.content {
   position:static;
   background-image :none;
   background-color : transparent;
   border: none;
   float: none !important;
}

div.contentBox {
   position:static;
   background-image :none;
   background-color : transparent;
   border: none;
   float: none !important;

}
   
div#content {
   position:static;
   float: none !important;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/*---------------  Content End -----------------------*/   
/*---------------  Footer -----------------------*/  
div#footer {
   position:static;
   left: 15px;
   width: auto;
   border: none;
   float: none !important;
   color: black;
}

div.footerText, div.footerBox {
   position:static; 
   left: 15px;
   width: auto;
   border: none;
   float: none !important; 
   color: black;
}

div.footerBox {
position:static; 
}

/*---------------  Footer End -----------------------*/
/*---------------  Boxes -----------------------*/
div.box-title table {
    position:static;
    width: 100%;
    padding: 5px 10px 5px 0.5em;
  }
  
div.box {

     position:static;
    background-color: white;
    margin: 4px;
    border: none;
 

  }


div.box-title {

     position:static;
    background-image : none;
    color : black;
    font-size : 12px;
    font-weight : bold;
    text-align : left;
  }


div.box-data {
   position:static;
    background-color: white;
    color: #000000;
    padding: 5px;
    font-size: 10px;
    padding: 5px 10px 5px 0.5em;
  }
  
 /*---------------  Boxes End -----------------------*/ 
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

.inline-button {
   display: none;
   }
/*----------- floats --------------*/

.floatleft {
    float: none;
    width: 300px;
    background-color: #fff;
    padding: 10px;
    padding-right:15px;
    margin-right:20px;
    border-top: 1px solid #999;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    border-left: 1px solid #999;
  }


div.floatleft img {
    border-top: 2px solid #555;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 2px solid #555;
 
  }
  
p.floatleft {
    font-size: 12px;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left:20px;
   margin-right:20px;
    padding-left: 10px;
    padding-right:10px;
  }



.floatright {
    background-color : #fff;
    float : none;
    margin-bottom : 10px;
    margin-left : 10px;
    margin-right : 10px;
    margin-top : 0;
    padding-bottom : 10px;
    padding-left : 15px;
    padding-right : 10px;
    padding-top : 10px;
 
    width : 250px;
  }

p.floatright {
    font-size:12px;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-left: 15px;
    padding-right:15px;
  }
  
/*----------- floats buttons --------------*/