
 		body {
 		margin:0px auto; 
 		padding:0px; 
 		background: url(i/bg.jpg);
 		text-align: center;
 		}

 		.mainBox {
 			width: 800px;
 			margin: 20px auto;
 			text-align: left;
 		}

 		.header {
 			width: 800px;
 			height: 100px;
 		}

 		.headRight {
		width: 400px;
		height: 100px;
		float: right;
 		}

 		.headLeft {
 		width: 400px;
		height: 100px;
		float: left;
 		}

 		.inside {
 			margin: 0px;
 			width: 800px;
 		}

 	.sideBar {
	width: 155px;
	text-align: left;
	line-height: 23px;
	float: left;
 	}
		

 	.mainContent {
 		width: 645px;
 		float: left;
 	}

 	.mainContentInside {
 		background: url(i/content_middle.gif);
 		width: 645px;

 	}

 	  img, #mainContentInside { 
 		}

 	.text {
 		margin: 0px;
 		padding: 0px 20px 1px 20px;
 		font-family: arial;
 		color: #231f20;
 		font-size: 12px;
 		line-height: 23px;
 		text-align: left;
 	}

 	.clear {
 		clear: both;
 	}

.footer {
  background: url(i/footer.png);
	width: 645px;
	height: 96px;
}

.contentBottom {
	background: url(i/content_bottom.png);
	width: 645px;
	height: 75px;
	margin-top: -50px;
}

.footerLinks {
	font-size: 11px;
	color: #70a100;
	margin: 7px;
	line-height: 15px;
}

.footerLinks a {
	font-size: 11px;
	font-weight: normal;
}

h1 {
			color: #231f20;
			font-weight: bold;
			font-size: 20px;
			margin-bottom: 5px;
			margin-top: 0px;
		}

h2 {
			color: #70a100;
			font-weight: bold;
			font-size: 18px;
			margin-bottom: 5px;
			margin-top: 0px;
		}


h3 {
			color: #231f20;
			font-weight: normal;
			font-size: 15px;
			margin-bottom: 5px;
			margin-top: 0px;
		}



	
a {
		color: #70a442;
		font-family: Arial;
		text-decoration: none;
}

		a:visited {
		color: #70a442;
		text-decoration: none;
}

	a:hover {
	color: #70a442;
	text-decoration: none;
}

.sideBar a:link {
		color: #70a442;
		font-family: Arial; font-size:16px;
		text-decoration: none;
		margin-bottom: 10px;
		line-height: 23px;
}


.sideBar a:visited {
		color: #70a442;
		text-decoration: none;
}

.sideBar a:hover {
	color: #70a442;
	text-decoration: none;
}

.serviceLinks {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}

.serviceLinks a:link {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}

.serviceLinks a:hover {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}

.serviceLinks a:visited {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}

