/*-----attach body.custom to any style you add here-----*/
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;}
address {
margin:0; padding:0; line-height:100%;
}	
#primary h2 {
	font-size: 18px;
	color:#663333;
	border-top:dotted;
	border-top-width: 3px;
	border-top-color: #66CC33;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 100%;
	margin-top:4px;
	margin-bottom:0;
        clear:both;
}	

#primary h1 {
color:	#666600;
}
#primary p {
	line-height:140%;
	margin-top: 0px;
	margin-bottom:8px;
	}
.date {
	font-weight: bold;
	line-height:100%;
	padding-top:.7em;
	clear: both;
	}
#primary h4 {
   margin-top: 0;
   }
#primary h3 {
margin-top: 5px;
}
.clear {
clear: left;
}