/* CSS Document */ 
/* Written by D J Churchyard, Tricees (c) 2007*/ 
body	{
	text-align: center;
	background-color: #35007D;
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.purple	{
	color: #35007D;
}
.blue	{
	color: #009999;
}
img	{
	border: 0px;
}
#wrapper	{
	position: relative;
	width: 754px;
	height: 600px;
	margin: 0 auto;
	border: 4px solid #009999;
	top: 20px;
	background-color: #ffffff;
}
#logo	{
	position: absolute;
	top: 24px;
	left: 80px;
	width: 594px;
	height: 200px;
	border: 1px solid #009999;
}
#navigation	{
	position:absolute;
	top: 225px;
	left: 80px;
	width: 594px;
	height: auto;
	border: 1px solid #009999;
	background-image: url(/images/navfill.jpg);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:visited	{
	color: #eeeeee;
}
#navigation a:hover	{
	text-decoration:underline;
	color:#ffffff;
}
#navigation a:active	{
	text-decoration: underline;
	color:#009999;
}
#maintext	{
	position:absolute;
	top: 261px;
	left: 78px;
	width: 594px;
	height: auto;
	overflow: auto;
	color: #000000;
	font-size: 80%;
	text-align:left;
}

#footer	{
	position:absolute;
	bottom: 0px;
	left: 0px;
	height: auto;
	width: 754px;
	border-top: 1px solid #009999;
	background-color: #D5FFFF;
	font-size: 70%;
	color: #666666;

}
#footer a	{
	color: #666666;
	text-decoration:none;
}
.bandb	{
	font-size: 120%;
	font-weight: bold;
	color:#35007D; 
}
.cite	{
	font-size: 100%;
	font-style:italic;
}
