body {
	background-color: #918D88;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1px; /* IE */
}
#header {
	height: 127px;
	background-color: #FFF;
}
#header #logo {
	margin: 31px 0 0 14px;
}
#nav {
	height: 24px;
	background-color: #918D88;
	background-image: url(../img/nav_background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 6px 0 0 197px;
}
#subNav {
	height: 24px;
	padding: 6px 0 45px 44px;
}
#content {
	background-color: #FFF;
	background-image: url(../img/content_background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 1px;
}
#container {
	background-color: #FFF;
	background-image: url(../img/container_background.gif);
	background-position: top right;
	background-repeat: repeat-x;
}
#sizedContainer {
	width: 954px;
	background-image: url(../img/content_background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	position: relative;
}
#metaNav {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 305px;
}
#columnLeft {
	width: 185px;
	float: left;
	font-size: 11px;
}
#columnCenter {
	width: 573px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 25px;
}
#columnCenter h1 {
	margin: 0;
	padding: 0 0 0 44px;
	color: #9B0623;
	font-size: 13px;
	font-weight: normal;
}
#columnCenter p {
	margin: 0;
	padding: 0 0 0 44px;
	width: 480px;
	color: #4D4541;
}
#columnCenter p.right, #columnCenter h1.right {
	padding-left: 265px;
	width: 270px;
}
#columnCenter a {
	color: #4D4541;
	text-decoration: underline;
}
#columnCenter a.external {
	color: #4D4541;
	font-weight: bold;
}
#columnCenter a:hover {
	text-decoration: none;
}
#columnRight {
	width: 196px;
	padding-bottom: 15px;
	float: left;
	font-size: 11px;
	color: #3C3833;
}
.newsItem {
	padding: 11px 10px 14px 10px;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	line-height: 18px;
}
.newsItem h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.newsItem a {
	color: #FFF;
	text-decoration: underline;
}
.newsItem a:hover {
	text-decoration: none;
}
.newsItem a.external {
	color: #3C3833;
}
#footer {
	background-color: #918D88;
	height: 30px;
	width: 573px;
	padding: 8px 0 0 185px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.important, #columnCenter a.important {
	color: #9B0623;
}
#content p sup, #content h1 sup {
	font-size: 9px;
}