/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	}

.menuhead {
font-weight:bold;
font-size:13px;

}
.subtopic {
font-size:11px;
font-weight:normal;


}

#section {/*sets the style of the section names*/
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
background-color:#ffffff;
}

#section ul {
list-style: none;
padding: 0;
margin-left: 8px;
}

#section li {
margin: 0 0 5px 0;
text-indent: 5px;
}

#section li a {
color:#0000CC;
text-decoration: none;
}

#section li a:hover {
background-color:#FFFFCC;
color:#0000CC;
text-decoration:none;
}

/* for the Toggle menu items*/
#subtopics1, #subtopics2, #subtopics3, #subtopics4, #subtopics5, #subtopics6 {
/*main section areas that hold each set of subtopics; 
tells the script to hide the subtopics until clicke on.*/
display: none;
}

#subtopics1 li, #subtopics2 li, #subtopics3 li, #subtopics4 li, #subtopics5 li, #subtopics6 li{
margin:0 0 3px 0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#006600;
text-decoration:none;

}

#subtopics1 li a, #subtopics2 li a, #subtopics3 li a, #subtopics4 li a, #subtopics5 li a, #subtopics6 li a {
color:#006600;
text-decoration:none;
}

#subtopics1 li a:hover, #subtopics2 li a:hover, #subtopics3 li a:hover, #subtopics4 li a:hover, #subtopics5 li a:hover, #subtopics6 li a:hover {
background-color:#FFFFCC;
color:#006600;
text-decoration:none;
}





