a:link {
  color: #000099; text-decoration:none;
}

a:visited {
  color: #000099;text-decoration:none 
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #000099;text-decoration:none 
}

body {
  background-color: #FFCF73;
  font-family: Arial, "Times New Roman", Times, sans-serif;
  padding: 5px 5px 5px 5px;
}

p {
  text-align: justify;
  margin: 0px 0px 0px 0px;
}

p.noheight {
  line-height: 1.12em;
}

ul {
  text-align: justify;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

/******** Header *******/
div#header {
  background-color: #FFB629;
  border: 1px solid #000099;
  padding: 5px 10px 10px 0px;
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  width: auto;
  margin: 0px 0px 8px 0px;
}

/* Note: Temporary Message for Ad Banner Area (remove if using banner image) */
div#header span {
  border: 1px solid #000000;
  float: right;
  margin: 5px 0px 0px 10px;
  width: 468px;
  height: 260px;
  text-align: center;
}

/* Note: Optional Ad Banner Area (remove if not using banner image at all) */
div#header img {
  margin: 5px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

div#header h1 {
  color: #000099;
  padding: 10px 10px 10px 10px;
  cursor: default;
  font-size: 40px;
  margin: 0px 0px 0px 10px;
  width: 340px;
}

div#header h2 {
  color: #414141;
  cursor: default;
  font-size: 13px;
  margin: 5px 0px 0px 10px;
  width: 340px;
}

/******** Side Bar *******/
div#sidebar {
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  float: left;
  width: 160px;
}

div#sidebar img {
  border: none;
}

/******** Nav Menu *******/
div#nmenu {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

div#nmenu span {
  background-color: #000099;
  border: 1px solid #000000;
  color: #FFB629;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

div#nmenu a {
  background-color: #FFB629;
  border: 1px solid #000099;
  display: block;
  padding: 3px 10px 3px 10px;
  width: 100%;
}

div#nmenu a:hover {
  background-color: #000099;
  border-color: #000000;
  color: #FFB629;
}

/******** Misc Info *******/
div#miscinfo {
  background-color: #FFB629;
  border: 1px solid #000099;
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  margin-top: 8px;
  width: 100%;
}

/******** Content *******/
div.title {
  background-color: #FFB629;
  border-top: 1px solid #000099;
  border-right: 1px solid #000099;
  border-left: 1px solid #000099;
  color: #000099;
  font-family: Verdana, "Times New Roman", Times, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 3px 10px 3px 10px;
  margin: 10px 0px 0px 190px;
}

div.content {
  background-color: #FFB629;
  border: 1px solid #000099;
  padding: 6px 10px 26px 10px;
  margin-left: 187px;
  height: 100%;
}

