body{
font: normal  800 .9em/1.1em gill sans, arial, sans serif;
color:#000000;
 
background-color: #006400;

}

a{
color:#522115;
font-weight:normal;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#6f3e32; text-decoration:none; background-color:inherit;}
a img{border:none;}

/*  p{padding:0 0 1.6em 0;} */


/*************content id's**********************/

#container{
margin-top: 0px;
width:760px;
margin-left:auto;
margin-right:auto;
text-align:left;
color:#000000;
/*  border-style: solid;
border-color: #1b3822;
border-width: 0px 6px 6px 0px; */

}

#header{
display:block;
margin-top:0px;
height:120px;
width:760px;
color:#1b3822;
line-height: 2em;
margin-left:auto;
margin-right:auto;
background:url("../images/logo_bailey.png") no-repeat;
}

#content{
margin-top:20px;
margin-bottom:20px;
float:left;
width:760px;
/*  background:#56a66a; */
}

#footer{
clear:both;
width:760px;
color:#000000;
border: solid #1b3822;
border-width: 2px 0px 2px 0px;
text-align:center
}

#columnleft{
float:left;
width:150px;
/*padding:0px 10px ;*/
}

/***************navigation********************* */

#tabs {
			margin-top:20px;
			margin-bottom:20px;
			float:left;
      width:760px;
      background:#522115;

			font: normal  500 .8em/1.5em gill sans, arial, sans serif;

			border-bottom:2px solid #3C784B
}
    #tabs ul {
	margin:0;
	padding:0px 10px 0 53px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
			
      }
    #tabs a {
      float:left;
      background:url("../images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
			color:#0000ff;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("../images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#C99563;
      }
     /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;
	
		} 
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#fff;
	  background-position:100% -42px;
		
      }
    #tabs a:hover {
      background-position:0% -42px;
			
      }
      #tabs a:hover span {
      background-position:100% -42px;
			color:#D7C793;;
	  } 
		
/***************classes********************* */

.box_full {
text-align:center;
width:760px;
height:100px;
//background-color:#ffffff;
color: #000000;
}

.box_special{
float:right;
margin-left:10px;
margin-bottom:10px;
padding:5px;
background-color:#522115;
color:#3C784B;
width:30%;
height:280px;
text-align:center
}

.quarterbox{
float:left;
margin-top:20px;
margin-right:10px;

width:18%;
/*  border:1px solid #522115 */
}

.eh {
font-weight: bold;
background-color: #56A66A;
}

.et {
font-weight: normal;
background-color: #90E8A6;
}