@charset "UTF-8";
/* CSS Document */

.container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DEDEDE;
	clear: right;
	margin-bottom: 77px;
	padding-bottom: 20px;
}
.textcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 255px;
	width: 520px;
	position: static;
	margin-top: 25px;
	padding: 0px;
	list-style-type: square;
}
.container .textcontent li {
	padding: 5px;
}
.footer {
	clear: both;
}
.textcontent table {
	font-size: 11px;
}
.sideimage {
	width: 250px;
	float: left;
	clear: both;
}

a:link {
	color: #9E262C;
}
