body
{
	background		: 		#000000; 
	color			: 		#ccb8b8;
	height			:		100%;
}
h1, h2
{
	font-family		:		"Tahoma", "Geneva", sans-serif;
	text-align		:		center;
}
a, a:visited	{
	color			:		#ccb8b8;
	text-decoration	:		none;
}
a:hover
{
	color			: 		#ccb8b8;
	text-decoration	:		underline;
}
#pagewrap
{
	width			:		70%;
	margin			:		10px auto 10px auto;
	position		: 		relative;
}
#header
{
	border-bottom	: 		solid 1px #ad78c7;
	color			:		#f7e6ff;
	padding			: 		10px;
	margin-bottom	: 		10px;
	text-align		: 		center;	
}
#header img
{
	border			:		0px;
}
img
{
	border			:		solid 1px #ffffff;
}
#siteNavigation
{
	width			: 		140px;
	float			: 		left;
	clear			: 		left;
}
#siteNavigation img
{
	border			:		0px;
}
#siteNavigation h1
{
	font-size		: 		120%;
	background-color	: 		#100017;
	border-bottom	: 	      solid 3px #ad78c7;
	color			:  		#dfcfe6;
}
#siteNavigation ul
{
	padding			: 		0px;
	margin			: 		0px;
}
#siteNavigation li
{
	display			: 		inline;
}
#siteNavigation .active
{
	font-style		: 		italic;
}
#siteNavigation a
{
	display			: 		block;
	padding			: 		2px 10px 2px 10px;
	border-bottom	: 		solid 1px #ad78c7;
	color			:  		#ccb8b8;
	text-decoration	: 		none;
}
#siteNavigation a:hover
{
	border-bottom	: 		dashed 1px #ad78c7;
}
#maincontent
{
	background		:		#100017;
	margin-left		:		170px;
	margin-right	:		30px;
	margin-top		:		20px;
	padding-left	:		20px;
	padding-right	:		20px;
	padding-bottom	:		50px;
	text-align		:		center;
}
#pageFooter
{
	text-align		:		center;
	padding-top   	: 		10px;
	width			:		100%;	
}
.indented
{
text-align		: right;
}

table
{
margin-left		:		auto;
margin-right	:		auto;
}

.pageheading
{
border	:	0px;
}

