
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px;
	padding: 0;
	background-color: #FFFFFF;
}

h1 {
	font-size: 22px;
	color: #4FA62D;;
}

h2 {
	font-size: 14px;
	color: #666666;
}

h3 {
	font-size: 14px;
	color: #666666;
}

h4 {
	font-size: 12px;
	color: #4FA62D;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 13px;
	color: #666666;;
}

p {
	font-size: 12px;
	color: #666666;
}

ul {
	margin-top: 0em;
	margin-bottom: 1em;
}

li {
	font-size: 12px;
	color: #666666;
}

a {
	font-size: 12px;
}

a:link {
	color: #4FA62D;
	text-decoration: none;
}

a:visited {
	color: #8C8C8C;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

#sitenav {
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	border-style: solid;
	border-color: #8C8C8C;	
}

#copy {
	margin-left: 180px;
	padding-left: 20px;
	border-top-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-right-width: 0;
	border-style: solid;
	border-color: #8C8C8C;
}

#teaserlist {
	display: none;
}

.content_header, .content_text, .content_textimg, .content_image {
	zoom: 1;
	overflow: hidden;
}

.content_container {
	position: relative;
}