body {
	margin: 0;
	padding-right: 5em;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #F0FCFF;
}

#index {
	position: absolute;
	top: 20%;
	width: 80%;
	top: 5em;
	background-color: #BBDDFF;
}

#side {
	position: absolute;
	top: 3.5em;
	left: .8em;
	width: 12em;
	background-color: #BBDDFF;
}

#sidebar {
	position: relative;
	width: 12em;
	background-color: transparent;
}


div.trcorner {
	position: static;
	float: right;
	width: .5em;
	height: .5em;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

div.brcorner {
	position: static;
	float: right;
	width: .5em;
	height: .5em;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div.tlcorner {
	position: static;
	float: left;
	width: .5em;
	height: .5em;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

div.blcorner {
	position: static;
	float: left;
	width: .5em;
	height: .5em;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

div.sidebox {
        position: static;
	margin: 2em 0;
        background-color: transparent;

}

.background {
	text-align: left;
	z-index: 0;
	font-size: 24pt;
	color: #BBBBBB;
	font-family: System, Monaco, monospace;
}

.indexheader {
	margin: 0.5em;
	text-align: right;
	font-family: System, sans-serif;
	font-weight: bold;
	font-size: 18pt;
}

.indexmenu {
	margin: .5em;
	text-align: right;
	font-family: "Franklin Gothic Medium", Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

.sidemenu {
	margin: .5em;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 8pt;
}

.header_frame {
	position: static;
	text-align: left;
}

.content {
	position: relative;
	clear: both;
	margin: 1em;
	text-align: left;
}

#middle_area {
	position: absolute;
	top: 0;
	left: 15em;
	height: 100%;
	width: 50em;
	background-color: #DDEFFF;
}

.content_frame {
	position: relative;
	margin: 2em 0;
	padding-top: .5em;
}

#about {
	position: static;
	width: 600px;
	text-align: left;
	margin-left: 115px;

}

a {
	color: #01B;
	text-decoration: none;
}

a:hover {
	color: #AAA;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin: .2em .5em;
}

h2 {
	font-family: serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: .2em;
}

h3 {
	font-family: sans-serif;
	font-weight: normal;
	font-size: .7em;
	margin: 0;
	margin-bottom: .2em;
}
