p, ul, h1, h2, h3, li {

	width: auto;

	height: auto;

}



p, ul, h1, h2, h3, li {

	margin-left: 0;

	margin-right: 0;

	padding: 0;

}



body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background: white;

	margin: 2%;

}



#container {

	width: auto;

	text-align: left;

}



#nav {

	margin: 0;

	width: auto;

	clear: left;

	border-bottom: dashed 1px #5f2d61;

}



#nav ul {

	list-style: none;

}



#nav li {

	float: left;

	list-style: none;

}



#nav li ul {

	display: none;

}



#nav a {

	display: block;

	padding: 10px;

}



#nav a.current {

	font-weight: bold;

}



h1 {

	font-size: 10pt;

	color: #5f2d61;

}



h1 span {

	display: block;

	padding: 30px 0 0 0;

}



h1 img {

	display: block;

	float: left;

	margin-right: 50px;

}



h2 {

	font-size: 14pt;

	color: #5f2d61;

	font-family: Georgia, "Times New Roman", Times, serif;

	clear: both;

	padding-top: 10px;

	border-top: dashed 1px #5f2d61;

}



h3 {

	font-size: 10pt;

}



p, ul {

	font-size: 10pt;

}



ul {

	margin-left: 1.5em;

}



address {

	font-size: 8pt;

	width: auto;

	text-align: left;

	border-top: dashed 1px #5f2d61;

	padding-top: 5px;

}



address a {

	display: none;

}




