body {
	font-family:helvetica;
	font-size:9pt;
}

p {
	margin:0px;
	padding:0px;
}

div {
	border:0px solid red;
}

#container {
	width:720px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:75px;
	margin-top:50px;
	margin-bottom:25px;
}

#header_left {
	width:360px;
	float:left;
	height:75px;
}

#header_right {

	width:360px;
	float:right;
	height:75px;
}

.body_section {
	margin-bottom:15px;
}

.header_text {
	color:#659a30;
}

.header_large {
	font-size:28pt;
}

.address {
	text-transform: capitalize;
	font-size:8pt;
	float:right;
}

.navigation_bar {
	margin-top:20px;
	float:right;
	font-size:10pt;
		
}

.navigation_link:hover {
	text-decoration:underline;
}

.contact {
	font-size:8pt;
}

.website {
	font-size:8pt;
	float:right;
}

.section_header {
	color:#659a30;
	text-transform: capitalize;
	font-size:12pt;
	margin-bottom:10px;
	border-bottom:1px solid #efefef;
	padding-bottom:1px;
}

.sub_title {
	text-transform: uppercase;
	font-weight:bold;
	font-size:8pt;
}

.sub_title_date {
	float:right;
	font-weight:bold;
	font-size:8pt;
}


ul {
	margin:0px;
	padding:0px;
	margin-left:16px;
	margin-bottom:10px;
	list-style-type:circle;
}

li {
	
	margin:0px;
	padding:0px;
	margin-top:3px;
	font-size:9pt;
}

.bold {

	font-size:7.5pt;
	font-weight:bold;
}

.footer {
	color:#333333;
	border-top:1px solid #efefef;
	padding-top:5px;
	font-size:8pt;
}

a {
	text-decoration:none;
	color:#659a30;
}