body {
	background:#FFFFCC;
}

p,td {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12pt;
}

#container {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12pt;
}

#logo {
	position:fixed;
	left:0px;
	top:0px;
}

#topnav {
	position:fixed;
	left:212px;
	top:0px;
	font-size: 120%;
}

#leftnav {
	position:fixed;
	left:0px;
	top: 95px;
	bottom:0px;
	width: 211px;
	font-size: 110%;
	background: #DAA520;
}

#content {
	position:absolute;
	left:212px;
	top:5px;
	margin:5px;	
	overflow:auto;
}

#footer {
	position:fixed;
	bottom:0px;
	left:3px;
	font-size: 70%;

}

#gears {
	position:fixed;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}

.heading {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
}

.subhead {
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
}

.navtext {
	font-weight: bold;
	margin-left: 5px;
}
.navtext A:link { color: #000000; text-decoration: none;}
.navtext A:visited { color: #000000; text-decoration: none;}
.navtext A:active { color: #000000; text-decoration: underline}
.navtext A:hover { 
	color: #000000; 
	text-decoration: none; 
	background-image: 
		url('/images/gearblack20x20.png'); 
		background-repeat: no-repeat;
}

ul {
	list-style-image: url('/images/gearblack15x15.png');
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.small {
       font-size: 85%;
}