html, body {  
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body { 
	margin-left: 15px;
}
#mother { /*Mother is the Main container that keeps an absolute width of 761px*/
	width: 700px;
	/*border: 1px solid black;*/
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:hover{
text-decoration:underline;
color:#660066;
}
a:visited{
color:#660066;
}
UL { 
	margin-top: 1pt;
	margin-bottom: 1pt;
}
h1 {
	font-size: 1.75em;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #666666;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #660066;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #660066;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#navlist {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	}
#navlist li {
	border-left: 1px solid #000;
	/*float: left; Float is causing text to bump up against navigation in IE change to display:inline; */
	display: inline;
	line-height: 1.1em;
	padding: 0 .5em 0 .6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
#navlist #active {
	border-left: 0 none;
	padding-left: .5em;
	margin-left: 0;
	}
