body
{
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	font-size: 9pt;
	color: dimgray;
	font-family: Arial;
}

TD
{
	font-size: 9pt;
	color: dimgray;
	font-family: Arial;
}

#footer
{
	margin-bottom: 0px;
	color: gainsboro;
	bottom: 0px;
	text-align: center;
}

.rowtitle
{
	font-size: 9pt;
	color: #00cc66;
	width: 150px;
	vertical-align: top;
}

.textbox
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: whitesmoke;
}

#sidebar
{
	background-color: Blue;
	position: absolute;
	left: 1px;
	top: 80px;
	width: 250px;
	height: 150px;
}

#container
{
	position: absolute;
	left: 252px;
	top: 80px;
	right: 1px;
	background-color: Maroon;
	bottom: 1px;
}

#menu
{
	background-color: Red;
	width: 100%;
	height: 23px;
}

#content
{
	background-color: Yellow;
	position: absolute;
	left: 0px;
	top: 24px;
	right: 1px;
	bottom: 1px;
}
