.copyright {
			position: relative;
			left:10px;
			font-family:arial;
			font-size: 9px;
			font-weight: normal;
			color: #000000;
		}
		
		.footer {
			font-family:arial;
			font-size: 12px;
			font-weight: bolder;
			color: #FFFFFF;
		}
		
		a {
			font-family:arial;
			font-size: 12px;
			font-weight: bolder;
			color: #FFFFFF;
			text-decoration: none
		}
		
		a:hover {
			font-family:arial;
			font-size: 12px;
			font-weight: bolder;
			color: #0D6826;
			text-decoration: none
		}
		
		a:visited {
			font-family:arial;
			font-size: 12px;
			font-weight: bolder;
			color: #FFFFFF;
			text-decoration: underline;
		}
		
		.services-text {
			position:relative;
			width:580px;
			height:auto;
			left:40px;
			top:50px;
			line-height: 30px;
			font-family:arial;
			font-size: 16px;
			font-weight: normal;
			color: #000000;
		}
		
		.main-text {
			position:relative;
			width:500px;
			height:auto;
			left:40px;
			top:20px;
			line-height: 30px;
			font-family:arial;
			font-size: 16px;
			font-weight: normal;
			color: #000000;
		}
		
		.main-sub-text {
			position:relative;
			width:500px;
			height:auto;
			left:30px;
			top:40px;
		}
		
		.sub-text {
			font-family:arial;
			font-size: 12px;
			font-weight: normal;
			color: #000000;
		}
		
		.nav {
			position:relative;
			left:-10px;
		}