body {
 background-color: #EFEFEF;
 background-image: url(/images/bg.gif);
 color: #000000;
 margin: 20px 0px 0px 0px;
 padding: 0px;
}

#primaryBox { 
  text-align: center;
  width: 99%;
 }

.inBoundary {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  height: 600px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
 }

#imageBox {
  background-image: url(images/mountains_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
 }

.headerBox {
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  height: 100px;
  margin: 0px 0px 0px 0px;
 }

#upperLinkBox {
  height: 25px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
 }

.menuLink {
  display: inline;
  font-family: Arial;
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
  text-align: center;
 }
.menuLink:link, .menuLink:visited {
  color: #0000FF;
  text-decoration: underline;
 }
.menuLink:active {
  color: #000000;
  text-decoration: none;
 }
.menuLink:hover {
  color: #FF0000;
  text-decoration: none;
 }

.contentBox {
  float: left;
  margin: 0px 0px 0px 0px;
  overflow: auto;
  height: 450px;
  width: 800px;
 }

.content {
  font-family: Arial;
  font-size: 0.8em;
  padding: 25px 25px 25px 25px;
  text-align: justify;
 }
.content span { font-weight: bold; }

#lowerLinkBox {
  clear: both;
  height: 25px;
  margin: 0px 0px 0px 0px;
  text-align: center;
 }

.horizonRule {
  border-top: 1px solid #686868;
  display: block;
  margin-left: 15px;
  padding: 5px 0px 0px 0px;
  width: 700px;
 }

.auxLink {
  font-family: Arial;
  font-size: 0.9em;
  padding: 0px 0px 0px 0px;
 }
.auxLink:link, .auxLink:visited {
  color: #0000FF;
  text-decoration: underline;
 }
.auxLink:active {
  color: #000000;
  text-decoration: none;
 }
.auxLink:hover {
  color: #FF0000;
  text-decoration: none;
 }

#pageTitle {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
 }

#misc p {
  text-align: center;
 }

#boardExec p {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 0.9em;
  text-align: center;
 }
#boardExec span {
  font-size: 0.8em;
  font-weight: normal;
 }

#boardLeft {
  float: left;
  width: 50%;
}
#boardLeft p { text-align: center; }
#boardRight p { text-align: center; }

.linkLink {
  display: block;
  font-family: Arial;
  font-size: 0.9em;
  line-height: 2.4em;
  padding: 0px 0px 0px 0px;
  width: 250px;
 }
.linkLink:link, .linkLink:visited {
  color: #0000FF;
  text-decoration: underline;
 }
.linkLink:active {
  color: #000000;
  text-decoration: none;
 }
.linkLink:hover {
  color: #FF0000;
  text-decoration: none;
 }

.txtFmt {
  font-family: Arial;
  font-size: 10pt;
 }

.awardTitle {
  font-family: Arial;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: underline;
 }
li.award {
  line-height: 1.6em;
  text-align: left;
 }

.awardYear {
  font-family: Arial;
  font-size: 1.3em;
  font-weight: bold;
 }

#awardsLeft {
  float: left;
  width: 48%;
 }
#awardsRight {
  float: right;
  width: 48%;
 }