@charset "utf-8";
/* CSS Document */
body {
	background-color: #242400;
}

a
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#54692f
}

a:hover
{
text-decoration: none;
}

h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#e67425;
}

h2 
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #54692f;
font-weight: bold;
}

p
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #262920;
}

#top
{
	margin: 1em auto;
	width: 840px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}


#container
{
		margin: 1em auto;
		padding: 1em;
		width: 840px;
		height: auto;
		text-align: left;
		background-color: white;
		border: 1px solid black;
}

#header
{
text-align:center
}

#welcome
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
background: #eaeaea;
padding: 1px;
border: #dddcdc 1px solid;
}

#welcome img
{
float: left;
padding-right: 6px;
}

#welcome h1
{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#54692f;
font-weight: normal;
text-align: center;
}

#bottomcontent
{
width: auto;
margin-top: 6px;
}

#bottomcontent table
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #262920;
}

#bottomcontent td
{
border-right: 1px solid #dddcdc;
padding-right: 1px;
}

#bottomcontent td td
{
border-right: 1px solid #ffffff;
padding-right: 1px;
}

.contact
{
border: none;
}

.contact td td
{
border-right: 1px solid #FFFFFF;
padding-right: 1px;
}



#bottomstrip
{
	width: 840px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#e67425;	
	color: #FFFFFF;
}

#bottomstrip a
{
color:#FFFFFF;
}

#bottomstrip a:hover
{
text-decoration:none;
}

#bottom
{
	margin: 1em auto;
	width: 840px;
	clear:both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6c7b60;
}

#bottom a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6c7b60;
}

#bottom a:hover
{
text-decoration: none;
}

#tabs {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:12px;
      line-height:normal;
	  border-bottom:1px solid #FF9933;
      }
    #tabs ul {
	margin:0;
	padding:2px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableftI.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabrightI.jpg") no-repeat right top;
      padding:5px 11px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

