html{ height: 100%; } 
BODY{ 
	font: 0.8em "lucida", "verdana", "arial", "tahoma", "verdana", sans-serif; 	
	width:100%; 
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
}
img{ border-style: none; }
#wrap{	
	background:url( /media/img/bg200.gif )  top left repeat-y;
	min-height: 100%;
	margin: auto;
	position: relative;
}
* html #wrap{ height: 100% }

#clearfooter{
	clear:both;
	height: 40px;
	overflow: hidden;
}

#header{ display: none; } 
#footer{
	position: absolute;
	bottom: 0;
	height:40px;
	border-top: 1px solid #AAD4AA; 
	width: 100%;
	text-align: center;
}
#menu{ display: none; }

#content{
	margin-left: 0px;
	padding: 0 1em 1em 1em;
}
#content a{ color: #3C773C; border-bottom: 1px #3C773C;}

/* Tables */
table { border: solid #f0f0f0 1px; width: 99%; }
th { border: solid #f0f0f0 1px; background-color: #E6FFCC;  font-weight: bold; text-align: left; }
tr.odd td{}
tr.even td{ background: #f0f0f0;}
td { border: solid #f0f0f0 1px; padding:0.4em;}
td.item{white-space: nowrap}
