/**/
	.contentarea {
		margin: 40px 0;
		}
	.contentpad {
		margin: 20px 0;
		}
	.contentblock {
		font-size: 12px;
		}
	.contentblock p {
		line-height: 18px;
		}
	.contentblock table {
		border-collapse: collapse;
		margin: 20px 0;
		}
		.contentblock table td {
			font-size: 10px;
			margin: 0;
			padding: 8px;
			}
			.contentblock table thead td {
				border: 1px solid #444;
				background: #666666;
				color: #fff;
				font-size: 11px;
				font-weight: bold;
				}
			.contentblock table tbody td {
				border: 1px solid #444;
				background: #eaeaea;
				color: #333;
				}
/* HOME PAGE */
	.homepage {
		width: 850px;
		}
	.homepage-main {
		float: left;
		padding-right: 50px;
		width: 400px;
		}
	.homepage-newposts {
		float: left;
		padding-right: 50px;
		width: 175px;
		}
	.homepage-links {
		float: left;
		width: 175px;
		}
	.homepage h3 {
		border-color: #727272;
		color: #999;
		font-size: 20px;
		}
/* LISTS */
	.datelist {
		margin: 10px;
		}
		.datelist dt {
			font-size: 9px;
			font-weight: bold;
			margin: 5px 0;
			}
		.datelist dd {
			font-size: 14px;
			margin: 5px 0 5px 10px;
			}
/* GENERAL */
	.clear {
		font: normal 1px/1px sans-serif;
		clear: both;
		}
	.hidden,
	.screen-reader-text {
		display: none;
		}
	.highlight {
		color: #ea3a2d;
		}
/* COLORS */
	.white {
		color: #fff;
		}
/* TEXT STYLES */
	.center,
	p.center {
		text-align: center;
		}
	.justify,
	p.justify {
		text-align: justify;
		}
	.italics {
		font-style: italic;
		}
	.bold {
		font-weight: bold;
		}
	.unbold {
		font-weight: normal;
		}
	.xsmall {
		font-size: 9px;
		}
	.small {
		font-size: 10px;
		}
	.medium {
		font-size: 11px;
		}
	.large {
		font-size: 12px;
		}
	.xlarge {
		font-size: 14px;
		}

