/* GENERAL FORMATTING *****************************/

body {
	font-family: 'Lucida Grande', Verdana, Geneva, Helvetica, Arial, sans-serif, serif;
	font-size: 10pt;
	color: #666666;
	background-color: #e3e7ea;
	text-align: center;
	margin: 0;
	margin-bottom:10px;
}

a { text-decoration: none; color: #773333}

#content, div.content {
	width: 800px;
	text-align: left;
	padding: 2% 2% 1% 2%;
	background-color: #FFFEFE;
	margin-right: auto; 
	margin-left: auto;
}

#title, div.title {
	clear:both;
	padding: 0% 2% 0% 2%;
	text-align: left;
}

#pic, div.pic {
	float: left;
	width: 170px;
	padding: 2% 2% 2% 2%;
	text-align: left;
}

#addr, div.addr {
	float: none;
	padding: 2% 2% 2% 2%;
	text-align: left;
}

#text, div.text {
	clear:both;
	padding: 2% 2% 2% 2%;
	text-align: left;
}

#text, div.footer {
	font-size: 8pt;
	padding: 0% 1% 0% 0%;
}

li{
  margin: 10px 0;
}

#nobullet, ul.nobullet
{
    list-style-type: none;
}