body {
  background-color: #336;
  font-family: arial, sans-serif;
  
}

a:hover {
  color: red;
}

.outerBox {
  width: 90%;
  min-width: 800px;
  /* IE Dynamic Expression to set the width */
  width:expression(document.body.clientWidth < 800 ? "800px" : "90%" );
  
  border: solid black 1px;
  padding-bottom: 10px;
  background-color: white;
}

.titleBox {
  background-image: url(images/logo_bg1.jpg); 
  background-repeat: repeat-x;


  border-bottom: solid black 3px;

  text-align: left;

}  
.titleBox img {
  display: block;
}


.leftNavCell {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.leftNavBlock {
  width: 125px;
  border-right: solid #444 1px;
  border-bottom: solid #444 1px;

  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  
  text-align: left;

}
.leftNavBlock ul {  
  list-style: none;
  padding: 0;
  margin: 0;

}
.leftNavBlock li {  
  margin: 0 0 10px 0;
}

.leftNavLink {
  border-top: solid #bbb 1px;
  border-left: solid #bbb 1px;
  padding-left: 4px;

  background-color: #fcfcfc;

  font-size: large;
  font-weight: bold;
  color: #33b;
  text-decoration: none;
}
.leftNavLink:hover {
  border-top: solid red 1px;
  border-left: solid red 1px;
  color: red;
}


.commercialBlock {
  padding-top: 40px;

  text-align: center;
  font-weight: bold;
  font-size: small;
}




.pageTitle {
  padding-bottom: 10px;
  
  font-weight: bold;
  font-size: x-large;
  
  text-align: center;
}

.siteContent {
  padding: 10px;
  text-align: left;

}
.siteContent li {
  padding-bottom: 10px;
}


.bulletLabel {
  font-weight: bold;
}

.motto {
  padding-top: 20px;
  padding-bottom: 20px;

  text-align: center;
  
  font-size: x-large;
  font-weight: bold;
  font-style: italic;

  color: #f7c400;
  
}

.bottomTag {
  border-top: solid #ddd 1px;
  padding-top: 10px;
}
.bottomLabel {
  font-weight: bold;
}

.footerBlock {
  font-size: small;
  color: #eee;
}
.footerBlock a {
  color: yellow;
}
.footerBlock a:hover {
  color: red;
}