/* from here on is the styling for the inner pages */

/* the thin white border around the inner floating work area on all 
   inner pages of the site */
#outertable {
  border: thin solid white;
}

/* the text at the very top of the inner page area */
#headline {
  color: #fffdca;
}
#headline h1 {
  font: normal normal 17px/17px verdana,arial,helvetica,sans serif;
  margin: 0;
  padding: 0;
}
#headline span {
  font: bold italic 12px verdana,arial,helvetica,sans serif;
}

/* content area - from just below the top menu, to the end of the 
   darker background area. It covers the bottom menu and the
    "to top" link ... but is overridden by "bottomfeature" for the
    bottom area to the right of the "to top" link */
#content {
	font: normal normal 12px verdana,arial,helvetica,sans serif;
  color: #fffefa;
}
#content table {
	padding:0 10px 15px 0px;
}
#content h2 {
  font: normal normal 17px verdana,arial,helvetica,sans serif;
  color: #ffffcc;
}
h3 {
  font: 13px verdana,arial,helvetica,sans serif;
  color: #ffffcc;
  font-weight: bold;
}
.subheading {
  font: 13px verdana,arial,helvetica,sans serif;
  color: #ffffcc;
  font-weight: bold;
}

#content p.submenu {
	font: normal normal 12px verdana,arial,helvetica,sans serif;
  color: #ffffcc;
}
#content p {
	font: normal normal 12px verdana,arial,helvetica,sans serif;
  color: #fffefa;
}
#content a {
	font: normal normal 12px verdana,arial,helvetica,sans serif;
  color: #ffffcc;
  text-decoration: underline;
}
#content a:link { color: #ffffcc;}
#content a:visited  { color: #fdffc9;}
#content a:active { color: #fdffc9;}
#content a:hover { color: #ffffff; text-decoration: underline;}

#caption a {
	font: normal normal 10px verdana,arial,helvetica,sans serif;
  color: #ffffcc;
  text-decoration: underline;
}
#caption a:link { color: #ffffcc;}
#caption a:visited  { color: #fdffc9;}
#caption a:active { color: #fdffc9;}
#caption a:hover { color: #ffffff; text-decoration: underline;}

/* this class gives some vertical spacing around the inner page 
   content area dividers */
.bottomborder {
  padding : 10px 10px;
}

/* some additional styling for the bottom feature area of each inner page */
#bottomfeature {
  text-align: right;
  padding-right: 8px;
  color: #fffdca;
}
#bottomfeature h3 {
  font: normal normal 17px/14px verdana,arial,helvetica,sans serif;
  margin-top: 3px;
  margin-bottom: 6px;
} /**/
#bottomfeature p {
  font: normal normal 12px/15px verdana,arial,helvetica,sans serif;
  color: #fffdca;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 0px;
}

/* this sets general text and link styles for the light background area
   outside of the main content area */
#foottext {
	font: normal normal 10px verdana,arial,helvetica,sans serif;
	color: #544d31;
}
#foottext a {
  color: #847d47;	
  text-decoration: underline;
}
#foottext a:link { color: #847d47;}
#foottext a:visited  { color: #847d47;}
#foottext a:active { color: #ff0000;}
#foottext a:hover { color: #fffdca; text-decoration: underline;}

/* set up overall font as well as scrollbar colours for IE */
body {
  font-family: times new roman,serif;
  font-size: 6px;
  color: #fffefa;
  margin : 10px 0 0 0;
  scrollbar-base-color: #0000CC;
  scrollbar-face-color: #c1c17b;
  scrollbar-track-color: #dddba8;
  scrollbar-3dlight-color: #847d47;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #003399;
  scrollbar-arrow-color: #FDFDF2;
  background-repeat: repeat-y;
}

html {
  scrollbar-base-color: #0000CC;
  scrollbar-face-color: #c1c17b;
  scrollbar-track-color: #dddba8;
  scrollbar-3dlight-color: #847d47;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #000000;
  scrollbar-shadow-color: #003399;
  scrollbar-arrow-color: #FDFDF2;
  background-repeat: repeat-y;
}
