body 	{
	background-color: #C0E6B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	/************* Only use in IE 5.5+ ***************/
	
		scrollbar-face-color: #498D6D;
		scrollbar-highlight-color: #57A86D;
		scrollbar-shadow-color: #23533F;
		scrollbar-3dlight-color: #000066;
		scrollbar-arrow-color: #24321C;
		scrollbar-track-color: #93C675;
		scrollbar-darkshadow-color: #2B4336;
		
	/*************************************************/
	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#credits {	
	background:#FFFFFF;
	color:#335B52;
	border:1px solid #000000;
	z-index:10;
}
.credit :link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.credit :visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.credit :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}


h1 	{
	color:#335B52;
	text-align:center;
	}

#top {  
	margin:0px;
	padding:0px;
	background:#C0E6B3;
	height:150px;
	width:770px;
	z-index:3;
}

#logo {	
	position:absolute;
	top:0px;
	left:0px;
	width:168px;
	height:150px;
	z-index:2;
}

#banner {
	position:absolute;
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	top:0px;
	left:168px;
	width:601px;
	height:150px;
	z-index:2;
}

#navbar {	
	position: absolute;
	top:150px;
	background-color: #D799B7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	width:100%;
	height:22px;
	left:0px;
	z-index:100;
}

#content {	
	background:#EBFFDE;
	margin:20px 10px 10px 10px; /* TOP,RIGHT,BOTTOM,LEFT */
	padding:20px;
	border:1px solid #294149;
	z-index:10;
}

#leftpics {
	background:#C0E6B3;
	margin:20px 0px 0px 0px;
	overflow:hidden;
	border:0px solid #294149;  	/* note IE problem */
	width:142px;
	height:400px;
}

#rightpics {
	background:#C0E6B3;
	margin:20px 0px 0px 0px;
	overflow:hidden;
	border:0px solid #294149;
	width:142px;
	height:400px;
}

#pic1 {
	background:#C0E6B3;
	width:120px;
	margin:10px 10px 0px 10px;
	height:120px;
	padding:0px;
}
#pic2 {
	background:#C0E6B3;
	width:120px;
	margin:10px 10px 0px 10px;
	height:120px;
	padding:0px;
}
#pic3 {
	background:#C0E6B3;
	width:120px;
	margin:10px 10px 0px 10px;
	height:120px;
	padding:0px;
}

#pic4 {
	background:#C0E6B3;
	width:120px;
	margin:10px 10px 0px 10px;
	height:120px;
	padding:0px;
}
#pic5 {
	background:#C0E6B3;
	width:120px;
	margin:10px 10px 0px 10px;
	height:120px;
	padding:0px;
}
#pic6 {
	background:#C0E6B3;
	width:120px;
	margin:10px 10px 0px 10px;
	height:120px;
	padding:0px;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;

}

#BGtooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: black;
visibility: hidden;
	opacity: .25;
	filter: alpha(opacity=25);
z-index: 99;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
