body {
	font-size: 0.70em;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bgnd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

* {margin:0; padding:0;} 

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.copy {
	position: absolute;
	top: 144px;
	left: 294px;
	width: 329px;
	height: 279px;
	overflow: auto;
	background: url(../images/text_bgnd.jpg) no-repeat fixed 294px 144px;
}

.copy p {
	margin: 10px;
	line-height: 130%;
	text-align: justify;
}

.copy label {
	float: left;
	width: 85px;
	margin-left: 10px;
}

.copy ul {
	margin: 10px 0 10px 20px;
	line-height: 130%;
}

.copy ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 0 5px 0 10px;
}

.nav {
	position: absolute;
	top: 434px;
	left: 5px;
	width: 380px;
	text-align: left;
}

.footer {
	position: absolute;
	top: 438px;
	left: 335px;
	width: 300px;
	text-align: right;
}

/* PRINT CSS - The Print Stylesheet - BELOW HERE */
@media print { 

}

