body {
	color: black;
	background-color: #dddddd;
	padding: 0px;
	margin: 0px;
	font-family: serif;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal;
	font-family: sans-serif;
	color: #000099;
	width: 50%;
}
h2 {
	border-bottom: 1px solid #9999FF;
	border-top: 1px solid #9999FF;
}
h3 {
	margin-left: 2em;
	width: 90%;
	/*font-size: 90%;*/

}
.center {
	padding: 10px 10px 10px 10px;
	margin: 0px 80px 80px 80px;
	background-color: #efefef;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
}
.center td {
	border-top: 1px solid #cccccc;
}
.center table {
	font-size: 80%;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
.topbar {
	font-family: sans-serif;
	color: #000099;
	font-size: 200%;
	/*margin: 0px 80px 0px 80px;*/
	top: 0px;	
	height: 80px;
	/*width: 100%;*/
	/*background-color: #aaaaaa;*/
	color: #000099;
	text-align: center;
	border-bottom: 1px solid #000099;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;
	
}
#topbarleft {
	border-right: 1px solid #000099;
	position: absolute;
	background-color: #FFFF00;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #000099;
}
#topbarright {
	border-left: 1px solid #000099;
	position: absolute;
	background-color: #FF0000;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	border-bottom: 1px solid #000099;
}
.navbar {
	font-family: sans;
	position: absolute;
	width: 200px;
	right: 0px;
	padding-left: 5px;
	border-left: 1px solid #9999FF;
}
a:link {
	color: #9900FF;
}
a:visited {
	color: #0000FF;
}
code {
	display: block;
	background-color: white;
	white-space: pre;
	border: 1px solid #999999;
}
td {
	vertical-align: top;
}
dfn {
	font-family: sans-serif;
	font-style: italic;
}






