body {
	margin:0px;
	padding:0px;
}

div#logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	height:128px;
	width:257px;
	float:clear;
	position:relative;
	left:90px;
}

div#leftnav {
	width:90px;
	height:100%;
	background-image: url("../images/decal.png");
	background-color:#90a749;
	background-repeat:no-repeat;
	background-position: center bottom;
	float:left;
}

div#navlinks {
	position:relative;
	top:160px;
	left:10px;
	font-family:Arial;
	font-size:12px;
}

div#break {
	position:absolute;
	z-index:2;
	width:100%;
	top:140px;
	height:1px;
	border-top:1px dotted #ccc;
}

div#content {
	font-family:Arial;
	font-size:12px;
	position:absolute;
	top:160px;
	left:105px;
	width:620px;
}

p {
	margin-top:0px;
}

span.hl {
	color:#90a749;
	font-weight:bold;
}

span.blackhl {
	font-weight:bold;
}

li#leftnav {
	list-style-type: square;
	line-height:30px;
}

li#normal {

}

.active {
	color:#000;
	text-decoration:none;
}

.active:hover {
	color:#f00;
}

.inactive {
	color:#fff;
	text-decoration:none;
}

.inactive:hover {
	color:#f00;
}

a {
	text-decoration:none;
}

a:hover {
	color:#f00;
}
