body {
	background:#FFFFFF;
	background-image: 
		url('/images/circle_back.png'); 
		background-repeat: no-repeat;

}
#container {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 11pt;
}

#logo {
	position:fixed;
	left:0px;
	top:0px;
}

#topnav {
	position:fixed;
	right:10px;
	top:10px;
}

#leftnav {
	position:fixed;
	left:0px;
	top: 95px;
	bottom:0px;
	width: 211px;
	font-size: 110%;
	background: #DAA520;
}

#content {
	position:absolute;
	left:212px;
	top:20px;
	margin-top:5px;
	margin-left:5px;
	margin-right:220px;	
	overflow:auto;
}

#footer {
	position:fixed;
	bottom:0px;
	left:250px;
	font-size: 70%;
}

.foot {
	font-size: 70%;
}

.heading {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 120%;
	font-weight: bold;
}

.subhead {
	font-size: 105%;
	font-weight: bold;
}

.topnavtext {
	font-size: 90%;
	color: #FFFFFF;
	font-weight: bold;
}
.topnavtext A:link { color: #FFFFFF; text-decoration: none;}
.topnavtext A:visited { color: #FFFFFF; text-decoration: none;}
.topnavtext A:active { color: #FFFFFF; text-decoration: underline}
.topnavtext A:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}

.navtext {
	font-weight: bold;
	margin-right: 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; 
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
