/*Site Map Styles*/


#toc {
position:relative
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #000;
font-size: 8pt;
position: absolute;
width: 80%;
margin-left: 10%;
margin-right: auto;
top:1300px;
background-color: #fff;
text-align: left;

}



#toc h1 {
margin: 5px;
color: #000;
font-size: 12pt;
text-align: center;
}

#toc h3 {
margin:  5px;
color: #000;
font-size: 12pt;
text-align: center;
}
#toc h2 {
margin:  5px;
color: #000;
font-size: 10pt;
}

#toc h5 {
font-size: 1em;
font-weight: bold;
text-align: left;
}



#toc p {
font-size: 10pt;
padding: 10px 15px;
text-align: left;

}


#toc a {
font-weight: bold;
font-size: 1em;
}



#toc a:link,#toc a:visited {
color: #900;
background-color:#fff;
text-decoration: underline;
}

#toc a:hover {
color: #fff;
background-color: #900;
text-decoration: none;
}

#toc table {
background-color: white;
font-size: 8pt;
margin-left: auto;
margin-right: auto;

}
#toc td {
text-align: left;
position: relative;
vertical-align: top;
padding: 10px 5px;
}
#toc li {
margin: 5px;
font-size: .9em;
text-align: left;
}
