#contentcms {
	margin-left: 44px;
	width: 530px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#contentcms a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#contentcms a:link, #contentcms a:visited {color: #00703C; border-bottom-color: #00703C;}

#contentcms a:hover, #contentcms a:active {color: #663700; border-bottom-color: #663700;}
	
#contentcms h1 {
	font-size: 22px;
	line-height: 24px;
	color: #00703C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00703C;
	font-weight: normal;
	margin: 0px 0px 20px;
}
#contentcms h2 {
	font-size: 18px;
	line-height: 20px;
	color: #00703C;
	margin: 20px 0px 0px;
}
#contentcms h3 {
	font-size: 14px;
	line-height: 18px;
	color: #633A04;
	margin: 20px 0px 0px;
}
#contentcms h4 {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin: 20px 0px 0px;
}
#contentcms p {margin: 0px 0px 16px;}
#contentcms ul {margin-top: 4px; margin-bottom: 12px;}
#contentcms ul li {list-style-type: square;}

.indent {margin: 0px 20px;}
.imageRight {float: right; margin: 0px 0px 10px 10px;}
.imageLeft {float: left; margin: 0px 10px 10px 0px;}
