/*
MedStar Style Sheet
*/



* {
  margin:0;
  padding:0;
  }


/* =============selectors========== */
body {
   font-family: arial, sans-serif;
   background-color: #ffffff; 
   margin: 0;
  }

a {
  color: #0000ff;
  }
a:visited {
  color: #660000;
  }
 
a:hover {
   color: #ff0033;
   }


li {
   font-size: small;
   list-style: none;
   }


/* ==========ids ======== */

#logo {
   position: relative;
   top: 10px;
   width: 850px;
   height: 198px;
   padding: 2em;
   border: none;
   }

#rightlogo {
   position: relative;
   top: 0px;
   right: -48px;
   }

#leftlogo {
   position: relative;
   top: -25px;
   left: 5px;
   border: none;
    }

.bg {
   background-image: url(headerbarbg.gif);
   background-repeat: repeat-x;
   background-color: #88888;
   }

   


#bodycontent {
   margin: 2em;
   padding: .5em 10px;
   width: 850px;
   background-color: #fff;
   border: none;
   }



#enter {
     text-align: center;    
     margin: 2em 4px 0 0;
     padding-right: 20px;
     }


  

   #bodycontent h1{
     padding: .5em 0 1em 0;
     text-align: center;
     font-weight: bold;
     font-size: 1.5em;
     }

   #bodycontent h2 {
     padding: .5em 0 .25em 0;
     font-weight: bold;
     font-size: 1.25em;
     }


   #bodycontent h3, h4, h5, h6 {
     padding-bottom: .25em;
     font-weight: normal;
     font-size: 1.25em;
     }

   #bodycontent p {
     padding: 0 0 1.5em 0;
     }





