<!--
body
{
	margin: 0;
	background-color: #000;
}

#topthird
{
	width: 100%;
	height: 10em;
	background-color: #FFF;
}

#remainder
{
	background-color: #000;
	color: #FFF;
	margin: 0 0 0 20%;
}

#topthird h1
{
	font-size: 4em;
	line-height: 4em;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0 20%;
	color: black;
}

#topthird h2
{
	font-size: 2em;
	line-height: 4em;
	font-style: normal;
	font-weight: 600;
	margin: 0 0 0 20%;
	color: black;
}

#topthird .subsidh1
{
	font-size: smaller;
	font-style: italic;
}

#remainder h2
{
	font-size: 2em;
	font-style: normal;
	line-height: 2em;
}

#remainder p { margin-right: 6em; }
#frontpagenavblock { margin: 50px 0 0 0; }

a
{
	color: #F03;
	font-style: italic;
	text-decoration: none;
}

.grey { color: #666; }
a:hover{ color: #FC0;}
#frontpagenavblock a
{
	display: block;
	font-size: 1.4em;
	line-height: 2em;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 0 0;
}

.rightalign { font-style: italic; }
.underline { text-decoration: underline; }
-->
