body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	color : #666666;
}
.green{
	color: #48b26a;
	font-weight: bold;
}
.logo {
	float: left;
	width: 307px;
}
.page_heading {
	font-size: 1.8em;
	text-align: right;
	vertical-align: bottom;
	float: right;
	width: 493px;
	line-height: 75px;
	color: #48b26a;
	background: #000000;
	font-weight: bolder;
	margin-right: 10px;
}


.nav, .nav ul { /* all lists */
	list-style: none;
	color: #48b26a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
	display: inline;
	vertical-align: text-bottom;
}

.nav li { /* all list items */
	float: right;
	width: 10em;	
		border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.nav a:hover {
	text-decoration: none;
	color: #D52E25;
}
.nav a {
	color: #48b26a;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0px;
}
.text{
	font-size: .9em;
	text-align: left;
	color: #666666;
	padding: 5px;
	background: transparent;
}
.article_text{
	font-size: 0.9em;
	text-align: justify;
	color: #666666;
	padding: 10px;
	background: #FFFFFF;
	margin: 10px;
	border: 2px solid #666666;
}
.gallery_text{
	font-size: 0.9em;
	text-align: center;
	color: #666666;
	padding: 10px;
	background: #FFFFFF;
	margin: 10px;
	border: 2px solid #666666;
}
.special_text{
	font-size: 0.9em;
	text-align: center;
	color: #636fab;
	background: #FFFFFF;
	padding: 10px;
	border-top: 2px solid #d52e25;
	border-right: 2px solid #d52e25;
	border-bottom: 2px solid #d52e25;
	border-left: 2px solid #d52e25;
	font-weight: bold;
	margin: 10px;
}
.gallery{
	font-size: 0.9em;
	text-align: center;
	color: #636fab;
	background: #FFFFFF;
	border-top: 2px solid #d52e25;
	border-right: 2px solid #d52e25;
	border-bottom: 2px solid #d52e25;
	border-left: 2px solid #d52e25;
	font-weight: bold;
	margin: 10px;
	padding-top: 10px;
}
.gallery image {
	clear: right;
}
.caption {
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	padding-bottom: 5px;
	padding-right: 15px;
	clear: none;
	margin: 10px;
}
h1{
	font-size: 1.2em;
	text-align: center;
	color: #636fab;
	padding: 10px;
	background: #FFFFFF;
	margin: 10px;
}
.front_strong {
	font-size: 1em;
	font-weight: bold;
	color: #d52e25;
}
h2{
	font-size: 1em;
	text-align: left;
	color: #48b26a;
}
.pullquote {

	float:right;
	width:30%;
	padding:8px;
	border:2px dashed #d52e25;
	font-size: 1em;
	margin:20px;
	background-color:#636fab;
	color: #FFFFFF;
	line-height: 13px;
}
.pullquote h2{
	font-weight: bold;
	color: #FFFFFF;
}
