/***********************************************/
/* Body & Content Divs                         */
/***********************************************/
body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
/***********************************************/
/* DNA Homepage Divs                           */
/***********************************************/
#main {
	margin: auto;
	width: 800px;
	margin-top: 35px;
}
#mainBody {
	margin: auto;
	margin-top: -3px;
	background-image: url(/images/contentbkg.jpg);
	min-height: 300px;
	
	padding-bottom: 10px;
}
#content {
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 15px;
	_margin-top: 3px;
	_min-height: 400px;

}
#content li {
	list-style: url(/images/leftNavBullet.jpg);
}
#content a{
	color: #0066FF; 
}
#content a:hover {
	color: #990000;
}
#footer {
	margin: auto;
	width: 800px;
	font-size: .8em;
	text-align: left;
	background-image: url(../images/contentbtm.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;	
}
#footer img {
	vertical-align:middle;
	padding: 0px 3px 0px 3px;
}
#footer a {

	color: #0066FF;
}
#footer a:hover {
	color: #990000;
}
#link {
	background-image: url(../images/linkbkg.jpg);
	background-repeat: no-repeat;
	width: 750px;
	padding-bottom: 5px;
}
/*************** Content Styles ****************/
.title {
	font-size: 1.5em;
	color: #FFFFFF;
	background-image: url(/images/titlebkg.jpg);
	width: 538px;
	padding: 2px 2px 2px 10px;
}
.subTitle {
	font-size: 1.2em;
	color: #CC0000;
}
#topLinks {
	font-size: .8em;
}
#topLinks td {
	vertical-align: text-top;
	padding: 2px;
}
#topLinks a {
	color: #0066FF;
}
#topLinks a:hover {
	color: #990000;
}
.highlight {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
.bold {
	font-size: 1.2em;
	font-weight: bold
}
.italic {
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
.red {
	color: #CC0000;
}
#left {
	text-align: left;
	padding-right: 10px;
}
/*************** nav styles ***************/
#topnav {
	margin: auto;
	margin-top: -3px;
	background-image: url(/images/conentbkg.jpg);
	width: 800px;
}
#topnav li {
	list-style: none;
	display: inline;
	text-align: center;
}
#topnav a {
	text-align: center;
	clear:right;
	font-size: .9em;
	padding: 5px 5px 0px 5px;
}
#leftNav {
	width: 176px;
	margin: 15px;
	float: right;
	clear: right;
}
#leftNavContent {
	margin-top: -3px;
	background-image: url(/images/leftNavContent.jpg);
}
#leftNavContent a {
	color: #0066FF;
	font-size: .8em;
	display: block;
	width: 150px;
	margin-left: 15px;
	padding: 3px 2px 3px 0px;
}
#leftNavContent a:hover {
	color: #990000
}
/**** Tab Navigation Styles ****/
    #tabsE {
      float: left;
      width: 800px;
	  height: 40px;
      line-height: normal;
	  margin-top: -3px;
	  background-image: url(/images/conentbkg.jpg);
	  /**border-bottom: 1px solid #993300;**/

      }
    #tabsE ul {
	  margin: 0px;
	  padding: 0px 0px 0px 0px;
	  list-style: none;
	  
      }
    #tabsE li {
      display: inline;
      }
    #tabsE a {
	  color: #0066FF;
	  font-size: .9em;
      float: left;
	  margin-left: 17px;
      padding: 5px 2px 0px 2px;
	  text-align: center;
      }
	 #tabsE a:hover {
	  color: #990000;
	 }
    #tabsE a span {
      float: left;
      display: block;
      padding: 0px 0px 0px 0px;
      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 5px 0px 5px;
	  list-style: none;
	  
      }
    #tabsMini li {
      display: inline;
      }
    #tabsMini a {
      float: left;
	  margin-right: 5px;
      padding: 0px 5px 0px 5px;
	  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;
      }  