/* ------------ STYLE ------------ */

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-color: #E1E1E1;
}

.content {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color:#000000;
}


/* ------------ HEADINGS ------------ */

.pagetitle {
	font-family: 'Helvetica', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color:#01A032;
	}
	
.largetitle {
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color:#01A032;
	}

	
.title {
	font-family: 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #01A032;
}

.titleblack {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.testimonials {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
	



#h1 {
	font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

#h3 {
	font-family: 'Helvetica', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}


/* ------------ TABLES ------------ */

#table {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.navtable {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #034C15;
	background-color: #ffffff;
	padding-left: 4px;
	padding-bottom:2px;
}


.table {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #cccccc;
}

/* ------------ LAYOUT ------------ */

#content {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 680px;
	min-width: 679px;
	height: 100%;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	background-color: #ffffff;
}

#backcontent {
	width: 700px;
	min-width: 700px;
	padding-bottom: 100px;
	background-color: #ffffff;
	margin: 0px auto;
	background-color: #ffffff;
}


#copyright {
	position: relative;
	float: left;
	top: 30px;
	left: 0px;
	width: 640px;
	min-width: 640px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #ffffff;
}


#footer {
	position: relative;
	float:  left;  
	clear: all ;
}

/* ------------ IMAGES ------------ */

img.floatRight { 
	float: right; 
	margin: 10px;
	left: 0px;
}


img.floatLeft { 
	float: left; 
	margin: 5px;
	left: 5px;
}
/* ------------ NAVIGATION ------------ */

#bottomnav {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #034C15;
}


/* ------------ LINKS ------------ */

#content a:link {
	color: #034C15;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color:#034C15;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #BDC04B;
	font-weight: bold;
	text-decoration: none;
}

#content a:active {
	color:#034C15;
	font-weight: bold;
	text-decoration: none;
}

#table a:link {
	color: #034C15;
	font-weight: normal;
	text-decoration: none;
}

#table a:visited {
	color:#034C15;
	font-weight: normal;
	text-decoration: none;
}

#table a:hover {
	color: #BDC04B;
	font-weight: normal;
	text-decoration: none;
}

#table a:active {
	color: #034C15;
	font-weight: normal;
	text-decoration: none;
}


#copyright a:link {
	color: #034C15;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:visited {
	color:#034C15;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover {
	color: #BDC04B;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:active {
	color:#034C15;
	font-weight: bold;
	text-decoration: none;
}
