<style>
<!--
body { 
	background-image: url('/images/left_tile.jpg');
	background-repeat: repeat-y;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
	height: 100%;
	min-width: 800px;
}
h1 {
	font-size: 16pt;
	font-weight: bolder;
	font-style: italic;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
.aligncenter {
	text-align: center;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.shaded {
	background-color: #DDDDDD;
	margin-left: 10px;
	margin-top: -23px;
	padding-top: 10px;
	height: 100%;
}
.imagepad {
	padding-left: 15px;
	padding-right: 15px;
}
#logo {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:10;
}
#banner {
	position:absolute;
	background-image: url('/images/top_tile.jpg');
	background-repeat: repeat-x;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index:1;
}
#banner h1 {
	top: 0px;
	z-index:1;
	font-size: 28pt;
	font-weight: bolder;
	font-style: italic;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px 0px 30px 165px;
	font-family: Arial,Helvetica,sans-serif; 
}
#nav {
	position:absolute;
	color: #DDDDDD;
	top: 85px;
	left: 170px;
	z-index:20;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
}
#nav A, #nav A:visited, #nav A:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	padding: 0px 10px 0px 10px;
}
#nav A:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#leftnav {
	position:absolute;
	top: 216px;
	left: 0px;
	list-style-type: none;
	z-index:20;
	width: 140px;
	text-align: center;
	background-image: url('/images/left_tile.jpg');
	background-repeat: repeat-y;
	height: 100%;
}
#leftnav li {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #222222;
	margin-left: -40px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
}
#leftnav A, #leftnav A:visited, #leftnav A:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 5px;
}
#leftnav A:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
#content {
	position:absolute;
	top: 0px;
	left: 160px;
	height: 100%;
	padding-top: 130px;
	padding-bottom: 30px;
	z-index:10;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 10pt;
}
#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	font-size: 7pt;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 1px;
	background-color: #aaaaaa;
	border-top: solid 1px;
	border-bottom: solid 1px;
	color: #444444;
	z-index:50;
}

-->
</style>
