/**** TAGS *****/
BODY
{
	background-color: white;
	background-image: url(http://www.cedarnet.org/graphics3/backcir.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}


A:link, A:visited, A:active
{
	color: #006633;
}

A:hover
{
	color: #000000;
}

/**** TEXT *****/

.toptext
{
	font-style: italic;
	font-weight: lighter;
	color: green;
	letter-spacing: 5px;
}

.pulldown
{
	color: #000000;
}

/**** BOXES *****/

.logobox
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 73px;
	height: auto;
	z-index: 5;
}

.headerbox
{
	position: absolute;
	top: 4px;
	left: 0px;
	margin-left: 109px;
	padding-right: 0px;
	width: 100%;
	height: auto;
	z-index: 3;
}

.contentbox
{
	position: absolute;
	top: 50px;
	left: 0px;
	margin-left: 95px;
	padding-right: 0px;
	width: 80%;
	height: auto;
	z-index: 1;
}

.columnbox
{
	position: absolute;
	top: 95px;
	left: 0px;
	width: 88px;
	height: auto;
	z-index: 4;
}

.adbox
{
	position: absolute;
	top: 420px;
	left: 0px;
	width: 85px;
	height: 100px;
	z-index: 2;
}

