body {
	font-size: 16px;
	font: normal normal normal 16px/1.0em 'Open Sans', sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}

p {
	margin: 0px;
}

a img {
	border: none;
}

a:link {
	color: #3a9e4a;	
	text-decoration: none;
}

a:visited {
	color: #3a9e4a;		
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	color: #fff;
	text-decoration: none;
}

.container {
	width: 980px;
	background: #FFF;
	margin: 0 auto; 
}

.containerB {
	width: 980px;
	background: #000;
	margin: 0 auto; 
}

.content {
	padding: 0px 0;
}

/* ~~ The footer ~~ */

.footer {
	padding: 10px 0;
	background: #000;
}

/* ~~ miscellaneous float/clear classes ~~ */

.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: 15px;
	margin-right: 15px;
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 15px;
	margin-right: 15px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container {
	font: normal normal normal 16px/1.0em 'Open Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}

.HeaderTitle {
	font: normal normal normal 30px/1.2em 'Open Sans', sans-serif;
	font-size: 25pt;
	font-style: bold;
	text-align: center;
	color: #3a9e4a;
	font-weight: bold;
	letter-spacing: 1px;
	background: #000;
	width: 980px;
	height: 135px;
}

.Body1 {
	font-size: 18pt;
	color: #3a9e4a;
	font-weight: bold;
}

.Body2 {
	font-size: 13pt;
	color: #3a9e4a;
	font-weight: bold;
}

.BodyL {
	font-weight: bold;
	font-style:italic
}


<!--new drop down menu nav -->
#primary_nav_wrap
{
	margin-top: 0px;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:right;
	margin:-60px 0px 0px 0px;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	text-decoration:none;
	font: normal normal normal 40px/1.9em 'Open Sans', sans-serif;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	letter-spacing: 2px;		
	padding: 10px 34px;
	background: #000;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	color: #fff;
}

#primary_nav_wrap ul li:hover
{
	color: #fff;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#000;
	padding:0;
	margin:0px 0px 0px 0px;	
}

#primary_nav_wrap ul ul li
{
	float:center;
	width:220px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}						

<!--end new drop down menu nav -->


