@charset "utf-8";
body {
	background: #DCDCDC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 2px;
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
p {font-size:small;}

p.feedback {font-size: small; font-weight: bold;}

h3 {
	text-align: center;
	}

h3.FAQ {
	text-align: left;
	font-size: 95%;
	margin: 20px 0 0 0;
	}
	
h2.FAQ {
	text-align: left;
	font-size: 100%;
	}

#container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1.5px solid black;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	width: 970px;
	background:
	margin: 0;
}


#mainContent {padding: 10px 10px 10px 10px;}

#footer {
	padding: 0px;
	background:#dcdcdc;
	margin: 10px 0 0 0;
	background-image: url(images/tablehead.jpg);
}

#formTable { 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
	td.nav {
	padding: 0px;
	margin: 0px;
	}

#feedbackForm {
	background: #dcdcdc;
	margin: -5px 0 0 20px;
	width: 55%;
	padding: 10px;
	border: 1px solid gray;
	}

#resultsTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #000000;
	font-size: smaller;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	
#resultsTable td.download {
	text-align:center;
	}
	
	thead {
	background: #DDDDDD;
	background-image: url(images/tablehead.jpg);
	border-bottom:solid 1px #666666;
	text-align: center;
	}
	
	th {
	padding: 5px;
	}

    td {
	padding: 10px;
	}
	
	#resultsTable td {
	border-bottom: 1px solid #999999; 
	} 
	
	col#updatedColumn {
	text-align: center;
	}

#footerTable {
	font-size: x-small;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
	td.footer {
	padding: 5px;
	}

.inactive {
	color:#FFFFFF;
	}
	
#pagination {
	margin-top: 5px;
	font-size: x-small;
	text-align: right;
	}
	
     #tabsJ {
      float:left;
      width:100%;
      background:#FFFFFF;
	  margin: 0 0 20px 0;
      font-size:80%;
	  font-weight: bold;
      line-height:normal;
      border-bottom:1px solid black;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 20px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
		
dl {font-size: 85%;
	margin: 5px 10px 0 10px;
	line-height: normal;}
lh {font-weight: bold;}
dt {font-weight: bold;
	margin: 10px 0 5px 0;}
