.textmodule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D2E00;
	text-decoration: none;
	line-height: 160%;
	margin-bottom: 15px;
}
.textmodule img {
	float:right;
	border: 1px solid #4D2E00;
	padding: 2px;
	margin: 5px 5px 5px 5px;
	}
	
.text_moduletitle {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6CACB;
}

.textmodule h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #804D00;
	text-decoration: none;
	margin: 20px 0 3px 0;
}

.textmodule p {
	padding:0 0 15px 0;
	margin:0px;
}

.textmodule ul {
	list-style-image: url(images/bullet.jpg);
	padding-left: 20px;
	}
	
	.textmodule ul li {
		padding-bottom: 15px;
		}

