html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
img {
	border: 0;
}

body {
	scrollbar-face-color: #555555;
	scrollbar-highlight-color: #898989;
	scrollbar-3dlight-color: #999999;
	scrollbar-track-color: Black;
	scrollbar-darkshadow-color: #444444;
	scrollbar-shadow-color: #636363;
	scrollbar-arrow-color: #989898;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


a {
	COLOR: #03F;
	TEXT-DECORATION: none
}

a:hover {
	TEXT-DECORATION: underline overline;
	color: #000;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 462px;
	background-image: url(images/Springbrook.jpg);
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
#footer table a {
	font-weight: bold;
	color: #FFF;
}
#footer table a:hover {
	TEXT-DECORATION: underline overline;
	color: #0FF;
	text-align: right;
}
#footer a {
	color: #FF0;
	font-weight: bold;
}

#footer a:hover {
	TEXT-DECORATION: underline overline;
	color: #0F0;
}



#footer table tr {
	font-weight: bold;
	color: #FF0;
}
#copy {
	text-align: center;
}





h1 {
	COLOR: #000099;
	FONT-VARIANT: normal;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	border: 0;
	border-bottom: -5;
}

h2 {
	WIDTH: 95%;
	COLOR: #000099;
	FONT-VARIANT: normal;
	font-weight: bold;
	border: thin dashed;
	padding: 4px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

h3, h4 {
}

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid blue;
	width: 95px;
	height: 60px;
}

#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	color:#000000;
	min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
}
