#page {
	position: absolute;
	background-color: White;
	color: Black;
	left: 0px;
	top: 0px;
	}	

#header {
	background-color: White;
	}

#ajaxticker1{
	position:absolute;
	width: 570px;
	height: 15px;
	border: 1px ridge black;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: Black;
	background-color: #FFFFCC;
	z-index:1;
	left: 166px;
	top: 160px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #FFFFCC;
}

.someclass{ //class to apply to your scroller(s) if desired
}

#menu {
	position:absolute;
	color: White;
	left: 11px;
	width: 146px;
	top: 222px;
	height: 334px;
	
}

.menu {
	color: White;
}
	
#content {
	background-color: White;
	color: Black;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 14;
}

#bottom {
	position: absolute;
	height: 115;
	background-color: White;
	color: Black;
	width: 750;
	left: 0;
}	

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: Black;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	color: Black;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: Black;
}
.welcome {
	font-size: 24px;
	font-weight: bold;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	color: #8BC1C1;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:normal;
	color: Black;
}

:link { color: Blue;}  /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
