/* CSS Document */

.flash{  
  font-family: Arial, Helvetica, sans-serif; 
  font-style: normal ; 
  line-height: normal ; 
  color: #000000
}


body{ 
  padding : 0 ;
  margin : 0 ;
  background color : #FFFFFF 
}

#breadcrumbs1{
  position : absolute ;
  top : 10px ;
  left : 10px ;
  font-size: 75% ;  
}

#flashnav{
    position : absolute ;
    top : 28px ;
    left : 110px ;
    font-size: 75% ;
}

#logo{
  position : absolute ;
  top : 10px ;
  right : 10px ;
  align : right ; /* for NN4, still probs after resizing text in NN4 */
  align-text : right ;
}

#title{	
  position : absolute ;
  top : 55px ;
  left : 20px ;
  //font-size : 150% ;
  //font-weight : bold ;
  color : #0000CC ;
}

#content{
  position : absolute ;
  top : 100px ;
  left : 20px ; 
  right : 2% ;
}
  

#footer table{
    font-size : 70% ;
}


hr{
  width : 98% ;
}

table{
  margin-left : 0px ;
  padding-left : 0px ;
}

  
  
  




  
