body { 
	font-family: Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0; 
	background-color: #000;
}
div#container {
	width: 1012px;
	margin: 0 auto;
	background: #fff url("/images/border-fade-bg.gif") repeat-y 0 0;
}
div.indent {
	margin: 0 16px;
	padding-top: 20px;
}
div.indent2 {
	margin: 0 40px;
}
div.indent3 {
	margin: 0 38px 0 88px;
}

div.indent4 {
	margin: 0 38px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
img {
	border: 0;
}
.linklist a:hover, .white a:hover {
	color: #d82c1f; 
}

.linklist {
	background: url("/images/linklist-tick-grey.gif") no-repeat 0 50%;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}
.white {
	background-image: url("/images/linklist-tick-white.gif");
}
.linklist a {
	text-decoration: none;
	color: #88909d;
}
.white a {
	color: #fff;
}
.linklist ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
}
.linklist li {
	float: left;
	background: url("/images/linklist-tick-grey.gif") no-repeat 100% 50%;
	padding: 0 16px;
}
.white li {
	background-image: url("/images/linklist-tick-white.gif");
}
.linklist li.selected a {
	color: #d82c1f;
}

.sunrise, .sunset {
	color: #88909d;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	width: 120px;
}
.sunrise {
	background: url("/images/sunrise.gif") no-repeat 0 50%;
	margin-top: 20px;
}
.sunset {
	background: url("/images/sunset.gif") no-repeat 0 50%;
	margin-top: 10px;
}

.mainNaviTopfade {
	background: url("/images/navi-main-topfade-bg.gif") repeat-x 0 100%;
	margin-top: 10px;
}
.mainNaviBottomfade {
	background: url("/images/navi-main-bottomfade-bg.gif") repeat-x 0 0;
	margin-bottom: 5px;
}
.mainNaviBg {
	background-color: #88919e;
}

p.copy {
	margin: 0 0 10px 35px;
}

.nostotContainer {
	padding: 20px 11px 0 36px;
	clear: both;
}
.nostotContainer .nosto {
	float: left;
	padding-right: 25px;
	width: 286px;
}
.nostotContainer h3 {
	margin: 0;
	text-transform: uppercase;
	color: #d82c1f;
	size: 12px;
}
.nostotContainer p {
	margin: 0;
}
.nostotContainer dl {
	color: #87909d;
	clear: both;
	margin: 3px 0 0 0;
}
.nostotContainer dt {
	float: left;
}
.nostotContainer dd {
	float: right;
}
.nostotContainer dd a {
	color: #87909d;
	text-decoration: none;
}

form.mailinglist {
	margin-top: 6px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #87909d;
}

p.cite {
	color: #88909d;
	font-size: 24px;
}

.article {
	width: 520px;
	float: left;
}
.article h2 {
	font-size: 15px;
	margin: 0;
}
.article h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}
.article h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
}
