body {
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat;
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;

}

a:link {
	color : #8B764E;
	text-decoration : underline;
	}
a:active  {
	color : #8B764E;
	text-decoration :  underline;
	}
a:visited  {
	color : #8B764E;
	text-decoration :  underline;
	}
a:hover {
	color : #990000;
	text-decoration : underline;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B764E;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B764E;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8B764E;

}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B764E;
	list-style-type: square;
	list-style-image: url(../images/bullet_list.gif);

}

.body {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.header {
	position: absolute;
	height: auto;
	width: 100%;
	left: 2px;
	top: 0px;
	z-index: 0;
}
.headernav {
	position: absolute;
	width: auto;
	top: 1px;
	z-index: 1;
	left: 590px;
}

.headernav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B764E;
}

.headernav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B764E;
}

.nav {
	position: absolute;
	height: 20px;
	width: 618px;
	left: 104px;
	top: 62px;
	background-image: url(../images/bg_nav.gif);

}

.nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.leftnav {
	position: absolute;
	height: auto;
	width: 108px;
	left: 2px;
	top: 90px;
}

.leftnav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.content {
	position: relative;
	height: auto;
	width: 595px;
	left: 135px;
	top: 88px;
	padding: 5px;

}

.footer {
	position: relative;
	height: auto;
	width: 718px;
	left: 5px;
	visibility: visible;
	top: 100px;


}

.footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B764E;
}
