/*
********************************************
    TYPOGRAPHY & COLOR RULES
********************************************
*/

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #000;
  }

p, ul, li, h1, h2, h3 {
  /*
  This rule is set up to formalize the inheritance across selectors.
  */
  font-family: verdana, sans-serif;
  color: #000;
  }

#Header h1 {
  color: #070;
  font-size: 3em;
  text-decoration: none;
  }

#Header p {
  font-size: 0.8em;
  line-height: 0.8em;
  }

#Header a {
  text-decoration: none;
  }


#Menu p {
  color: #000;
  font-size: 0.9em;
  line-height: 1em;
  }
  
#Menu a {
  color: #080;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: bold;
  }

#Menu a:hover {
  text-decoration: underline;
  }


#MiddleColumn p {
  color: #000;
  }

#MiddleColumn a {
  color: #000;
  text-decoration: underline #000;
}

#MiddleColumn a:hover {
  color: #888;
  text-decoration: underline dotted #888;
  }

#MiddleColumn a:visited {
  color: #888;
  text-decoration: underline #222;
  }

#Bulletin p {
  font-size: 0.9em;
  line-height: 1.1em;
  color: #00f;
  }


#Footer p {
  color: #000;
  }

/*
********************************************
    LAYOUT & PAGE PRESENTATION
********************************************
*/

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffe;
  }

div.imgholder { }

div.imgholder img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #333;
  padding: 2px;
  }

div.announcement {
  color: #002;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  }
  

#Header {
  margin: 5px;
  padding: 0px;
  border: 2px solid #0a0;
  height: 140px;
  background-image: url(http://www.baileysacademy.com/images/sitethemes/logo.jpg);
  background-repeat: no-repeat;
  background-position: 20px 0px;
  }

#Menu {
  float: left;
  /*position: relative;*/
  /*top: 155px;*/
  left: 0px;
  margin: 1px;
  padding: 1px;
  border: 2px solid #0a0;
  width: 22%;
  }   

#MiddleColumn {
  float: left;
position: relative;
  margin: 0px;
  padding: 10px;
  width: 57%

  }

#Bulletin {
  position: absolute;
  top: 155px;
  right: 0px;
  margin: 1px;
  padding: 5px;
  border: 1px dotted #222;
  width: 15%;
  }
