body{
margin: 0;
padding: 0;
font: normal 80% Lucida Grande,erdana,sans-serif;
}
.maincontainer{

background-color: #fff;
width:expression(document.body.clientWidth > 1000? "1000px": "auto" );
	min-width:970px;
	xwidth: 96%;
	min-height: 100%; /* the container div will stretch the full viewport in all browsers */
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
}

* html #maincontainer {
	height: 100%; /* the container div will stretch the full viewport in all browsers */
}


.headerlogo{
font-size: 120%;
font-weight: bold;
margin-bottom: 0.8em;
}

#welcome{
	margin-right: 25px;
	float:right;
}

/* ######### Top Section ######### */





.green-text {
color: #4a932e;

}


/* ######### Search Section ######### */

#searchdiv{
width: 730px;
float: center;
margin-top: 5px;
font-size: 1.9em;
font-weight: bold;
}


