BODY {
	/* background-color: #FFFF99; */
	background-color: #c2eae7;
	color: #000099;
	font-family: Helvetica;
}

H1 {
	font-size: 14pt;
}

H2 {
	font-size: 12pt;
}

#sidebar {
	/* border: solid 1px red; */
	width: 20%;
	padding: 10;
	float: left;
	/* background-color: #00eae7; */
	font-weight: bold;
}

#tsidebar {
	/* border: solid 1px red; */
	width: 20%;
	padding: 10;
	/* background-color: #00eae7; */
	font-weight: bold;
}

#content {
	/* width: 70%; */
	position: relative;
	margin-left: 25%;
	/* margin-right: 10px; */
	padding: 10px;
	/* border: solid 1px blue; */
	/* background: white; */
	background-color: #e0fcff;
}

#tcontent {
	/* width: 70%; */
	margin-left: 25%;
	/* margin-right: 10px; */
	padding: 10px;
	/* border: solid 1px blue; */
	/* background: white; */
	background-color: #e0fcff;
}

