body {
	margin: 0;
	background: #1c5832 url(images/greenbg.jpg) repeat;
}

.absolute{
	position: absolute;
	display: block;
	margin: -204px 0 0 550px;
	z-index: 10;
}
.tanbar {
	margin-top: 38px;
	background: #c69c6d url(images/barbg.jpg) repeat-x;
}

.logo {
	background: #a67c4d url(images/trees.jpg) no-repeat top left;
	height: 182px;
}

.blackline {
	background: url(images/blackline.jpg) repeat-x;
}

.greenleft {
	background: url(images/greenleft.jpg) repeat-y;
	border-top: 5px solid #000;
}

.greenright {
	background: url(images/greenright.jpg) repeat-y;
	border-top: 5px solid #000;
}

.menu {
	background: #000 url(images/nav/bg.jpg) repeat-x;
}

.bluearea {
	background: #1a3b77 url(images/bluebg.jpg) repeat;
}

.copyarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.footer {
	background: #000 url(images/footerbg.jpg) repeat-x;
	height: 112px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffd200;
	padding-right: 10px;
}	

a:link, a:active, a:visited {
	color: #f4a310;
	text-decoration:underline;
}

a:hover {
	color: #ffd200;
	text-decoration:underline;
	}

a.fs {
	color: #ffd200;
	text-decoration:none;
}

.darkblue {
	background: #041b46;
}


input, textarea  
        {font: normal 12px Arial, Helvetica, sans-serif;
         color:#000000;
         border:#000000 1px solid;
         background:#c69c6d;
		 padding: 2px;
}

.imageright {
	float: right;
	margin: 0 0 0 10px;
}

.imagerightbrdr {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #000;
}

.imagebrdr {
	border: 1px solid #000;
}
