html
	{
	height: 101%;
	}


body, td
	{
	font-family: tahoma, sans-serif;
	font-size: 8pt;
	color: #5e5c5f;
	}

body 
	{ 
	margin: 0 0 0 0; 
	background-color: #9967ff;
	background-image: url('art/background.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	} 

a:link, a:visited, a:active
	{
	text-decoration: none;
	color: #af6afc;	
	}

a:hover
	{
	text-decoration: underline;
	color: #7000e8;
	}

h1
	{
	font-size: 160%;
	color: #69666c;
	}
h2
	{
	font-size: 120%;
	color: #69666c;
	}



img
	{
	border: 0;
	}

#wrapper
	{
	margin: 60px 0px 0px 0px;
	width: 860px;
	background-color: #FFFFFF;
	border-left: 1pt solid #330000;
	border-top: 1pt solid #330000;
	border-right: 2pt solid #330000;
	border-bottom: 2pt solid #330000;
	text-align: left;
	}


#sphere
	{
	position: relative; top:-40px; left: -60px;
	}

#logo
	{
	position: relative; top:-40px; left: -65px;
	margin-right: -60px;
	}

#tagline
	{
	width: 610px;
	margin-left: 125px;
	position: relative; top:-105px;
	text-align: center;
	border: 0pt solid #330000;
	}

#addressdiv
	{
	background-color: #C0C0C0 ;
	color: #000000;
	}

#addressdiv a:link, a:visited, a:active
	{
	text-decoration: underline;
	color: #7000e8;
	}

#addressdiv a:hover
	{
	text-decoration: underline;
	color: #af6afc;
	}




#maincontent
	{
	width: 740px;
	min-height: 280px;
	margin: auto;
	position: relative; top:-100px;
	padding: 0 20px 0 0px;
	clear: both;
	text-align: justify;	
	border: 0pt solid #330000;
	}



#menu
	{
	width:150px; 
	overflow:hidden; 
	text-align:center; 
	font-size: 11pt;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;

	}

.menuitem 
	{ 
	width:150px; 
	height:32px;  
	border-bottom:2px #ffffff solid; 
	background-color:#7000e8; 
	}


.menuitem a, .menuitem a:visited, .menuitem a:hover  
	{ 
	height:auto; 
	min-height:24px;
	padding-top:8px; 
	display:block; 
	text-decoration: none;
	}


.menuitem a, .menuitem a:visited 
	{  
	color:#FFFFFF; 
	}

.menuitem a:hover 
	{
	color: #7000e8;
	background-color:#bd82ff;  
	}

.rightimage
	{
	float: right;
	margin: -2px 0 2px 8px;
	}

.leftimage
	{
	float: left;
	margin: 4px 8px 4px 0;
	}

#footer
	{
	font-size: 7pt;
	color: #47355b;
	width: 100%;
	text-align: center;
	}

#footer a, #footer a:visited 
	{  
	color:#7000e8; 
	}

#footer a:hover 
	{
	color: #cc9dff;
	}