#scroller {
	clear: both;
/*	border: 1px solid #F1F1F1;
	background-color: #F8F8F8;*/
	padding: 0 0 10px;
}


#content {
	padding-top: 30px;
}
#content td {
	vertical-align: top;
	padding: 0 25px;
	border-left: 1px solid #D8D8D8;
}
#content h1 {
	padding-top: 0;
}
#content h1 a {
	color: #0097D3;
	text-decoration: none;
}
#content h1 a:hover {
	text-decoration: underline;
}
#content p a {
	background: url(/images/page/bullet.gif) right bottom no-repeat;
	padding-right: 10px;
/*	text-decoration: none;*/
}
#content input {
	margin-bottom: 14px;
	width: 180px;
}
#content ul {
	margin-top: 5px;
}
#content li a {
	text-decoration: underline;
}


