BODY
{
padding: 0 0 0 0;
font-weight: normal;
font-size: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #000000;
background-color: #D7D7A2;
}

A:link
{
    COLOR: #339900;
}

A:visited
{
    COLOR: #666600;
}

h4
{
font-size: 12px;
color: #004700;
font-family: 'Arial'; 
font-weight: bold;
margin: 5px 0 0 0;
padding: 0px;
}

.hd1
{
	font-weight: bold;
	font-size: 26px;
	color: #336600;
}

.hd2
{
	font-weight: bold;
	font-size: 28px;
	color: #660000;
}

.hd3
{
	font-weight: bold;
	font-size: 28px;
	color: #336600;
}

.hd4
{
	font-weight: bold;
	font-size: 24px;
	color: #336600;
}

.hd5 {
	font-weight:bold;
	font-size: 18px;
}

.back1
{
	font-weight: bold;
	font-size: 28px;
	color: #CCCC99;
}

.back2
{
	font-weight: bold;
	font-size: 28px;
	color: #D6E0D6;
}

.blackBack{
	background-color: 000000;
}





div#pageContainer {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100%;
	position: absolute;
    background-color: #D7D7A2;
	z-index: 2;
}

div#left {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 138px;
	left: 0px;
	width: 142px;
	height: 200%;
	position: absolute;
	background-color: #CCCC99;
	z-index: 3;
}

div#nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 138px;
	left: 0px;
	width: 142px;
	position: absolute;
	text-align: right;
	z-index: 4;
}

div#bg_top{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 138px;
	position: absolute;
	background-color: #CCCC99;
	z-index: 3;
}

div#top {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 138px;
	position: absolute;
	z-index: 4;
}


