.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

h1,h2,h3,h4,h5,h6 {
	font-family: georgia, times new roman, serif;
	font-weight: normal;
	color: #526567;
	margin: 0 0 10px 0;
	padding: 0;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }


p.bodytext {
	line-height: 16px;
	margin: 0 0 16px;
	padding: 0;
}

.clearer {
	clear: both;
}

dl.csc-menu-4 {
	margin: 0;
	padding: 0;
}
.csc-menu-4 dt {
	margin: 3px 0;
}
.csc-menu-4 dt a {
	color: #386480;
	text-decoration: none;
	font-weight: bold;
}

#contentcol ul, #wide-content ul {
	list-style-type: disc;
	margin: 0 0 0 8px;
	padding: 0;
}
#contentcol li, #wide-content li {
	margin: 0 0 0 10px;
	padding: 0 0 1px 0;
	line-height: 15px;
}