* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
body {
background-color:#eeeedd;
font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

a {
	color:green;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}
/* navigation */
#navigation {
	background:#cfcfcf;
	border-right:1px solid #999;
	margin:0 auto;
	width:900px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:89px;
	list-style:none;
}
#navigation a {
	color:green;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}
#header {
	height:auto;
	margin:auto;
	padding:0 0 2px 0;
	width:900px;
}

#header h1 {
   width:900px;
    color:green;
	margin-top:2px;
	margin-bottom:2px;
    border-top:2px solid #999;
    border-bottom: 2px solid #999;
	font-size:1.8em;
	padding:10px 0 10px 0;
	text-align:center;
	
}
/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 10px 0;
	width:900px;
}
#content h1 {
    color:green;
	margin-top:4px;
	margin-bottom:4px;
    border-top:2px solid #999;
    border-bottom: 2px solid #999;
	font-size:1.8em;
	padding:10px 0 10px 0;
	text-align:center;
	}
#content h2 {
    margin-top:8px;
    margin-bottom:6px;
    font-size:1em;
    text-align:center;
}
#content h3{
    margin-top:8px;
    padding:0;
    font-size:1.0em;
    text-align:left;
    font-weight:bold;
    margin-bottom:4px;
}
#content h4 {
    margin-top:15px;
    font-size:1.4em;
    text-align:center;
   color:green;
   margin-bottom:15px;
}
#content p {
	padding:5px 5px 0;
}
table {width:900px;border-collapse: collapse; border:2px outset gray;background-color:#ddeedd; text-align:center;}
td{border:2px inset gray; padding:1px;}  