#content {
	width: 635px;
	margin: 10px 25px;
}
.content h3 {
	font-size:24px;
	text-align:left;
	margin:5px 0px;
	font-style: italic;
	font-weight: bold;
	height: 30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #022145;
}
.content p, .content ul {
	font-size:16px;
	color:#022145;
	margin: 0;
	margin-top: 10px;
}
#content table {
	width: auto;
}
#content ul {
	margin-left: 25px;
}
