body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #015B06;
	}

a:link	{
	color:#339900;
	text-decoration:none;
	}

a:hover	{
	color:#333300;
	text-decoration:none;
	}
	
a:visited	{
	color:#339900;
	text-decoration:none;
	}

#container {
	background-image: url(images/bgCont5.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 958px;
	}

#leftNav {
	margin-top: 125px;
	position: absolute;
	width: 128px;
	text-align: right;
	left: 0px;
	top: 80px;
	height: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 15px;
	}

#leftNav a:link	{
	color:#FFFFFF;
	text-decoration:none;
	}

#leftNav a:visited	{
	color:#FFFFFF;
	text-decoration:none;
	}

#leftNav a:hover{
	color:#03d90d;
	text-decoration:none;
	}

#leftNav a:active	{
	color:#03d90d;
	text-decoration:none;
	}
#content {
	padding: 0px 0px 0px 10px;
	margin-top: 150px;
	position: relative;
	width: 475px;
	left: 150px;
	text-align: left;
	text-indent: 10px;
	font-style: normal;
	line-height: 18px;
}

img.floatLeft {
	float: left;
	margin: 4px 10px 4px 4px;
	padding: 0px;
	border: thin ridge #02D90C;
}

img.floatBottom {
	float: none;
	padding: 0px;
	border: thin ridge #02D90C;
	margin: 0px;
}

#rightNav {
	position: absolute;
	width: 100px;
	left: 666px;
	top: 140px;
	padding: 10px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	color:#336600;
	text-align: right;
}
h1 {
	font-family: Verdana, Arial, sans-serif, "Times New Roman";
	font-size: 16px;
	font-variant: small-caps;
	color: #015B06;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #015B06;
	text-align: center;
    margin: 35px 0 0 0;
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 9px;
    text-indent: 0;
}
# footer a:link	{
	color:#339900;
	text-decoration:none;
	}

# footerv a:hover	{
	color:#333300;
	text-decoration:none;
	}

