html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background: #f3f3f3;/*color background - only works in IE */
	font-size:100%; /*set default font size */
	font-family:georgia, "palatino linotype", "times new roman", serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	background-image: url(../images/gdfade.png);	/* */ 
	}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	
	}
#head {
	position:relative;
	left:0px;
	top:80px;
	height:50px;
	background-color:#55b629;
	padding: 1px 0 0 20px;			
}
#content {
	overflow:auto; /* add scroll bars as necessary */
	position:absolute; /* position absolutely */
	z-index:3; /* If required to cover any other divs */
	top:140px; /* a value to miss the header */
	bottom:10px; /* a value to miss the footer */
	left:200px; /* a value to miss any navigation div */
	right:0; /* this will put the scroll bar at the right of the page */
	background:transparent; /* set the background color */
	}
	
	
* html #content {
	height:100%; /* full screen height */
	width:100%; /* full screen width 8/
	top:0; /* place the content at the top */
	left:0; /* and left of the body */
	border-top:100px solid #f3f3f3; /*add a top border to miss the header 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-bottom:10px solid #f3f3f3; /*add a bottom border to miss the footer 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-left:200px solid #f3f3f3; /*add a left border to miss any navigation div 
				(this is SUBTRACTED from the 100% width on quirks mode) */
	}

#lftcol {
	position:fixed;
	left:1px;
	padding-left:30px;
	top:170px;
	width:20%;
	height:auto;
}


#centpnl {
	position:relative;
	left:5%;
	width:40%;
	top:5%;
	padding:0 5px 5px 7px;
	

	
}


#footer { position:relative;
	top:100%;
	left:130px;
	width:420px;
	height:auto;
	z-index:300;
}




#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#55b629; 
  color:#fff; 
  display:block; 
  width:8em; 
  border:2px solid #fff;
  border-color:#def #678 #345 #cde;
  padding:0.25em;
  margin:0.5em auto;
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#fff;
  border-color:#345 #cde #def #678;
  }
