﻿body {
}

#MainBackground
{
	position:absolute;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	top:0px;
	left:0px;
	height: 1024px;
	width: 100%;
	z-index: 1;
}
#WorkArea
{
	position: relative;
	border:1px #005324;
	background: #EAE5D1;
	margin: 0 auto;
	top:5px;
	height: 750px;
	width: 750px;
	z-index: 2;
}
#HeaderDiv
{
	position:absolute;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top:0px;
	height: 125px;
	width:750px;
	z-index:3;
}
#NewLogo
{
	position:absolute;
	background-image:url(images/logofrontnewgreen.gif);
	background-repeat: no-repeat;
	left:0px;
	top:30px;
	height:90px;
	width:283px;
	z-index:4;
}   	 
#GreenBar
{
	position:absolute;
	background-color:#00572A;
	left:14px;
	top:120px;
	width:721px;
	height:22px;
	z-index:5;
}
#HeaderImage
{
	position:absolute;
	background-image:url(images/header_img.jpg);
	background-repeat:no-repeat;
	left:14px;
	top:142px;
	width:722px;
	height:141px;
	z-index:4;
}   
#ContentArea
{
	position:absolute;
	left:14px;
	top:283px;
	width:722px;
	height:460px;
}
.textlink2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E1DDC4;
	text-decoration: none;
}
.textlink2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.textlink2 
{
	position:absolute; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E1DDC4;
	text-decoration: none;
	background-color:#006633; 
	left:0px;
	height: 12px;
	width: 750px;
	top: 738px;
	z-index:4;
}
	  