body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
}
/*** Main Area Border Styles ***/
#main {
	margin: auto;
	width: 800px;
}

/**** Content Style ****/
#OuterContent {
	background-image: url(../images/outerBorderColor.jpg);
	padding: 0px 1px 1px 1px;
}
#InnerContent {
	background-image: url(../images/ContentBkg.jpg);
	border: 1px solid #993300;
	min-height: 520px;
}
#content {
	margin-top: 15px;
	width: 650px;
}
.mainText {
	padding-left: 10px;
}
/*** Pic Styles ***/
#banner {
	margin: auto;
	width: 800px;
}
#footerPic {
	margin: auto;
	width: 820px;
	background-image: url(../images/phase2/footer.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
/*** Min Height Hack for IE ***/
*html #content {
	height: 520px;
}
*html #contentIn {
	height: 520px;
}
/**** Tab Navigation Styles ****/
    #tabsE {
      float: left;
      width: 671px;
      line-height: 10px;
	  margin-top: -41px;
	  /**border-bottom: 1px solid #993300;**/
	  }
    #tabsE ul {
	  margin: 0px;
	  padding: 15px 10px 0px 10px;
	  list-style: none;
	  }
    #tabsE li {
      display: inline;
      }
    #tabsE a {
      float: left;
	  margin-right: 5px;
      padding: 2px 10px 15px 10px;
	  border-left: 1px solid #993300;
	  border-right: 1px solid #993300;
	  border-top: 1px solid #993300;
	  height: 8px;
	  text-align: center;
	  }
    #tabsE a span {
      float: left;
      display: block;
      padding: 5px 15px 0px 6px;
      color: #FFF;
      }
    #tabsMini {
      float: left;
      width: 625px;
      line-height: normal;
	  margin-top: -10px;
	  margin-left: 10px;
	  /**border-bottom: 1px solid #993300;**/

      }
    #tabsMini ul {
	  margin: 0px;
	  padding: 10px 10px 0px 10px;
	  list-style: none;
	  
      }
    #tabsMini li {
      display: inline;
      }
    #tabsMini a {
      float: left;
	  margin-right: 5px;
      padding: 0px 10px 0px 10px;
	  border-left: 1px solid #993300;
	  border-right: 1px solid #993300;
	  border-bottom: 1px solid #993300;
	  height: 18px;
	  text-align: center;
      }
    #tabsMini a span {
      float: left;
      display: block;
      padding: 5px 15px 0px 6px;
      color: #FFF;
      }
.navOff {
	color: #996600;
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
}
.navOn {
	color: #993300;
	background-image: url(../images/ContentBkg.jpg);
	font-weight: bold;
	font-size: .9em;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }

    #tabsE a:hover span {
      background-position:100% -42px;
      }  
/**** Navigation Styles ****/
#nav {
	margin: auto;
	width: 798px;
	background-image: url(../images/tabNavBkg.jpg);
	height: 28px;
}
#leftNav {
	width: 127px;
	float: right;
	background-image: url(../images/leftNavBkg.jpg);
	font-size: .9em;
}
#leftNav a {
	width: 98px;
	padding: 5px 5px 10px 20px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	text-align: left;
}
#leftNav a:hover {
	color: #993300;
}
/**** Body Content ****/
#body2 {
	float: left;
	margin: 2px 2px 2px 2px;
	width: 492px;
}
#bodyBorder {
	border: 1px solid #FFFFFF;
	background-image: url(../images/navbkg.gif);
}
#bodyInner {
	margin: 2px;
	border: 1px solid #999999;	
}
#bodyInBorder {
	width: 468px;
	background-image: url(../images/mainbkg.gif);
	border: 1px solid #FFFFFF;
	padding: 2px;
}

/**** Footer Information ****/
#footer {
	margin: auto;
	width: 800px;
	font-size: .9em;
	color: #000000;
	text-align: center;
}
#footer a {
	color: #993300;
}
#footer a:hover {
	color: #003366;
}
/**** Title Styles ****/
#header {
	width: 625px;
	background-image: url(../images/bannerBkg.jpg);
	padding: 5px 5px 5px 15px;
	margin-left: 10px;
	font-size: 1.5em;
	font-family: Arial;
	color: #FFFFFF;
	border: 1px solid #000000;
}
#text {
	padding-top: 10px;
	margin: 10px 5px 5px 5px;
}
#text a {
	color: #993300;
	font-weight: bold;
}
#text a:hover {
	color: #996633;
	font-weight: bold;
}
/**** Staff Styles ****/
#staff {
}
#staff a {
	color: #993300;
	font-weight: bold;
}
#staff a:hover {
	color: #996633;
	font-weight: bold;
}
.title {
	font-size: 1.2em;
	color: #993300;
	text-decoration: underline;
}
.indextext {color: #000000; text-align: left; font-size: 1.2em; margin: 10px;}
