@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 100%;
	color: #333333;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #777246;
}
/* Tabs*/
    #tabs1 {
	float:left;
	width:100%;
	font-size:70%;
	line-height:normal;
	border-bottom:1px solid #d3e8ba;
	font-weight: bold;
	background-color: #FFFFFF;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
	float:left;
	display:block;
	background:url("images/tabright1.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#746d0a;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#598527;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }

.topLinks {
	font-size: 70%;
	color: #746d0a;
}
a.topLinks:link {
	text-decoration: none;
}
a.topLinks:visited {
	text-decoration: none;
	color: #746d0a;
}
a.topLinks:hover {
	text-decoration: none;
	color: #598527;
}
a.topLinks:active {
	text-decoration: none;
	color: #746d0a;
}

.formText {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
}
.formInput {
	font-size: 80%;
	height: 18px;
	width: 100%;
	margin-bottom: 5px;
}

.contentArea {
	background-color: #FFFFFF;
	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.img {
	border: 4px solid #c0ab85;
}

.bodyText {
	font-size: 75%;
	font-weight: normal;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #0054a6;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 90%;
	font-weight: bold;
	color: #0072bc;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 90%;
	font-weight: bold;
	color: #9e0b0f;
	margin: 0px;
	padding: 0px;
}