body {
	background: #8f9ea5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e28c14;
	font-weight:500;
	line-height:40px;
	text-decoration: none;
 }
 

	
 
.oneColFixCtrHdr #container {
	width:804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f6efdd;
	background-color:#background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	height:138px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 100px 60px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/content_rep.gif);
	background-repeat:repeat-y;
}
.oneColFixCtrHdr #footer {
	padding: 0 99px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#184d88;
	padding-bottom: 100%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color:#184d88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 100;
}
-->

    #tabsE {
      float:left;
      width:100%;
      background:#900000;
     font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
      line-height:normal;

      }
    #tabsE ul {
	margin:0;
	padding:5px 10px 0 30px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("images/tabrightE.gif") no-repeat right top;
      padding:5px 10px 4px 3px;
      color:#FFF;
      }
    /* 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 {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
	
	.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194d88;
	font-weight:500;
	line-height: 20px;
	text-decoration: none;
 }
 
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #876a32;
	font-weight: 100;
	line-height: 17px;
	text-decoration: none;
	}
	
.introtext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #876a32;
	font-weight: 100;
	line-height: 17px;
	text-decoration: none;
	}

.introtext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9f2226;
	font-weight: 100;
	line-height: 17px;
	text-decoration: underline;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #582d08;
	font-weight: 100;
	line-height: 17px;
	text-decoration: none;
	}
	
.text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0880C;
	font-weight: 100;
	line-height: 17px;
	text-decoration: underline;
	}

.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d88309;
	font-weight: 100;
	line-height: 17px;
	text-decoration: underline;
	}
	
	.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #582d08;
	font-weight: 100;
	line-height: none;
	text-decoration: none;
	}
	
.text2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E0880C;
	font-weight: 100;
	line-height: none;
	text-decoration: underline;
	}

.text2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d88309;
	font-weight: 100;
	line-height: none;;
	text-decoration: underline;
	}
 div.intro{
	padding:10px;
	margin-bottom:0px;
	width: 290px;
	margin-left:240px;	
}


#dashtables {
	width: 579px;
	padding: 0;
	margin: 0;
}

th {
	font:  10px Arial, Helvetica, sans-serif;
	font-weight:500;
	color: #194d88;
	letter-spacing: 0px;
	text-align: left;
	padding: 3px 6px 6px 0px;	
}

th a {
	font-family: Arial, Helvetica, sans-serif;
	color: #E78903;
	text-decoration: underline;
	}

th a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #A98552;
	text-decoration: underline;
	}

th.nobg {
	border-top: 0;
	border-left: 0;
	background: none;
}

td {
	padding: 3px 6px 6px 0px;
	color: #194d88;
}

td.alt {
	color: #194d88;
}

th.spec {
	font :10px Arial, Helvetica, sans-serif;
}

th.specalt {
	font :10px Arial, Helvetica, sans-serif;
	color: #194d88;
}

