html {
	height: 100.02%;
}
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 20px;
}
h1 {
	display: none;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #79340A;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0066CC;
}


#logostrip {
	height: 40px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#logostrip ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#logostrip li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#logostrip a {
	text-decoration: none;
}
#logostrip img {
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	background-image: url(../assets/images/header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#members {
	float: right;
	height: 100px;
	width: 140px;
	cursor: pointer;
}
#content {
	background-image: url(../assets/images/content1.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	min-height: 350px;
}
#content p {}
#content a {}
#content a:hover {}
#searchbox {
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#searchbox .inputfield {}
#searchbox .submit {}


#main {
	height: auto;
	width: 850px; /* 700px */
	margin-left: 5px;/*170px*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#main p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#footer {
	background-image: url(../assets/images/footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #000000;
}




.searchurl {
	color: #666666;
}
.highlite {
	font-weight: bold;
	background-color: #FFFFCC;
	color: #990000;
}
.clear {
	clear: both;
}

/*menu*/

.anylinkcss{
	padding-top:5px;
	position:absolute;
	visibility: hidden;
	font:normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 205px;
	background-color:#99FF00;
}

.anylinkcss a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	
	text-decoration: none;
	font-weight: bold;
	padding: 1px 0;
	text-indent: 3px;
		
}

.anylinkcss a:hover{ /*hover background color*/
	color: #000000;
	background-color:#FDE2CE ;
}

.anylinkcss li {
	list-style-type:none;
}

/* tabs */
#menu {
      float:left;
      width:100%;
      font-size:11px;/* 79%*/
      line-height:normal;
	  border-bottom:1px solid #434343;
	  /*padding-bottom: 5px;*/
      }
    #menu ul {
	margin:0;
	padding:2px 2px 0px 16px;
	list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #menu a {
      float:left;
      background:url("tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  }
    #menu a span {
      float:left;
      display:block;
      background:url("tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#000;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      }


.halfmoon{
margin-bottom: 4px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
border-left: 1px solid #DDD;
color: black;
font: bold 14px Verdana;
background: #ECEEEC url(tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #CDDADA;
color: navy;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}

#slideNav {
	float: right;
	width: 220px;
	padding-left: 10px;
	/* border-left: #000000 1px solid; */
	font-size:10px;
}
