body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #000000;
	background-color: #CDCE9D;
	
}
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
#container {
	width: 755px;	
	margin: 20px auto;
	text-align: left;
	background-color: #FFFFCC;
	border: 1px solid #006601;
}
#header {
	/*background-color: #006601;*/
	background-color: #3E7D00;
	padding: 10px 10px 10px 20px;
	border-bottom: 2px solid white;
	background: #3E7D00 url(../gfx/bg_header.jpg) no-repeat right;
}
#menu {
	float: right;
	width: 180px;
	display: block;
	text-align: left;
	line-height: 22px;
}
#menu ul {
	list-style-type: none; 
	margin: 15px 0 15px 0;
	padding: 0;
}
#menu ul li {
	background: transparent url(../gfx/btn_menu_std.gif) no-repeat left 5px;
	margin: 0px;
	padding: 0 0 0 18px;
}
#menu ul li.selected {
	background: transparent url(../gfx/btn_menu_sel.gif) no-repeat left 5px;
	margin: 0px;
	padding: 0 0 0 18px;
}
#menu ul li a {
	text-decoration: none;
	color: Black;
	font-weight: bold;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: Blue;
}
#content {
	min-height: 400px;
	margin: 10px 190px 10px 10px;
	padding-right: 10px; 
	text-align: left;
	border-right: 1px solid #006601;
}
#headline {
	font: italic bold 22px "Times New Roman", Times, serif;
	color: #006601;
	letter-spacing: 2px;
}
#footer {
	clear: both;
	color: #CDCE9D;
	background-color: #3E7D00;
	font-size: 90%;
	text-align: right;
	padding: 3px 10px 3px 10px;
	border-top: 2px solid white;
}
.deftab {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 15px auto;
	text-align: center;
}
.deftab td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #E3FFC8;
}
img.gfx {
	border: 1px solid #006601;
}
img.gfx-left {
	border: 1px solid #006601;
	float: left; 
	margin-right: 10px;
	margin-bottom: 5px;
}
img.gfx-right {
	border: 1px solid #006601;
	float: right; 
	margin-left: 10px;
	margin-bottom: 5px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.ul {
	text-decoration: underline;
}
.em {
	font-style: italic;	
}
.justify {
	text-align: justify;
}
.marked {
	font-weight: bold;
	color: #006601;
}
.marked-big {
	font-size: 15px;
	font-weight: bold;
	color: #006601;
	line-height: 120%;
}
.hidden {
	display: none;
	visibility: hidden;
}
.endfloat {
	clear: both;
}