 	body	{
		background-color: #f4f8fb;
		background-image: url(/images/background.gif);
		background-repeat: repeat-y;
		}

	#botsplash
		{
		position: absolute;
		left: 0px;
		top: 650px;
		z-index: 2;
		}

	.intro
		{
		font-size: 15pt;
		font-family: verdana;
		color: #a0bec9;
		z-index: 1;
		}
	
	.box	{
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 0;
		}

	.logo	{
		position: absolute;
		left: 0px;
		top: 200px;
		z-index: 1;
		}
	
	#splash
		{
		position: absolute;
		width: 500px;
		left: 260px;
		top: 100px;
		text-align: right;
		z-index: 2;
		}

	.fish	{
		position: absolute;
		left: 250px;
		top: 100px;
		padding-left: 0px;
		z-index: 1;
		}

	.imagine
		{
		position: absolute;
		left: 280px;
		top: 50px;
		z-index: 1;
		}

	#explain
		{
		position: absolute;
		left: 260px;
		top: 400px;
		width: 500px;
		padding-left: 0px;
		z-index: 2;
		}

	.explanation
		{
		font-size: 10pt;
		font-family: tahoma;
		text-align: right;
		}

	.normaltxt
		{
		font-size: 10pt;
		font-family: tahoma;
		text-align: justify;
		}		

	#entry
		{
		position: absolute;
		width: 500px;
		left: 260px;
		top: 100px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		z-index: 2;
		}

	#heading
		{
		width: 500px;
		height: 25px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: 2px solid #94b4cd;
		}

	#formbg	{
		width: 500px;
		padding: 5px 0px 5px 0px;
		margin: 5px 0px 5px 0px;
		border-top: 1px solid #94b4cd;
		border-bottom: 1px solid #94b4cd;
		background-color: #e7eef4;
		z-index: 3;
		}
		
	#entries	
		{
		position: relative;
		left: 0px;	
		width: 375px;
		z-index: 4;	
		}

	.entryhead
		{
		font-size: 14pt;
		font-family: verdana;
		text-align: left;
		}

	.entrytext
		{
		font-size: 11pt;
		font-family: tahoma;
		text-align: justify;
		}

	.formtxt
		{
		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
		font-size: 10pt;
		font-family: tahoma;
		font-weight: bold;
		text-align: right;
		line-height: 2.2;
		}

	.formexplain
		{
		padding: 5 20 5 20px;
		margin: 5 20 5 20px;
		font-size: 8pt;
		font-family: verdana;
		font-weight: normal;
		text-align: center;
		line-height: 1.2;
		}

	.textareatxt
		{
		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
		font-size: 10pt;
		font-family: tahoma;
		font-weight: bold;
		}
		
a:link		{
	color: #94b4cd;
	text-decoration: none;
		}

a:visited	{
	color: #94b4cd;
	text-decoration: none;
		}

a:hover		{
	color: #330099;
	text-decoration: none;
		}

a:active	{
	text-decoration: none;
		}

	#linkarea
		{
		position: absolute;
		left: 60px;
		top: 350px;
		width: 170px;
		}

	.links	{
		position: relative;
		padding: 0px;
		margin: 0px;
		left: 0px;
		top: 0px;
		font-weight: bold;
		font-family: tahoma,verdana,arial;
		font-size: 10pt;
		text-align: right;
		}

	#linkbox1
		{
		position: absolute;
		left: 60px;
		top: 350px;
		width: 130px;
		height: 30px;
		background-color: #ffffff;
		border: solid thin #94b4cd;
		}

	.link1	{
		position: relative;
		padding: 0px;
		margin: 0px;
		left: 28px;
		top: 5px;
		font-weight: bold;
		font-family: tahoma;
		font-size: 11pt;
		}

	#linkbox2
		{
		position: absolute;
		left: 60px;
		top: 400px;
		width: 130px;
		height: 30px;
		background-color: #ffffff;
		border: solid thin #94b4cd;
		}
	
	.link2	{
		position: relative;
		padding: 0px;
		margin: 0px;
		left: 34px;
		top: 5px;
		font-weight: bold;
		font-family: tahoma;
		font-size: 11pt;
		}
