/*
dark yellow: #fd9
light yellow: #feb
dark green: #265
light green: #9b9
*/

#search-box {
  float: none;
  margin-top: -20px;
  margin-left: 500px;
}

body {
  font-size: medium;
}

html {
background-color:#FFEEBB;
}

div#forumcontent {
font-size: 10px;
}
div.othercontent {
font-family:verdana,arial,san-serif;
font-size:76%;
line-height:1.5em;
   color: black;
}
div.ffcontent {
padding: 10px;
}
div.othercontent h2 {
   font-size: 1.5em;
   margin: 1.0em 0em 0em 0em;
   font-weight: bold;
   font-family: inherit;
}

body {background-color: #feb; margin: 0; padding: 0;}
div.page {width: 750px; margin: 10px; padding: 0; border: 0; background-color: #fffafa;}

div.header {
width: 635px; height: 100px; margin: 0; padding: 20px 10px 10px 105px; border: 0; background-color: #336;
text-align: center; 
}

div.header h1 {
  color: #feb;
  margin: 0;
  padding: 0;
  font-size: 1.8em;
}
div.header img.lochstripe {
  position: absolute;
  top: 72px;
  left: 10px;
}
div.header img.logo {
  position: absolute;
  top: 25px;
  left: 25px;
}
div.sidebar {width: 120px; margin: 0; padding: 10px; border: 0; float: left; background-color: #99d;}
div.content {padding: 10px; background-color: #fff;}
div.footer {width: 730px; margin: 0; padding: 10px; background-color: #fd9; text-align: center;}
div.footer p{font-size:1.0em;
line-height:inherit;
margin:0px;
padding:0px;}

div.control {width: 730px; margin: 0; padding: 10px; background-color: #feb; text-align: center; font-size: 0.8em;}
div.control p{margin: 0px; padding: 0px; font-size: 1.0em; line-height: inherit;}

div.footer a, div.control a {
  color:#330099;
  text-decoration: underline;
}
div.footer a:visited, div.control a:visited {
  color: #660066;
  text-decoration: underline;
}
div.footer a:hover, div.control a:hover {
  color:#000000;
  text-decoration: underline;
}

div.menu a {
color: #000;
text-decoration: none;
padding: 0 10px 0 10px;
margin-left: 5px;
display: block;
float: left;
background-color: #99d;
}

div.menu a:visited {
color: #000;
}

div.menu a.selected {
color: #feb;
background-color: #336;
text-decoration: none;
}

div.menu a:hover {
color: #000;
background-color: #fd9;
text-decoration: none;
}

div.menu a.selected:hover {
color: #fff;
background-color: #336;
text-decoration: none;
}

div.menu {
  border:0;
  border-bottom: 5px solid #336;
  padding: 10px 0 0 0;
  background-color: #feb;
text-decoration: none;
}



