
#copyrightNotice {
	position: absolute;
	top: -100px;
	left: 5px;
	font-family: Verdana;
	font-size: 10px;
	color: #90704C;
	z-index: 1000;
	cursor: pointer;
}

#siteContainer {
	position: absolute;
	top: 0px;
	left: 0px;
}

#textPane {
	position: absolute;
	top: 0px;
	left: 180px;
	background-image: url( 'images/textback.gif' );
	background-repeat: repeat-y;
	z-index: 10;
	overflow-y: auto;
}

#layoutPane {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#textBlock {
	padding-left: 122px;
	padding-top: 109px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
	color: #664929;
}

.tTitle {
	font-family: Trebuchet MS;
	font-size: 14pt;
	color: #E58C3A;
	font-weight: bold;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #664929;
}

a:hover {
	color: #E58C3A;
}

a:active {
	text-decoration: none;
	color: #E58C3A;
}
