body {
	font-family: "Verdana", sans-serif;
	font-size: 11pt;
}

#topbar {
	border-bottom: 2px dotted black;
	margin-left: 160px;
}

#logo {
	position: absolute;
	top:0px;
	left:0px;	
}
#topbar #tagline {
	float:right;
	width:30em;
	text-align:right;
	font-weight:bold;
	font-size:12pt;	
}

#leftnav {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 10em;
	border-right: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
}

#content {
	margin-left: 11em;
}

ul.links {
	list-style: none;
	margin-left: 5px;
	margin-top: 0px;
	padding-left:0px;
}

.section {
	background-color: #cc9999;
	font-weight: bold;
	text-align: center;
}

#sflogo {
	padding-top: 20px;
}