 /* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

#top {
  position: relative;
  background-color:#4a75ff;
}

#content {
  
  width:90%;
  border:2px outset;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:20px;
  background-color: #cbd7ff;
  color: #000000;
}


body {
  margin: 0; /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  padding: 0;
  border: 0;
 
  background-image: url(../images/tile1.gif);
  background-repeat: repeat-x;
  background-color: #dce5ec;
  font-family: Helvetica, Arial, Verdana;
  font-size:100%;

}


#bodylayout {
  position: relative;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  
  
}

#mncontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;
  right: 0;
  top: 0;
  background-color:#ffffff;

}

#barcontainer {   /*Just for IE 5.5 */
  position: relative;
  left: 0;
  top: 0;
 }

#tablebodylayout{
  width: 100%;
  border: 0;
}

#lftTopBar {
  width: 15%;
  height: 1px;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftBar {
  width: 15%;
  height: 100%;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftcontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  left: 0;
  top: 0;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;
  font-size: small;

}

#rgtBar {
  width: 15%;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  vertical-align: top;
}

#rgtcontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;
  font-size: small;

}

#rgtTopBar {
  width: 15%;
  height: 1px;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}


.menu {
  background-image: url(../images/menu4.gif);
  background-repeat: repeat;
  position:relative;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  border: 0;
}

.menu ul {
  display: inline;
}

.menu ul li {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 10px;
  list-style: none;
  display: inline;
}

.vertAd {

  margin: 10px 2%;
  background: #FFFFFF;
  padding: 10px;
  

}

h1 { 
  color: blue; 
  font-weight: bold;
  font-style: italic;
  }
    
h2 {
  font-size: medium;
  font-style: italic;
  color: blue;
  }
    
em.decr {font-size: small;  } 

em.red {
  font-size: medium;
  font-style: italic;
  color: #FF0000;
}

em.blue {
  font-size: medium;
  font-style: italic;
  color: #0000FF;
}

em.green {
  font-size: medium;
  font-style: italic;
  color: #00FF00;
}

.creative {  /* I need a separate class for the actual content to get the proper padding for the content */
  left: 0;
  top: 0;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;

  font-size: small;
}

.quicklink {
  background: #f0f5f9;
  color: #000000;
  padding: 10px;
  width:50%;
  font-size: small;
}
