
	body, div, td {
		color:#246E21;
		font-size:13px;
		font-family: verdana,arial,helvetica,sans-serif;
	}

	.headerTop {
		background-image:url(../img/headline1.png);
		background-repeat:no-repeat;
	}

	#tabs {
		clear: both;
		padding-left: 10px;
		margin: 0;
		list-style: none;
	}

	#tabs li {
		float: left;
		background-image: url(../img/header-right-tab-unselected.png);
		background-repeat: no-repeat;
		background-position: top right;
		background-color: #F6ECDE;
		margin: 0 3px 0 0;
		padding: 0;
	}

	#tabs li a {
		float: left;
		display: block;
		text-decoration: none;
		color: #246E21;
		white-space: nowrap;
		background-image: url(../img/header-left-tab-unselected.png);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 5px 15px 4px;
		width: .1em; /* IE/Win fix */
	}

	#tabs > li a { width: auto; } /* Rest of IE/Win fix */

	#tabs a { float: none; }

	#top .current {
		background-color: #246E21;
		background-image: url(../img/header-right-tab-selected.png);
		background-repeat: no-repeat;
		background-position: top right;
	}

	#top .current a {
		font-weight: bold;
		padding-bottom: 5px;
		color: #EDB452;
		background-image: url(../img/header-left-tab-selected.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#strip {
		margin-left: 10px;
		margin-right: 10px;
		clear: both;
		background-color: #F6ECDE;
		height: 10px;
		border-bottom: solid 1px black;
	}
	
	#menu {
	    position: relative;
	    float: left;
	    width: 160px;
	    padding-top: 10px;
	    left:10px;
	    z-index: 20;
	    background-color: #246E21;
	    font-size : 70%;
	    color: #ffffff;
	}

	#menu a {
		font-weight: normal;
		text-decoration: none;
	}

	#menu a:visited {
		font-weight: normal;
		text-decoration: none;
	}
	
	#menu a:active {
		font-weight: normal;
		text-decoration: none;
	}

	#menu a:hover {
		font-weight: normal;
		text-decoration: overline underline;
	}

	.menutitle {
		padding: 3px 12px;
		margin-left: 5px;
		font-weight : bold;
		color: #EDB452;
	}

	#menu .menuitemgroup {
		padding-top: 5px;
		line-height: 20px;
	}

	a.menuitem {
		padding: 0px 0px 2px 12px;
		font-weight : normal;
		margin-left: 10px;
		color:#EDB452;
	}

	#roundbottom {
	    background-image: url(../img/menu-right-corner.png);
	    background-repeat: no-repeat;
	    background-position: top right;
	}

	img.corner {
	   width: 15px;
	   height: 15px;
	   border: none;
	   display: block !important;
	}

	#content {
		padding: 20px 20px 20px 200px;
		margin: 0px;
		line-height: 200%;
	}

	#content a {
		text-decoration: none;
	}

	#content a:visited {
		text-decoration: none;
	}
	
	#content a:active {
		text-decoration: none;
	}

	#content a:hover {
		text-decoration: overline underline;
	}

	.contentheadline {
		font-size: 120%;
		line-height: 1.5em;
		font-weight: bold;
		color: #246E21;
		margin-bottom: 10px;
	}
	
	.category {
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 8px;
		color: #246E21;
	}

	.selectedcategory {
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 8px;
		color: #EDB452;
	}

	.menuheader {
		font-weight: bold;
		color: #246E21;
	}

	.contenttext a {
		font-weight: normal;
		color: #246E21;
	}

 	.image {
 		margin-left: 10px;
 		margin-top: 10px;
 		margin-bottom: 10px;	
 	}
