body	{
	background-color: #495a5b;
}

#content	{
	border: solid 1px #000000;
	background-color: #000000;
}

/* Top Line of the page */

#topbanner	{
  background-color: #668187; 
}
/*
.navlink	{ 
	color: black;
}

a.navlink:hover		{ color:white ; text-decoration: none }
*/

/* Now the main area on the page */

#mainbulk	 { 
	width: 800px; 
	height: 520px;
	text-align: center;
}
#maintext	{
	font-family: verdana;
	font-size: 14px;
	width: 680px; 
	height: 400px;
	top : 140px;
	left : 60px;
 	text-align: left;
 	position: absolute;
	color : #9dbab6;
	line-height: 1.3em;
}

#maintitle	{
	top : 70px;
	left : 70px;
 	text-align: center;
 	position: absolute;
}

#infolink	{
	top : 532px;
	left : 688px;
 	position: absolute;
 	font-size : 18px;
}

a#infolink  			{ color: white; text-decoration: none }
a#infolink:link			{ color: white; text-decoration: none }
a#infolink:visited		{ color: white; text-decoration: none }
a#infolink:hover		{ color: yellow; text-decoration: none }


#morelink	{
	top : 532px;
	left : 88px;
 	position: absolute;
 	font-size : 18px;
}

a#morelink  			{ color: white; text-decoration: none }
a#morelink:link			{ color: white; text-decoration: none }
a#morelink:visited		{ color: white; text-decoration: none }
a#morelink:hover		{ color: yellow; text-decoration: none }

