body,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: white;
	list-style-type: none;
}
p.tight {
	margin-top: 1em;
	margin-bottom: 0px;
	/*line-height: 10px;*/
}
#larger {
	font-size: 125%;
}

body {
	background-color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	height: 8.5in;
}
#header {
	position: fixed;
	width: 100%;
	height: 15%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

#sidebar {
	position: fixed;
	width: 15em;
	height: auto;
	top: 15%;
	right: auto;
	bottom: 100px;
	left: 15px;
	line-height: 2;
}

#main {
	background-color: salmon;
	position: fixed;
	width: auto;
	height: auto;
	top: 15%;
	right: 0;
	bottom: 100px;
	left: 10em;
}

#footer {
	position: fixed;
	width: 100%;
	height: 100px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.indent { 
	margin-left: 2em; 
	margin-top: 0em;
	margin-bottom: 0em;	
}
span.tightspace { 
	/*line-height: 4px;*/
	/*space-before: 0px; */
	margin-top: 0em;
	margin-bottom: 0em;
}


h1 { font-size: 16px; font-weight: bold}
h2 { font-size: 14px; font-weight: bold}
h3 { font-size: 12px; font-weight: bold}
a { color: #BBBBBB }
a:link { color: #BBBBBB}
a:visited { color: #BBBBBB }
a:hover { color: #FF0000 }

