#container {	margin: 0 auto;
		height: 100%;
		margin-left: 50px;
		margin-right: 50px;
}

#headerhold {	background: #FFF url(images/bg.gif);
		height: 122px;
		margin: 0 auto;
}

#header {	width: 718px;
		background: #FFF url(images/head.gif);
		height: 122px;
		margin: 0 auto;
}

#navigate {	width: 718px;
		background: #336633 url(images/nav.gif);
		height: 30px;
		margin: 0 auto;
}

#navigatehold {	background: #FFF url(images/navbg.gif);
		height: 30px;
		margin: 0 auto;
}

#navigatehold2 {	background: #FFF url(images/wbg.gif);
			height: 17px;
			margin: 0 auto;
}

#navigate2 {	width: 718px;
		background: #336633 url(images/nav2.gif);
		height: 17px;
		margin: 0 auto;
}

#content {	background: #FFF url(images/wbg.gif);
		height: 100%;
		padding-bottom: 17px;
		margin: 0 auto;
}

img {
border: none;
}

h3 {	color: #666666;
	line-height: 5pt;
	font-size: 16px;
}

#tabs2 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
#tabs2 ul {
          margin:0;
          padding:6px 10px 0 50px;
          list-style:none;
      }
#tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs2 a {
      float:right;
      background:url("tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#tabs2 a span {
      float:left;
      display:block;
      background:url("tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#84776B;
      }
#tabs2 a span {float:none;}
    /* End IE5-Mac hack */
#tabs2 a:hover span {
      color:#74675B;
      }
#tabs2 a:hover {
      background-position:0% -42px;
      }
#tabs2 a:hover span {
      background-position:100% -42px;
      }

#tabs2 #current a {
              background-position:0% -42px;
      }
#tabs2 #current a span {
              background-position:100% -42px;
      }

#windowbar {	background: #666666 url(images/wbbg.gif);
		width: 600px;
		height: 25px;
		margin: 0 auto;
}

#window {	background: #FFF;
		width: 598px;
		border-right: 1px solid #666666;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		margin: 0 auto;
}

#wcontent {	margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 12px;
		padding-top: 1px;
		font-size: 13px;
}

#tlogo {	height: 25px;
		width: 62px;
		margin-top: 0px;
		margin-right: 5px;
		float: right;
}

#bottom {	background: #FFF url(images/bbg.gif);
		height: 30px;
		margin: 0 auto;
}

#windowbar2 {	background: #666666 url(images/wbbg2.gif);
		width: 180px;
		height: 25px;
		float: right;
}

#window2 {	background: #FFF;
		width: 180px;
		margin-left: 12px;
		margin-right: 12px;
		height: 100%;
		float: right;
}

#wcontent2 {	width: 178px;
		padding-top: 1px;
		font-size: 13px;
		border-right: 1px solid #666666;
		border-left: 1px solid #666666;
		border-bottom: 1px solid #666666;
		float: right;
		padding-bottom: 12px;
}

#navcontainer2 {
        background: #FFF;
        font-family: georgia, serif;
        font-size: 11px;
	font-weight: bold;
        text-align: left;
        text-transform: uppercase;

}

ul#navlist2 {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 90%;
}

ul#navlist2 li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist2 li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-bottom: 1px dashed #CCC;
        color: #777;
        text-decoration: none;
        background: #FFF;
}

#navcontainer2>ul#navlist2 li a { width: auto; }

ul#navlist2 li#active a {
        background: #FFF;
        color: #669966;
}

ul#navlist2 li a:hover, ul#navlist2 li#active a:hover {
        color: #669966;
        background: transparent;
}
-->