/* CSS Document */

html, body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #709b76;
	margin: 0px 0px 0px 0px; 
	height: 100%;
}

a {
	color: black;
}

a:hover {
	color: red;
}

a.greenlink
{
	color: #1d4122;
}

a.greenlink:hover {
	color: red;
}

a.redlinkwhitebackground {
	color: red;
}

a.redlinkwhitebackground:hover {
	color: grey;
}



/* --- Main layout ---- */

div.back {
	position:relative;
	left: 0px;
	top: 93px;
	width: 770px;
	background-color:#FFFFFF;
	z-index:1;
}

div.topcol {
	position:relative;
	top: 35px;
	left: 180px;
	width: 400px;
	margin-bottom: 20px;
}



div.leftcol {
	float:left;
	width: 150px;
	padding: 10px 10px 10px 10px;
	z-index:1;
	font-size: 11px;
}

div.middlecol {
	float:left;
	width: 400px;
	min-height: 400px;
	padding: 10px 10px 0px 10px;
	border-right: 1px solid #709b76;
	z-index:1;
}

div.newsletter {
	border-right: 1px solid #709b76;
	z-index:1;
}


div.rightcol {
	float:left;
	width: 160px;
	height: 400px;
	font-size: 11px;
	padding: 10px 9px 0px 10px;
}

div.bottomrow {
	width: 770px;
	height: 20px;
}

div.footer {
	left: 0px;
	width: 770px;
	background-color: #709b76;
	z-index:2;
	/*border-top: thin solid #1d4122;   */
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	font-size: smaller;
	text-align:center;
}

div.widetopcol {
	position:relative;
	top: 35px;
	left: 10px;
	width: 570px;
	margin-bottom: 20px;
}

div.widemiddlecol {
	float:left;
	width: 570px;
	min-height: 400px;
	padding: 10px 10px 0px 10px;
	border-right: 1px solid #709b76;
	z-index:1;
}

div.fullmiddlecol {
	float:left;
	width: 740px;
	min-height: 400px;
	padding: 10px 10px 0px 10px;
	z-index:1;
}

a.leftmenulink {
	margin-left: 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.leftmenulink:hover {
	color: red;
}

span.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2c5c31;
	font-size: x-large;
	margin-bottom: 50px;
}

span.quote {
	font-size: 11px;
	font-style: italic;
}



/* ---- HEADER ---- */

div.header  {
	position:absolute;
	left: 0px;
	top: 23px;
	height: 70px;
	width: 770px;
	border-width: 1px black;
	background-color:white;
	z-index:2;
}

div.headerlogo {
	position:absolute;
	left: 7 px;
	top: 30px;
	z-index:5;
}

div.headermenu {
	position:absolute;
	left: 10px;
	top: 76px;
	height:: 50px;
	font-size: 11px;
	z-index:5;
}

div.headershadow {
	position:absolute;
	left: 0px;
	top: 93px;
	z-index:3;
}

img.headerback {
	border-bottom: 1px solid #ababab;
	margin-bottom: 0px;
}

img {
	border-color: #000000;
}

a.header {
	font-size: 10px;
	color: #4e4e4e;
	text-decoration: none;
	text-transform: lowercase;
}

a.header:hover {
	color: black;
}

a.largelink {
	font-size: 14px;
	color: #1d4122;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

a.largelink:hover {
	color: red;
}

*/