/* CSS Document */

html, body {	font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11px; background-color: #C9CEAC; 
				margin: 0px; padding: 0px;	}
	
img {	border: none;	}
div#footer	{ clear: both; margin-top: -10px;}
	
div#container 	{	width: 858px; margin: 0 auto 0 auto;	}
div#content 	{	background-image: url(../img/contentbg.gif); background-repeat: repeat-y; padding-top: 20px; padding-left: 75px; margin: 0; padding-bottom: 15px;	}
	
p 	{	line-height: 15px;	}
h1 	{	font-size: 20px; color: #ff9900; margin: 10px 0 5px 0;	padding-bottom: 5px; border-bottom: 1px solid #E5E5E5;	}
	
h2 	{	font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif;	color: #889E1D;	font-weight: 100;
		letter-spacing: 1px; border-bottom: 1px dashed #E5E5E5;	}
	
h3 	{	font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif;	color: #212831;	font-weight: 100;
		letter-spacing: 1px; border-bottom: 1px dashed #E5E5E5;	}
	
a 		{	color: #889E1D;	background-color: transparent; text-decoration: none;	}
a:hover {	color: #B4C94C;	background-color: transparent; text-decoration: underline;	}
	
.imglink, .imglink:hover {	border: none;	}

input, textarea 	{	font-family: Arial, Helvetica, sans-serif; color: #889E1D; border: 1px solid #666666; font-size: 11px;
						width: 150px; padding: 1px;	background-color: #F7F7F7;	}
	
.box		{	border: 1px solid #ccc;  }
div#left 	{	width: 214px; float: left;	}
div#right 	{	width: 450px; margin-left: 244px;	}

#tabs6 		{   margin: 0 auto; width:750px; background:#fff; border-bottom:1px solid #666;     }
#tabs6 ul 	{	margin:0; padding:5px 10px 0 10px; list-style:none;     }
#tabs6 li 	{   display:inline; margin:0; padding:0;  }
#tabs6 a 	{   float:left; background:url("tableft6.gif") no-repeat left top; margin:0; padding:0 0 0 4px; text-decoration:none;   }
#tabs6 a span {       float:left;
      display:block;
      background:url("tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }


/*
div	{	border: 1px solid red; }