* { 
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #404040;
	background-color: #2c2c2c;
	line-height: 20px;
	text-align: left;
}

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url('../images/main1.gif');
	background-repeat: repeat-y;

}

#header {
	height: 114px;
	background-image: url('../images/header2.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #2c2c2c;
}

.space {
	clear: both;
	height: 20px;
	background-color: #fff;
}

#main {
	margin: 0 20px 0 20px;
	min-height: 550px;
}

#left {
	float: left;
	width: 232px;
}

#nav {
	margin-top: 30px;
	text-align: right;
	padding-right: 10px;
}

#right {
	float: right;
	width: 730px;
}

#footer {
	border-top: 1px solid #2c2c2c;
	background-color: #68a73e;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	color: #fff;
}

.services {
	float: left;
	width: 365px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p {
	margin: 0px 0px 10px 0px;
}

.in {
	margin-left: 30px;
}

ul, ol {
	margin-bottom: 10px;
}

li {
	margin-left: 30px;
	margin-bottom: 5px;
}

.heading {
	font-family: Georgia;
	font-size: 18px;
	color: #006200;
}

img {
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #006200;
}

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

a.nav:link,
a.nav:visited {
	text-decoration: none;
	font-family: Georgia;
	font-size: 18px;
	color: #006200;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dotted #fff;
	border-right: 1px dotted #fff;
}

a.nav:hover {
	color: #000;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}

a.navon {
    text-decoration: none;
    font-family: Georgia;
    font-size: 18px;
    color: #000;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}