h1 {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FFF; 
	font-size: 12pt;
	margin-top: 5;
}

p, td {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FFF; 
	font-size: 10pt;
}

td p {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FFF; 
	font-size: 10pt;
	margin-right: 30%;
}

#copyright {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FFF; 
	font-size: 10pt;
	margin-right: 5%;
	text-align: right;
}

/* page heading text */
.heading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #D69D01;
}

/* hyperlink colors */
A:link {color:#FFFFCC;}
A:visited {color: ##FFFFCC;}
A:hover {color: ##FFFFCC;}
A:active {color: #FFFFCC;}

/* text size for 'next' with navigation arrows */
#navText{ 	font-size: 15px;
			font-weight: bold;
			vertical-align: 25%;
		}

/* everything below is for the drop downs, do not edit */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

#nav li { /* all list items */
 	float: left;
  	position: relative;
	text-align: center;
  	width: 10em;
	font-family: arial, helvetica, serif;
}

#nav li ul { /* second-level lists */
  	display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0;
	
	background-color: #000;
	border: 1px solid #7d6340;
	z-index: 3;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	display: block;
}

#nav li li a {
	color: white;
	text-align: left;
	font-weight: bold;
	padding: 0.2em 10px;
}

#nav li > ul {
	top: auto;
	left: auto;
}


