/* CSS Document */

/*For use on Advocacy letters*/

body, html {
	background-image:none;
}
#main {
	width:60%;
	max-width:580px;
	min-width:400px;
	float:left;
	padding:20px;
	padding-bottom:40px;
	border-left: 5px solid #ff8c13;
	border-top: 1px solid #7d7b7c;
	border-bottom: 1px solid #7d7b7c;
	border-right: 1px solid #7d7b7c;
}

p, ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
	text-align:justify;
	list-style-image:    url("../../../images/bullet0.png");
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding-bottom:20px;
}
