	/*********************
	 *  main layout classes 
	 *********************/

	html, body {
		color: black;
		background: #F4EFD7;
		font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
		font-size: 10pt;
		margin: 0;
		padding: 0;
		height: 100%;
		text-align: center;
	}

	/* magnolia edit menu */
	#mgnlMainbar {
		position: absolute; top:0; left: 0;
	}

	/* wrapper container: top, separator, main, clearbottom */
	#container {
		height: 100%;
		min-height: 100%;
		width: 880px;
		text-align: left;
		margin: 0px auto;
		margin-bottom: -40px;
		border: 0;
		border-collapse: collapse;
		position: relative; top:0; left: 0;
		background: #fff;
		border-left: 1px solid #5F804D;
		border-right: 1px solid #5F804D;
	}
	html>body #container {
		height: auto;
	}

	/* hight of footer, float clear div */
	#bottomheight {
		float: left;
		width: 0px;
		height: 100%;
		margin-bottom: -40px;
		font-size: 0.1em; color: #F4EFD7; /* magnolia xhtml hack */
	}

	#clearbottom {
		height: 40px;
		clear: both;
		font-size: 0.1em; color: #F4EFD7; /* magnolia xhtml hack */
	}
	* > html #clearbottom {
		float: left;
		width: 100%;
	}

	/* top element and language */
	#top {	
		border-collapse: collapse;
		border: 0;
		margin: 0;
		padding: 0;
		height: 20px;
		background: #F4EFD7;
		width: 880px;
		position: relative; top: 0; left: -1px;
	}
	#language {
		position: absolute;
		height: 20px;
		background: #F4EFD7;
		bottom: 0; right: -5px;
		padding-right: 5px;
		border-collapse: collapse;
		margin-right:auto;
		margin-left:auto;
		text-align:right;
		vertical-align: bottom;
		z-index: 2;
	}
	#headerimage {
		position:absolute;left:0px;top:0px;
	}
	#headerimage img {
		border-collapse: collapse;
		border-bottom: 1px solid #5F804D;
	}

	/* main: header, menu , content */
	#main {
		background: #ffffff;
		border-collapse: collapse;
		border: 0;
		margin: 0;
		padding: 0;
		padding-bottom: 40px;
		position: relative; top: 0; left: 0;
		border-top: 1px solid #5F804D;
	}
	#header {	
		border-collapse: collapse;
		border: 0;
		margin: 0;
		padding: 10px;
		position: relative; top: 0; left: 0;
		height: 110px;
		font-size: 2.5em;
		text-align: right;
		vertical-align: middle;
	}
	/* quote used in header */
	#quote  {
	    font-size: 0.7em;
	    font-family: Georgia, Time, serif;
	    text-align: center;
	    font-style: italic;
	    padding: 10px;
	    position: absolute; bottom: 0; left: 0;
	    width: 880px;
	}

	#menu {
		padding: 10px;
		width: 150px;
		position: relative; top: 0; left: 0;
		font-size: 0.8em;
		font-weight: bold;
		float: left;
	}
	#menu a {
		text-decoration: none;
		color: black;
	}

	/* recursive menu item wrapper */
	.menu_level_wrapper {
	        position: relative;
		padding-left: 15px;
	}

	#menu span {
		display: block;
		padding-left: 10px;
		margin-top: 10px;
	}

	#menu >.menu_level_wrapper  {
		padding-left: 5px;
	}

	.menu_item  {
	    border-left: 4px solid #5F804D;
	    border-bottom: 1px solid #5F804D;
	}
	.menu_item_a  {
	    border-left: 4px solid #C2A070;
	    border-bottom: 1px solid #C2A070;
	}
	.menu_item_s  {
	    border-left: 4px solid #E0A552;
	    border-bottom: 1px solid #E0A552;
	}

	/* finally... */
	#content {
		position: relative; top: 0; left: 0;
		height: auto;	
		margin-left: 170px;
		padding-right: 10px;
		margin-bottom: 30px;
		padding-left: 10px;

	}

	#content_with_right {
		position: relative; top: 0; left: 0;
		height: auto;
		margin-left: 170px;
		margin-right: 200px;
		padding-right: 10px;
		margin-bottom: 30px;
		padding-left: 10px;
	}

	#rightcontent {
		position: absolute; top: 110px; right: 0;
		width: 190px;
		padding-right: 10px;
		font-size: 0.8em;	
	}
	.rightColumnTitle {
		background: #C2A070;
		color: #fff;
	}
	.line {
		background-color: #C2A070;
		font-size: 1px;
		line-height: 1px;
		height: 1px;
	}

	/* bottom wrapper and footer */
	#bottom {
		background: #F4EFD7;
		clear: both;	
		border-collapse: collapse;
		border: 1px solid #F4EFD7;
		margin: 0 auto;
		height: 39px;
		position: relative; top: 0; left: 0;
		text-align: center;
		vertical-align: middle;
		font-size: 8pt;
		width: 882px;
		border-top: 1px solid #5F804D;
	}
	#footer {
		position: relative; bottom: 15px;
		text-align: center;
		font-stretch: expanded;
		color: #5F804D;
	}


	/*******************
	 * other styles 
	 ******************/

	.good   {
		color: red;
		font-style: italic;
		font-family: Georgia, Times;
		font-weight: bold
	}
	.solutions {
		color: black;
		font-family: Georgia, Times, serif;
		font-weight: bold;
	}


	a               { color: #5F804D; text-decoration: none }
	a:link          { color: #5F804D; text-decoration: none }
	a:visited       { color: #5F804D; text-decoration: none }
	a:hover         { color: #5F804D; text-decoration: underline }
	a:active        { color: #5F804D; text-decoration: none }

	.left {
		margin: 20px; 
		margin-top: 0;
		margin-left: 0;
		border: 1px solid black;
		padding: 0;
		float: left;
                position: relative;
	}
	.right {
		margin: 20px;
		margin-top: 0;
	        margin-right: 10px;
		border: 1px solid black;
		padding: 0;
		float: right;
                position: relative;
	}

	h1, h2, h3, h4, h5 { color: #6B532E }
