body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(/images/bg_splash.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 30px 0px 0px;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	text-align: center;
}
a:link		{ color: #330000; }
a:visited	{ color: #666666; }
a:hover		{ color: #330000; }



.intro {
	padding: 16px 20% 0px 20%;
	text-align: left;
	font-size: .9em;
	line-height: 120%;


}
#navigation {
	text-align: center;
}
.navigationlink:link	{ color: #330000; font-weight: bold; }
.navigationlink:visited	{ color: #330000; font-weight: bold; }
.navigationlink:hover	{ color: #330000; font-weight: bold; }
