#banner {
  background: #9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #282;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
  background: #141;
}

#main {
  background: white;
  color: black;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
}

#mainbody {
  margin-left: 7em;
  padding-top: 1ex;
  padding-left: 2em;
  background: white;
  color: black;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 120%;
}

#subtitle {
  background: #141;
  border-color: #282;
  border-left: 10px solid #282;
  border-bottom: 3px solid #282;
  border-right: 2px solid #282;
  padding-top: 10px;
  padding-left: 1em;
  padding-bottom: 10px;
  font: small-caps 36px/36px "Times New Roman", serif;
  color: #ada;
  text-align: center;
}

#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
    border-right: 2px solid #282;
  width: 7em;
  background: #141;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 110%;
}

#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}

a {
  text-decoration: underline;
  color: #146778;
  font: bigger sans-serif;
}

a:visited { 
  color:rgb(88,107,139); 
}

a:active { 
  color:rgb(0,124,196); 
}


a.addtocart {
  padding-left: 1em;
  padding-right: 1em;
  color: #141;
  background: #cec;
  font-weight: bold;
}

a.addtocart:hover {
  color: #000;
  background: #eec;
}

#side a {
  text-decoration: none;
  color: #ada;
  font: bold sans-serif;
}

#side a:hover {
  color: #fff;
}

/**** styles for the catalog ***/

/* === Use the Holly Hack on .catalogentry === */

/* Hide from IE-mac \*/
* html .catalogentry { height: 1%; }
/* End hide from IE-mac */

.catalogentry {
  padding: 1ex 0ex;
}

.catalogentry img {
  float: left;
  margin-right: 2em;
}

.catalogentry h3 {
  font: bigger bold;
  color: #282;
  margin-top: 0ex;
  margin-bottom: 0.5ex;
}

.catalogentry p {
  font: smaller sans-serif;
  margin-bottom: .5ex;
}

.catalogprice {
  padding-right: 4em;
}

/* Shoppng cart screen */

.carttitle {
  background: #282;
  color: #dfd;
  font: bold smaller sans-serif;
  text-align: center;
}

.carttitle TD {
  padding-top: 0px;
  padding-bottom: 0px;
}

#cartmenu {
  float: right;
  border-left: 1px dotted #282;
}

#totalcell {
  font-weight: bold;
  border-top: 1px solid #282;
  border-bottom: 2px solid #282;
}

.separator {
  border-bottom: 1px dotted #282;
  clear: both;
}

.ListLine0 {
        background: #e0f8f8;
}

.ListLine1 {
        background: #f8e0f8;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#registerform {
  color: #fff;
  background-color: #114411;
}

#memberform {
  color: #fff;
  background-color: #114411;
}

#jobsubmitform {
  color: #fff;
  background-color: #114411;
}

#nominateform {
  color: #fff;
  background-color: #114411;
}
