body, td {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0;
	padding: 0;

}

a:link, a:visited {
color: #d29e00;
}
a:hover, a:active {
color: #ff9900;
text-decoration: underline;
}


#wrapper {
	position: relative; /* NB for FooterStick */
	margin: 0 auto;  /* to center the DIV & for FooterStick -  bottom margin to allow for footer height*/
padding: 0 0 0 0;
	width: 720px;
	height: 100%; /* NB For IE & FooterStick */ 
	min-height: 100%; /* NB For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB For Modern & FooterStick */ 
 background-color: #fffee7;
}

#content {
	position: relative;
	width: 720px;
	min-height: 100%; /* For Modern Browsers & FooterStick */ 
	height: auto !important; /* NB Modern Browsers &FooterStick */ 
	height: 100%; /* NB For IE  & FooterStick */
	padding: 0 0 15px 0; /* For IE  & 38px FooterStick */
	margin: 0 auto;
	/* border: 1px solid fuchsia; for testing*/
}

#colleft {
position: absolute;
top: 213px; 
left: 0;
width: 535px; /*paddings subtracted */
height: 100%;
font-size: 12px;
min-height:100%;
padding: 5px 0 0 5px; /* top right bottom left*/
margin: 0;
}

#colright {
margin-left: 542px;
/* to provide space for colleft */
padding: 5px 5px 0 5px; /* top right bottom left*/
width: 228px; /* padding subtracted */
height: 100%;
}
