body { font: 11pt/14pt Arial, sans-serif; margin: 0px; padding: 0px; background-color: white; }

h1 { font: 18pt Arial, sans serif; color: #000080; }
h2 { font: 16pt Arial, sans serif; color: #000080; }
h3 { font: 14pt Arial Narrow, sans serif; color: #000080; }

#banner { position: absolute; top: 16px; left: 8px; width: 919px; height: 90px; z-index: 60; }

a:link { color: #000080; text-decoration: none; }
a:visited { color: #000080; text-decoration: none; }
a:hover { color: #000080; /*background-color: #DBE0EA;*/ border: transparent; text-decoration: none; }

#content {
	position: absolute;
	top: 118px;
	right: 205px;
	left: 5px;
	padding: 0px;
	width: 726px;
	/*border-style: solid; border-width: 0px 0px 0px 0px; border-color: #C0C0C0;*/
	padding: 0px 15px 0px 15px;
	text-align: justify;
	margin: 0px 5px 0px 5px;
	z-index: 40;
	height: 195px;
}
	
#content p { text-align: justify; }	

#lnav {
	position: absolute;
	font: 18pt/20pt Times New Roman;
	color: #000080;
	top: 120px;
	left: 4px; height: 550px;
	width: 174px;
	border-style: solid; border-width: 0px 2px 2px 0px; border-color: #CD853F; background-color: #F5F5DC;
	padding 2px 2px 0px 2px;
	z-index: 30;
}
#lnav a { display: block; text-align: right; padding: 10px 5px 0px 15px; margin: 5px; }
#lnavtxt { font: 10pt/11pt Arial; text-align: right; padding: 0px 5px 0px 0px; color: #C97E24; }

#navbar {
	position: absolute;
	top: 25px;
	left: 520px;
	width: 500px;
	height: 17px;
	visibility: visible; z-index: 70;
}
#navbar a { padding: 0px 0px 3px 10px; margin: 0px; }

#clicks {
	position: absolute;
	font: 11pt Arial Narrow;
	text-align: right;
	top: 119px;
	right: 4px;
	left: 771px;
	width: 144px; /*height: 644px; border-style: solid; border-width: 0px 1px 0px 0px; border-color: #C97E24; background-color: #F5F5DC; #FFFAFA; #FDF5E6;*/
	padding: 0px 0px 0px 25px;
	z-index: 20;
	height: 255px;
}

#footer {
	font-size: 80%;
	text-align: center;
	color: #C97E24; 
	/*margin-top: 1.5em;*/
	padding: .5em; background-color: white;
}
`

