#leftcontent {
		position: absolute;
		left:10px;
		top:15px;
		width:203px;
		height:228px;
		border:0px;
		text-align: center;
		background-image: url("box.gif");
		}

#header {
   		margin-left: 213px;
   		margin-right: 213px;
		border:0px;
		text-align: center;
		}

#centercontent {
   		margin-left: 100px;
   		margin-right: 100px;
		border:0px;
		text-align: left;
		}

#rightcontent {
		position: absolute;
		right:10px;
		top:15px;
		width:197px;
		border:0px;
		text-align: center;
		}

body {
	background-color: black;
	color: silver;
	font-family: "Times New Roman", "New York", serif;
	line-height: 150%;
	}
	a:link { color: 3399FF; text-decoration: underline }
	a:visited { color: 3399FF }
	a:hover { color: 3399FF; text-decoration: underline, blink; background: gray }



td { text-align: center;  vertical-align: middle; font-size: 12pt }
hr { text-align: center }

.tindent { margin-left: 1em }
.pagebreak { page-break-before: always }
.help { cursor: help }
.ahem { display: none }
.heading { color: white; text-align: center }
.tcomment { color: brown; margin-left: 3em }
.jslink { color: yellow; text-decoration: underline }