html, body {
	margin:0px;
	padding:0px;
	background:#000;
	text-align:center;
	}
a:link, a:visited {
	text-decoration:none;
	color:#00FF33;
	}
a:hover, a:active {
	text-decoration:underline;
	color:#000;
	}
.none {
	display:none;
	}
.center {
	text-align:center;
	}
#outside {
	background:url('files/logo.gif') top left no-repeat;
	position:relative;
	text-align:left;
	width:750px;
	margin:0px auto;
	}
#titlebar {
	background:url('files/jay.jpg') bottom right no-repeat;
	height:154px;
	}
#titlebar #topline {
	position:absolute;
	border-top:1px solid #00FF33;
	top:43px;
	left:117px;
	height:1px;
	width:270px;
	}
#titlebar #bottomline {
	position:absolute;
	border-top:1px solid #00FF33;
	top:131px;
	left:192px;
	height:1px;
	width:380px;
	}
#titlebar #title {
	position:absolute;
	margin-top:26px;
	margin-left:39px;
	}
#navcol {
	position:absolute;
	border:1px solid #00FF33;
	background:url('files/horns.jpg') bottom left no-repeat #000;
	margin-left:20px;
	margin-right:20px;
	left:0px;
	top:154px;
	bottom:0px;
	width:150px;
	font-family:arial, sans-serif;
	font-size:16px;
	height:auto;
	}
#navcol a {
	display:block;
	padding-left:25px;
	line-height:1.8em;
	}
#navcol a:link, #navcol a:visited {
	color:#FFF;
	text-decoration:none;
	}
#navcol a.sel {
	background:#00FF33;
	font-weight:bolder;
	}
#navcol a.sel:link, #navcol a.sel:visited {
	color:#000;
	}
#navcol a.sel:before {
	margin-left:-20px;
	content:url('files/diamondpic.php');
	}
#navcol a.nav:hover:before {
	margin-left:-20px;
	content:url('files/arrowpic.php');
	}
#navcol a.nav:hover {
	color:#00FF33;
	}
#maincol {
	position:relative;
	border:1px solid #00FF33;
	margin-left:192px;
	margin-bottom:2em;
	}
#subtitle {
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	font-family:arial, sans-serif;
	line-height:2.2em;
	letter-spacing:2px;
	text-align:center;
	}
#maincontent {
	background:#FFF;
	margin:0px 15px;
	padding:15px;
	min-height:300px;
	}
.texthead {
	border-bottom:1px solid;
	font-family:arial, sans-serif;
	font-weight:bolder;
	line-height:1.4em;
	font-size:95%;
	}
.textbody {
	padding-left:2em;
	font-size:95%;
	line-height:1.2em;
	}
#bottombar {
	line-height:25px;
	font-size:11px;
	font-family:arial, sans-serif;
	margin-right:15px;
	text-align:right;
	}
#bottombar a:link, #bottombar a:visited {
	color:#666;
	text-decoration:none;
	}
#bottombar a:hover, #bottombar a:active {
	color:#00FF33;
	}
.color {
	color:#00FF33;
	}
.column {
	width:47%;
	float:left;
	padding-right:3%;
	}
.clear {
	clear:both;
	}
.indent {
	margin-top:-1em;
	margin-left:2em;
	font-size:85%;
	}
.textbody > img {
	margin-left:.3em;
	float:right;
	}
