@charset "utf-8";
/* CSS Document */

	body
		{
	margin: 0 0 0 3%;
	padding: 0;
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 90%;
	float: none;
	line-height: 1.7em;
	color: #666666;
	background-color: #FFFFFF;
		}
		
		#header
		{
	height: 78px;
	margin-bottom: 10px;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
		}
		
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		#col1
		{
	float: left;
	width: 93%;
	margin-bottom: 10px;
	background-color: #FBFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C2BDAE;
	border-right-color: #C2BDAE;
	border-bottom-color: #C2BDAE;
	border-left-color: #C2BDAE;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	margin-left: 3%;
		}
		
		#col2
		{
			float: left;
			width: 20%;
			background-color: #bbb;
			margin-bottom: 10px;
		}
		
		#col3
		{
			float: left;
			width: 20%;
			margin-left: 3%;
			background-color: #bbb;
			margin-bottom: 10px;
		}
		
		#footer
		{
	clear: both;
	height: 93px;
	background-color: #F9F7F3;
	border-top-color: #C2BDAE;
	border-top-width: 1px;
	border-top-style: solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 30px;
	text-align: center;
		}
		
		h1
		{
			margin: 0;
			padding: 5px;
		}
		
		h2
		{
	margin-top: 0;
	padding-top: 7px;
	color: #333333;
		}
		
		h2, p
		{
			margin-left: 7px;
			margin-right: 7px;
		}
		img {
border: none;
}

/*- Menu Tabs 11--------------------------- */

    #tabs11 {
	float:left;
	width:100%;
	background:#F9F7F3;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #C2BDAE;
	
      }
    #tabs11 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url("tableft11.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url("tabright11.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#9F9584;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
      }

      #tabs11 #current a {
              background-position:0% -42px;
      }
      #tabs11 #current a span {
              background-position:100% -42px;
      }