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

h1,h3,h4,h5 { color: blue; font-weight: bold }

h2 {
  font-size: medium;
  font-style: italic;
  color: #FF0000;
}

img {
  overflow:hidden;
  max-width:100%;
}


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

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

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

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

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


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/tile01.jpg);
  background-repeat: repeat-x;
  background-color: #f0f0f0;
  color: #000000;
  font-family: Helvetica, Arial, Verdana;

}

#top {
  
  position: relative;
}

#top h2{
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}


.h1reduced {
  font-size: 0.75em;

}


.h1front {
  position:relative;
  z-index:2;
  left:25%;
  font-size: 3em;
  width:75%;
  font-style: italic;
  color: #e10221;

}

.h1shadow {
  position:absolute;
  left:25.5%;
  top:.5%;
  z-index:1;
  margin:0px;
  font-size: 3em;
  width: 74.5%;
  font-style: italic;
  color: #000000;


}

#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;
}


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

#mainBar {

  background: #FFFFFF;
  color: #000000;
  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;
  width: 65%;
  vertical-align: top;
}

#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;

}

#barcontainer {   /*Just for IE 5.5 */
  position: relative;
  left: 0;
  top: 0;
 }
#rgtBar {
  width: 20%;
  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;

}

#rgtTopBar {
  width: 20%;
  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;
}

#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;

}

#footer {

}

.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;
}

#articleHead {
  padding: 10px;
  border: 0;
  text-align: center;
  margin: 0;
}

#articleHead h1{
  font-size: x-large;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#articleResource {
  padding: 10px;
  border: 2px ridge #FF0000;
  margin: 0;
  color: #FF3333;
  position: relative;
}

#bookcontent {  /* 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;
}

#bookcontent img {
  float: left;
  margin: 10px;
  padding: 10px;
}

#bookHead {
  padding: 10px;
  border: 0;
  text-align: center;
  margin: 0;
}

#bookHead h1{
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#bookHead h2{
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#bookHead h3{
  font-size: 1.2 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

.photo{
  float: left;
  padding: 10px;
  margin: 0 10px;

}

.horzAd {
  margin: 10px 0;
  background: #FFFFFF;
  padding: 10px;
  border: 2px ridge #F2F2F2;
  position: relative;

}

.horzAd h2{
  text-align: center;
  font-style: italic;
  font-size: 1.5em;
}

.horzAd img {
   position: relative;
  float: left;
  padding: 10px;
  margin: 0 10px;

}

.ffhorzAd {
  margin: 10px;
  padding: 0 0 0 10px;
  background: 00ff00;
  border: 2px ridge #F2F2F2;
  position: relative;

}


.ffhorzAd select {
  clear: right;
  float: right;
  font-size:.9em;
}

.ff_formbox {

  text-align: left;
  border: 2px groove #0000FF;
  color: #000000;
  padding: 5px;
  margin: 0;
  font: bold .8em/1.5em arial sans-serif;

}

.vertAd {

  margin: 10px 2%;
  background: #FFFFFF;
  padding: 10px;
  border: 3px ridge #F2F2F2;

}

.vertAd h3 {
  text-align: center;
  font-size: large;

}

.heading {
  position: relative;
  font-size: xx-large;
  font-style: italic;
  color: #e10221;
}

.center {text-align: center}


.group {
  background: #f0f5f9;
  color: #000000;
  padding: 10px;
}

.group2 {
  background: #fdfafd;
  color: #000000;
  padding: 10px;
}

.box {
  border: 4px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  font: bold .8em/1.5em arial sans-serif;

}

.discussion{
  border:2px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 0;
  margin: 0;
}

.discgroup {
  background: #edeaea;
  color: #000000;
  padding: 10px;
  height:100%;
}

.formbox {

  text-align: left;
  border: 4px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  width: 450px;
  font: bold .8em/1.5em arial sans-serif;

}

.newform {

  text-align: left;
  border: 0;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  width: 450px;
  font: bold .8em/1.5em arial sans-serif;;
}

.articlelist{
  background: #F2F2F2;
  padding: 10px;
}

.articlelist ul {

  list-style-type: none;
}

.articlelist h3 {
  color: red;
  font-weight: bold;
}

.bookorder{
  margin-left: 25%;
  margin-right: 25%;
  font: large italic bold;
}
.button {
border: 3px outset #000000;
color: #000000;
padding: 3px;
background: #136CF9;
}

.logo {
  margin: 0;
  border: 0;
  padding: 10px;
}

.tm {
  vertical-align: super;
  font-variant: small-caps;
  font-size: .5em;
  font-weight: bold;
}

.forground {
  position: relative;
  z-index:2;
}

.shadow {
  position: relative;
  z-index: 1;
  margin: 0px;
  top: -11px;
  left: 13px;
  color: #000000;
}

.yelhi {
  background-color:yellow;
}

.bluehi {
  background-color:blue;
  color:white;
}

.greyhi {
  background-color:#c8c6c6;
  color:black;
}

