#top {position: absolute; top: 0px; left: 0px; z-index: 1;}
#topbar {position: absolute; top: 0px; left: 0px; width: 100%; height: 179px; background-image: url(images/topbar.jpg);}
#leftbar {position: absolute; top: 0px; left: 0px; width: 159px; height: 3000px; background-image: url(images/leftbar.jpg);}
#address {position: absolute; top: 10px; left: 70%; z-index:2;}
#links {position: absolute; top: 270px; left: 10px; width: 169px; z-index: 2;}
#pagebody {position: absolute; top: 220px; left: 180px; width: 60%; z-index: 2;}
#logos {position: absolute; top: 175px; left: 85%; width: 100px; z-index: 2;}

body {
		font-family: tahoma;
		font-size: 10pt;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		}
td {
	font-size: 10pt;
	}
a:link.sidebar { 
		color: white;
		text-decoration: none;
		}
a:visited.sidebar { 
		color: white;
		text-decoration: none;
		}
a:hover.sidebar { 
		color: #c6c6c6;
		text-decoration: underline;
		}