body{
background-color: white;
font-size: small;
font-family: Verdana,Arial,Helvetica,sans-serif;

line-height: 1.4em;

}

#Container{

           margin: 0 auto;
           width:  800px;

}

p{
background-color: white;
font-size= 90%;
text-indent: 1.5em;
}

h1{
background-color: white;
color: gray;
border-bottom: 1px gray ridge;
font-size= 50%;

}

h4{
   color: white;
   background-color: #b83636;

}


#BogusEmails {
      background-color: ;
      width: 40%;
      padding: 0px;
      margin: 10px;
      background-image: url(graphics/red_exclamation_button.gif);
      background-position: top left;
      background-repeat: no-repeat;

}
#BogusEmails h4{
             background-color: white;
             color: red;
             border-top: 1px solid red;
             border-bottom: 1px solid red;
             margin-left: 60px;}

#Logos {
       float: right;
}

#Menu{
      text-align: center;
      padding 15px;
      border-bottom: 1px gray ridge;
      border-top: 1px gray ridge;
}

#header{
        width: 400px;
        border-bottom-width: 1px;
        text-align: center;
        font-size: 80%;
        font-weight: bold;
}

.LeftColumn{
         width: 40%;
         padding: 10px;
         margin: 10px;

}



.RightColumn{
         float: right;
         width: 50%;
         line-height: 1.4em;
         padding: 10px;
         margin: 10px;


}

#DASP h4{
        text-align: center;

      }
      
#DASP p{

        padding-left: 17%;
        padding-right: 17%;
        text-indent: 3em;

}


#Footer{
        text-align: center;
}

