body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4024;
	margin: 0px;
    padding: 0px;
}
a
{
    outline: none;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-weight: normal;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    color: #713009;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4024;
    text-decoration: none;
    font-weight: normal;
}
h4
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4b4024;
    text-decoration: none;
    font-weight: normal;
}
h5
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #713009;
    text-decoration: none;
    font-weight: bold;
    margin: 12px 0px 0px 0px;
    padding: 0px;
}
h5 a
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #713009;
    text-decoration: none;
    font-weight: bold;
}
h5 a:hover
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #713009;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
}
.header
{
    background: transparent url(../images/header_bg.jpg) no-repeat scroll center top;
    width: 880px;
    height: 266px;
}
.left_nav
{
    float: left;
    margin: 0px;
    position: relative;
    width: 200px;
    overflow: hidden;
    
}

.left_nav ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;  
}
.left_nav ul li
{
    width: 100%;    
    clear: both;
    border-top: solid 1px white;
    padding: 0px;
   
    
}
.left_nav ul li a
{
  color: White;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  vertical-align: top;
}


.group1 a
{
    background-color: #4d2b0d;
    display: block;
    width: 200px;
    height: 13px;
    padding: 8px 15px;
}
.group2 a
{
    background-color: #6f4510;
    display: block;
    width: 200px;
    height: 13px;
    padding: 8px 15px;
}
.group3 a
{
    background-color: #915e20;
    display: block;
    width: 200px;
    height: 13px;
    padding: 8px 15px;
}
.group4 a
{
    background-color: #bb8631;
    display: block;
    width: 200px;
    height: 13px;
    padding: 8px 15px;
}
.group5 a
{
    background-color: #d3ad55;
    display: block;
    width: 200px;
    height: 13px;
    padding: 8px 15px;
}

.group1 a:hover,
.group2 a:hover,
.group3 a:hover,
.group4 a:hover,
.group5 a:hover
{

  color: #4b4024;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #d3ad55;

}
.main_title
{
    padding: 5px 0px;
    width: 100%;
    background-color: #d3ad55;
    margin-top: 5px;
}
.wheat
{
    background: transparent url(../images/wheat.gif) no-repeat scroll left 40px;
    height: 100%;
    border-left: solid 1px #d3ad55; 
    border-right:solid 1px #d3ad55;
}
.footer
{
    width: 880px;
    height: 36px;
    background: transparent url(../images/footer_bg.jpg) repeat-x scroll center top;
    margin: 0px;
    position: relative;
}

/*.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: 5B5B5B;
}

.tbtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: 5B5B5B;
}


.hilites {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #B38D2A;
}
*/
.error{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	font-style: normal; 
	font-weight: normal; 
	color: red; 
}

span.button
{
    background-color: #ffdaae;
    border-color: #fff #e7a356 #e7a356 #fff;
    border-style: solid;
    font-family: arial, verdana;
    font-size: 9px;
    border-width: 1px;
    padding: 2px 5px 2px 5px;
    
}



