﻿body 
{
  /*text-align: center;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  width: 992px;
  background-color: #efe4d0;
  font-family: Arial, Verdana, Tahoma, Arial;
  font-size: 12px;
  color: #000000;
}
a:link
{	
  color: #008000; 
	text-decoration: underline;
}
a:visited
{
  color: #008000; 
	text-decoration: underline;
}
a:active
{
  color: #008000; 
	text-decoration: underline;
}
a:hover
{
  color: #999999;
	text-decoration: none;
}
img
{
  border: 0;
  padding: 0;
  margin: 0;
}
/*=================New Stuff==================*/
#main-box
{
  background-color: #FFFFFF;
  border: solid 1px #000000;
  vertical-align: top;
  background-image: url(images/mainbg.gif);
  background-repeat: repeat-y;
  background-position: top center;
}
#left-base
{
  width: 200px;
  float: left;
}
#right-base
{
  width: 790px;
  float: right;
}
#main-content
{
  width: 610px;
  margin: 0;
  float: left;
}
#right-content 
{
  width: 180px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
}
#bottom-main
{
  clear: both;
  background-image: url(images/bottombg.gif);
  background-repeat: repeat-x;
  height: 80px;
}
/*================End New Stuff=============*/

#header
{
  background-color: #FFFFFF;
  height: 107px;
}
h1
{
  font-family: Arial, Helvetica;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 6px 0;
}
h2
{
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 3px 0;
}
h3
{
  font-family: Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #214d21;
  margin: 0 0 3px 0;
}
h4
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #214d21;
  margin: 4px 0 5px 0;
}
.category
{
  background-color: #808080;
  margin: 0;
  /*padding: 0px 0px 0px 20px; */
  text-decoration: none;  
  font-family: Arial, Helvetica; 
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;   
  display: block;
  padding: 3px 0 3px 3px;
  width: 197px;
  border-bottom: solid 1px #FFFFFF;
}
.category-right
{
  background-color: #808080;
  margin: 0 0 0 1px;
  /*padding: 0px 0px 0px 20px; */
  text-decoration: none;  
  font-family: Arial, Helvetica; 
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;   
  display: block;
  padding: 3px 0 3px 3px;
  width: 176px;
  border-bottom: solid 1px #FFFFFF;
}
.menu-list
{
  list-style: none;
  margin: 3px 0 10px 10px;
  padding: 0 3px 0 0;
}
.menu-list li
{
  background:url(images/listarrow2.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 11px;
  font-family: Arial, Helvetica;
  font-size: 11px;
  color: #000000;
  margin-bottom: 5px;
}
.menu-list li a
{
  font-family: Arial, Helvetica;
  font-size: 11px;
}
.generic-container
{
  margin: 0;
  padding: 10px 10px 10px 20px;  
}
.little-list
{
  list-style: none;
  margin: 5px 0 10px 5px;
  padding: 0;
}
.little-list li
{
  background:url(images/listarrow.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 12px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
}
.little-list-alt li a
{
  font-family: Arial, Helvetica;
  font-size: 12px;
}
.little-list-alt
{
  list-style: none;
  margin: 5px 0 10px 5px;
  padding: 0;
}
.little-list-alt li
{
  background:url(images/listarrow3.gif) no-repeat left top;
  margin: 0;
  padding: 0px 0px 0px 12px;
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
}
.little-list li a
{
  font-family: Arial, Helvetica;
  font-size: 12px;
}
#bottom-text
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #FFFFFF; 
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px;
}
#bottom-text a
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #FFFFFF;
}
#props
{
  font-family: Arial, Helvetica;
  font-size: 9px;
  color: #808080;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.textbox
{
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #404040;
  border: solid 1px #000000;
}
.form-labels
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  font-weight: bold;
}
.form-text
{
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
}
.simpleform-container
{
  padding: 5px 2px 0 5px;
}
.simpleform-labels
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
  color: #404040;
  text-align: right;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-top: 4px;
  float: left;
  white-space: nowrap;
}
.simpleform-text
{
  display: block;
  font-family: Arial, Helvetica;
  font-size: 12px;
  color: #404040;
  text-align: left;
  padding-bottom: 2px;
  padding-top: 2px;
  width: auto;
  float: left;
  white-space: nowrap;
}
.error-val-text
{
  font-family: Verdana, Tahoma, Arial;
  font-size: 10px;
  color: #880000;
}
