body {
  color: #222;
  background-color: #ffc;
}

H1, H2, H3, H4, H5, H6 {
  color:#000;
  margin: 0em 0em 0em 0.5em;
  padding: 0em;
  letter-spacing: 0.02em;
  font-family: "Times", serif;
}

.newSection {
  padding: 0.1em 0em 0em 0.1em;
  margin: 0.5em 1em 0.5em 0.5em;
  color: #006;
  border-bottom: 1px solid #a33;
}

.newPage {
  padding: 0.1em 0em 0em 0em;
  margin: 0.5em 0.8em 0.5em 0.3em;
  color: #006;
  font-size:30pt;
  text-decoration: underline;
  text-align: center;
}

.bigLink {
  font-size:18pt;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}

.divider {
  border-top: 5px solid #006;
  margin: 0em 1em 0em 0.2em
}
 
.reqField {
  color: #ff0000;
}

.orderLabel {
  width:160px;
}

.box {
  color: #000;
  background-color: #cc9;
  padding: 1%;
  #margin-top: 1em;
  #margin-bottom: 1em;
  border: solid 2px #003;
  width:400px;
}

.topMenu {
  color: #003;
  background-color: #cc9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 110%;
  border-bottom: 5px solid #fff;
  text-align: center;
  width: 20%;
}

.topMenuSelected {
  color: #003;
  background-color:#cc9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 110%;
  border-bottom: 5px solid #006;
  text-decoration: none;
  text-align: center;
  width: 20%;
}

.topMenu A:link {
  color:#009;
  text-decoration: none;
}

.topMenu A:visited {
  color:#009;
  text-decoration: none;
}

.topMenu A:active {
  color:#009;
  text-decoration: none;
}

.topMenu A:hover {
  color:#009;
  text-decoration: underline;
}

.topMenuSelected A:link {
  color:#009;
  text-decoration: none;
}

.topMenuSelected A:visited {
  color:#009;
  text-decoration: none;
}

.topMenuSelected A:active {
  color:#009;
  text-decoration: none;
}
 
.topMenuSelected A:hover {
  color:#009;
  text-decoration: none;
}


h5.tutorial{
   margin-left:0px;
   border-style:ridge;
   border-width:5;
   background-color:#996;
   }
p {
   text-align: left;
   margin:0px 30px 0.5em 40px;
}

a.sub1:link {color:#3333cc}
a.sub1:visited {color:#3333cc}
a.sub1:hover {color:red}

A:link {
  color:#33f;
  background: none;
  text-decoration: underline;
}
A:visited {
  color:#666;
  background: none;
}
A:active {
  color:#ccf;
  background: none;
}
A:hover {
  color:#f63;
  background: none; 
}


IMG {
  border: none;
}




/* Box-out classes and contextual selectors */
.navMenuCell {
  color: #009;
  background-color: #996;
  border-bottom: 5px solid #fff;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  width:25%;
}

.navMenuCellSelected {
  color: #009;
  background-color: #996;
  border-bottom: 5px solid #006;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  width:25%;
}

.navMenuCellSelected A:link {
  color: #009;
  text-decoration: none;
}

.navMenuCellSelected A:active {
  color: #009;
  text-decoration: none;
}

.navMenuCellSelected A:visited {
  color: #009;
  text-decoration: none;
}

.navMenuCellSelected A:hover {
  color: #009;
  text-decoration: none;
}

.navMenuCell A:link {
  color: #009;
  text-decoration: none;
}

.navMenuCell A:visited {
  color: #009;
  text-decoration:  none;
}

.navMenuCell A:hover {
  color: #009;
  text-decoration: underline;
}

