body {background: #fff; font-family: Tahoma, Geneva, sans-serif; font-size:1.5em;}

#content {
	min-width:600px;
	max-width:1080px;
	margin:0 auto;
}

#footer {
	background-color:#ffffff;
	color:#fff;
	padding:1em;
	margin-bottom:0;
	
}

#footer a {color:#fff; text-decoration:none;}

p.title {font-size: 150%; text-align: center;}


.imgright {float:right; margin-left:15px;}


	
.responsiveimage {
	max-width: 100%;
    height:auto;
	margin-right: auto;
	margin-left: auto;
	
   
}


h2 {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	text-align:center;
	color: #113007;
}

.tagline {font-family: 'PT Serif', serif;font-weight: 400; font-size:180%; text-align:center;}

.blue {
	color:#3978a7; }
	
.red { color:#da6240; }	

p {
	line-height:inherit;
	margin: 1.6em 15%;
	color:#555;
	font-size: 20px;
}	

.doc { -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5); 
padding:20px;}

.imgleft {float:left; position:relative; margin-left:-20px; margin-right: 40px; margin-bottom:20px;}

.halfleft {width:49%; float:left;}
.halfright {width:49%; float:right;}
.clear {clear:both;}
