* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: small Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}

p {
  margin-bottom: 10px;
}

a {
	color: #86aa3f;
	text-decoration: none;
	font-weight: bold;
  font: small Verdana, Arial, sans-serif;
  line-height: 1.5em;
}

.bold {
	color: #86aa3f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#wrap {
margin: 20px auto;
width: 794px;
background: #fff url('images/midd.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topp.jpg');
height: 38px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {
background: #fff url('images/bott.jpg');
height: 20px;
}

.header {
height: 160px;
background: #e9f0de;
}

.header h1 { 
	padding-left: 0px; 
	padding-top: 0px; 
	font-size: medium; 
	color: #FFF; 
	background: none;
}

.header h1 a { 
	font-size: medium; 
	color: #FFF; 
	text-decoration: none;
}

.header h2 { 
	padding-left: 17px; 
	padding-top: 0px; 
	font-size: medium; 
	color: #FFF; 
}

.breadcrumbs { 
    background: #f7f7f7; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 60%;
	margin: 5 0px;
	padding: 1% 1%;
	text-align: left;
}

.middle_nl {
	float: left;
	width: 100%;
	margin: 5 0px;
	padding: 1% 1%;
	text-align: left;
}


.right {
	float: left;
	width: 30%;
	margin: 0 0px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:0px;
	list-style-type: square;
	color: #abda4e;
}

.middle h2 { 
	color: #86aa3f; 
	font-size: medium; 
	margin-bottom: 10px; 
	margin-top: 10px;
}

.middle_nl h2 { 
	color: #86aa3f; 
	font-size: medium; 
	margin-bottom: 10px; 
	margin-top: 10px;
}

.right h2 { 
	color: #86aa3f; 
	font-size: medium; 
	margin-top: 15px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


