.box {
	float: none;
	width: auto;
	padding: 10px;
	background: #FFF;
}
.link {
	color: #000;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}

.bullets ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.bullets ul li {
	margin-bottom: 6px;
	padding-left: 28px;
	min-height: 20px;
	background: url("/images/bullet.png") no-repeat left top;
}
.bullets li li {
	margin-top: 4px;
	border-top: 5px solid #FFF;
}
.bullets li.selected {
	background: url("/images/bullet-sel.png") top left no-repeat;
}
.bullets ul ul { margin-top: 8px; margin-left: -28px; background: #FFF; }
.bullets ul ul li { margin-bottom: -4px; margin-left: 28px; }
.titled {
	background: url(/images/content-header.png) no-repeat scroll left top transparent;
}
.titled-deco {
	background: url(/images/content-header-deco.png) no-repeat scroll left top transparent;
}
.titled-deco-large {
background: url(/images/content-header-deco-large.png) no-repeat top left;
}
.titled-cent{
	background: url(/files/image/content-header-cent.jpg) no-repeat scroll left top transparent;
}
.titled h2:first-child {
	margin-left: 34px;
	margin-top: -12px;
	color: #634F45;
	font-size: 13pt;
	font-weight: normal;
}
.titled-deco h2:first-child, .titled-deco-large h2:first-child, .titled-cent h2:first-child {
	margin-top: -6px;
	margin-bottom: 16px;
	text-align: center;
	color: #634F45;
	font-size: 13pt;
	font-weight: normal;
}
.titled-deco-large h2:first-child {
margin-bottom: 0px;
}
.titled-cent h2:first-child {
	color: #FFF;
}
.sub-nav {
	text-align: center;
	font-weight: bold;
}
.sub-nav p {
	margin: 0px;
}
.sub-nav + .bullets li {
	background-color: #FDFAE5;
	padding-bottom: 4px;
	padding-top: 4px;
background-position: left 4px;
}
.sub-nav + .bullets li.selected {
	background-color: #FFF;
}
.active-panel h2:first-child {
	padding-left: 26px;
	padding-bottom: 6px;
	font-size: 10pt;
	border-bottom: 2px solid #65B5E6;
	background: url("/images/bullet.png") top left no-repeat;
}
.col3 .widget:nth-child(1), .col3 .widgetadd + div {
margin-top: -12px;
}
