body {
  margin: 20px 0px;
  background-color: #333;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 2px;
}

img {
  border: 0px;
}

#top {
  text-align: center;
  border-bottom: 3px solid #ffec0d;
}

.topmenu {
  margin: 0px;
  padding: 4px;
  height: 16px;
  background: url(img/menu_nav_bg.jpg) repeat-x bottom;
}

#main {
  padding: 6px;
  background-color: #fafad2;
}

#foot {
  border-top: 3px solid #ffec0d;
  width: 750px;
  height: 24px;
  background: url(img/menu_nav_bg.jpg) repeat-x bottom;
  border-bottom: 1px solid #ffec0d;
  text-align: center;
}

.footleft {
  text-align: left;
  float: left;
}

.footright {
  text-align: right;
  float: right;
}

.footleft, .footright {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
  padding: 1px 3px;
}

a:link, a:active, a:visited {
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

a:hover {
  font-size: 10px;
  background-color: #f0e68c;
}

#top, #foot,.footleft, .footright,a.menuitem0:link, a.menuitem0:active, a.menuitem0:visited {
  color: #f0fff0;
}

a.menuitem0:link, a.menuitem0:active, a.menuitem0:visited {
  margin: 0px 4px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.menuitem0_active, a.menuitem0_active:link, a.menuitem0_active:active, a.menuitem0_active:visited, a.menuitem0:hover {
	font-size: 10px;
	font-weight: bold;
	color: #ffed0e;
  background: none;
	text-decoration: none;
}

.menuitem1_active, .menuitem1:link, .menuitem1:active, .menuitem1:visited {
  padding: 4px 14px;
  text-decoration: none;
  font-size: 10px;
	font-weight: bold;
  display: block;
  border-bottom: 1px solid #000;
}

a.fn:link, a.fn:active, a.fn:visited, a.fn:hover {
  font-size: 14px;
  font-variant: small-caps;
  color: #cd5c5c;
}

form, .search h3 {
 margin: 0px;
}

input, select, textarea {
  padding: 0px 2px;
  border: 1px solid #ede4dc;
  font-size: inherit;
  background-color: #fff;
}

.posting {
  padding: 2px;
  font-size: 12px;
  border: 1px solid #ccc;
}

.button {
  background-color: #ccc;
  border: 1px solid #789;
}

table {
  margin: auto;
  border: 1px solid #ede4dc;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  margin-bottom: 10px;
  font-size: inherit;
}

th {
  padding: 4px;
  font-size: 11px;
}

tr {
  background-color: #f5fffa;
}

th, a.thd {
  color: #cd5c5c;
  background-color: #f0e68c;
}

a.catrow {
  font-weight: normal;
  font-size: 10px;
  font-variant: small-caps;
}
.catrow {
  text-align: left;
  background-color: #ede4dc;
}

.leftboxtop {
  width: 60%;
  float: left;
  text-align: left;
}

.rightboxtop {
  width: 39%;
  float: right;
  text-align: right;
}

.leftboxtop, .rightboxtop {
  margin: 0px;
  margin-bottom: 10px;
}

.search h3 {
  font-size: 12px;
}

.search  td{
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

.title {
  background-color: #ede4dc;
  vertical-align: middle;
}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; 
  color: #006600;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #444444; 
}

.code, .quote {
  margin: 10px;
  padding: 2px;
  font-size: 11px;
  background-color: #fff; 
  border: 1px solid #D1D7DC; 
}