body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(/site_images/bg.gif);
	margin: 10px;
	background-repeat: repeat-x;
	background-color: #E5E5E5;
}
h1 {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: -3px;
	margin-left: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


.webname {
	font-size: 28px;
	font-weight: bold;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
}

.body {
	padding-right: 10px;
	padding-left: 10px;
}

a:link {
	color: #555555;
	text-decoration: underline;
}
a:visited {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}


    #tabs5 {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
	font-weight: bold;

      }

    #tabs5 ul {
          margin:0;
          padding:0px 0px 0px 0px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      background:url("/site_images/tableft5.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      background:url("/site_images/tabright5.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
      color:#FFF;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
	  
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(/site_images/bullet_blue.gif) no-repeat left center;
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 20px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(/site_images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

strong {
	color: #333333;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
legend {
	font-weight: bold;
	color: #FF9900;
}
