table {
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}	
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 10px;
	color: #EC940E;
	font-weight: bold;
	text-decoration: none;


}
.navbarright {

	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: circle;
	padding-bottom: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #F5BC65;
}
.navbarright a:link {
    color: #000000;
}
a:link {
	text-decoration: none;
	color: #EC940E;

}
a:visited {
	color: #E4AB31;
	text-decoration: none;
}
a:hover {
	color: #336699;
	background-color: #E4AB31;
	text-decoration: none;
}
a:active {
	color: #DA6D01;
	text-decoration: underline;
	background-color: #F7C477;

}
.subtopheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #EC940E;
}

h5 {
   border-top: 1px solid #EC940E; margin-right: 5%; padding-top: 1em; font-size: 12px;
}   
   	
table#findout { 
    border: dashed; border-width: 1px; border-color: #BEBFBF; margin-left: 20px;
}
table#findout p {
   margin: 0.66em;
}   	
	
p#footer {
   border: solid; border-width: 1px 0 0 0; border-color: #BEBFBF; padding: 0.5em 0.5em 0.5em 5em;
   margin-left: 10%; margin-right: 10%;
}  
