@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------- GLOBAL RESETS -------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}


body {
	background-color: #fff;
	text-align: center;
	font-size: 66%;
}

body, td, input, select, option, textarea {
	color: #000;
	font-size: 0.8em;
	font-family: Trebuchet MS, Bitstream Vera Sans, "verdana", lucida, arial, helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

strong {
	font-weight: bold;
}

p, h1, h2, h3, h4 {
	margin: .4em 0 .6em 0;
}




/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	text-align: left;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	font-weight: bold;
}

h1, h2 {
	font-size: 1.4em;
}

h3, h4 {
	font-size: 1.1em;
}

a img {
	border: none;
}

.alignRight {
	text-align: right;
}

.cleared {
	clear: both;
	height: 0;
	overflow: hidden;
}


#header {
	width: 670px;	
	height: 334px;
	border-bottom: 5px solid #fff;
	padding: 0;
	overflow: hidden;
}


#allContent {
	width: 670px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/2bars.gif) top center repeat-y;
}

#leftCol {
	float: left;	
	background-color: #2d7a25;
	color: #fff;
	padding: 5px 10px 50px 5px;
	width: 200px !important;
	width: 215px;
	width/**/:/**/200px;
}

#leftCol h2, #leftCol h3, #leftCol h4 { 
	border-bottom: 2px dotted #8A8A8A;
	padding-bottom: 5px;
}

#mainContent {
	margin: 5px 0;	
	overflow: hidden;
}

#rightCol {
	float: right;
	width: 450px;
}

#navBar {
	margin: 0;
	overflow: hidden;
	background-color: #007000;
	border-bottom: 5px solid #fff;
	line-height: 1em;
	height: 2.6em;
}

#navBar li {
	float: left;
}	

#navBar a {
	display: block;
	font-size: 1.1em;
	padding: .9em 1em .6em 1em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#navBar a:hover {
	background-color: ;
	color: #F7CB50;
}

#bodyContent {
	padding: 10px;
	background-color: #78B544;
}

.bodyImage {
	float: right;
	border: 2px solid #fff;
	margin: 0 0 .6em 1em;
}

#bodyContent a, #leftCol a {
	color: #C9C9C9;
	text-decoration: underline;
	font-weight: normal;
}

#bodyContent a:hover {
	color: #B8860B;
	text-decoration: none;
	background-color: 
}


#footer {
	border-top: 5p solid #fff;
	background-color: #b8860b;
	text-align: center;
	font-size: 75%;
	padding: .5em;
}


#sucessStories h3 {
	margin-top: 1em;
}

.backUp {
	text-align: right;
	margin: 2em 0 0 0;
}

#bodyContent .backUp a {
	background-color: #a8cd89;
	color: #fff;
	text-decoration: none;
	font-size: 90%;
	padding: .2em .5em;
}

#leftCol h4 {
	margin-top: 2em;
}

.contact {
	text-align: center;
	background-color: #c0c0c0;
	margin: 1.3em 0 .5em 0;
	padding: .8em;
	color: #030303;
	font-weight: bold;
	font-size: 1.2em;
	line-height: .8em;
}