@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	background-image: none;
    background-color: #FFF;
}  
#content {
	width: 100%;
	position: relative;
	left: 0px;
	margin-left: 0px;
	top: 0px;
	height: 100%;
	min-height: 50%;
	min-width: 50%;
}
#watermark {
	display: none;
}
#lefttextbox, #midtextbox, #righttextbox, #threecoltextbox {
	background-image: none;
	height: auto;
}
.textbox {
	height: auto;
	width: 100%;
	overflow: visible
}
#footer {
	position: relative;
	overflow: visible;
}
#flash {
	display: none;
}


