	html {
		margin:0;
		padding:0;
		background:white;
		color:#000;
	}
	body {
		min-width:750px;
	}
	p {text-align:justify;
		font-size: 0.75em;
		padding-left: 1em;
	}
	#wrap {
		background: white;
		margin:0 auto;
		width:760px;
		border: solid 10px black;
	}
	#header {
		background: url(fireheader.jpg) no-repeat;
		height: 162px;
	}
	#nav {
		background:white;
	}
	#main {
		background:white;
		float:left;
		width:450px;
		padding: 0 0.5em;
	}
	label {font-size: 0.75em;}
	#leftcol {float: left;
				line-height: 1.3em;}
	#rightcol {float: right;
				}
	#sidebar {
		background:white;
		float:right;
		width:220px;
	}
	#footer {clear: both;
			 background: url(stripe.gif) repeat-x;
			 height: 21px;
	}
	#nomenu li {display: block;
				font-size: 0.75em;
		    color: black;
			padding-bottom: 0.4em;
			list-style-type:none;
			}
	ul ul { font-size: 100%;
			color: red;}
	#alpha li {display: block;
			list-style-type:lower-alpha;
		    color: black;
			padding-bottom: 0.4em;
			}
	li {padding-right: 1em;
		display: inline;
		font-size: 0.75em;
		color: red;
		}
	h3 {font-size: 1em;
		color: #CC0000;
		}
	h4 {font-size: 0.75em;
		color: #cc0000;
		text-decoration: underline;
		}
	h5 {font-style: oblique;}
