/*

Pemaquid Communications, LLC
28 Maple Street
Suite 300
Portland, Maine 04101
+1 207.221.2520

http://pemaquid.com
http://facebook.com/pemaquid
http://twitter.com/pemaquid

PRINT.CSS 

*/

#skips, #nav, #imagenugget, #imagenugget_child, #footer {display:none;}
/* #content {font-family: 'Helvetica Neue', sans-serif !important;} */

body {
	font: 0.8em/1.7em normal Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	margin:0 auto;
	padding: 0;
	line-height:1.6em;
	background-color:#fff;
	border-top:10px solid #D8DB6F;
	position:relative;
	width:790px;
	}
	
#content {
	/* float:right; */
	color: #333;
	/* width:593px; */
	padding:0;
	text-align:justify;
	margin: 0;
	}

#content h2, #content h3 {
	border-bottom:1px solid #858885;
	color:#6A9492;
	font-weight:bold;
	margin:2em 0 15px 0;
	}
  
#content h4 {
	color:#1E5B57;
	font:bold 0.9em normal Helvetica, Arial, sans-serif;
	}

#content a{
	color:#C10435;
	text-decoration:none;
	}

#content p{
	margin-bottom:15px;
	}

#content ul, #content ol{
  margin: 0 0 15px 45px;
	}	