/* CSS Document */


body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #1da7b4;
}
a:visited {
	color: #1da7b4;
}
a:active {
	color: #22c8d8;
}
a:hover {
	color: #22c8d8;
}

p {
	font-style: normal;
}

h2 {
	font-weight:bold;
	font-size:xx-large;
	text-align: center;
	vertical-align:bottom;
	line-height:80px;
}

h1 {
	font-weight:bold;
	font-size:x-large;
	text-align: right;
}

li {
	list-style-image:url(images/littlefish.gif);
}



#container {
	position: absolute;
	z-index:0;
	left:0px;
	top:0px;
	width:95%;
}

#topper {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	height:267px;
	background-image:url(images/topper.jpg);
	background-repeat:no-repeat;
}

#pagetitle {
	position:absolute;
	text-align:left;
	font-weight:bold;
	font-size: larger;
	border-color:#000000;
	width:auto;
	left:340px;
	right:10px;
	top:83px;
	height:70px;
	z-index:4;
}

#pagetitle h1 {
	font-weight:bold;
	font-size:xx-large;
	text-align: left;
	vertical-align:bottom;
	line-height:80px;
}

#sidebar {
	float:left;
	position:absolute;
	width:160px;
	height:525px;
	top:267px;
	left:0px;
	padding:5px;
	padding-left:0px;
	padding-top:0px;
	z-index:3;
}

#sidebar li {
	list-style-image:url(images/littlefish.gif);
	list-style-position:outside;
	text-indent:0em;
}

#sidebar li:hover {
	list-style-image:url(images/littlefish1.gif);
	list-style-position:outside;
	text-indent:0em;
}

#body {
	position:relative;
	text-align:justify;
	padding:10px;
	min-height:519px;
	padding-bottom:20px;
	padding-top:80px;
	width:620px;
	top:0px;
	left:160px;
	right:0px;
	z-index:2;
}

	