#main {
	position: relative;
	z-index: 100;
	top: 10px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 4000px;
	font-family: "Trebuchet MS";
	background-color: #99CCFF;
	color: #000066;
	font-size: small;
	


}

#banner {
	position: absolute;
	height: 150px;
	width: 800px;
	left: 0px;
	top: 0px;
	background-color: #000066;
	text-align: center;
	vertical-align: middle;
	
}


#content {
	position: absolute;
	width: 557px;
	left: 235px;
	top: 164px;
	padding: 0px;
	height: 31px;
	background-color: #FFFF99;


	}
	
#sidebar {
	position: absolute;
	width: 150px;
	top: 164px;
	z-index: 102;
	left: 2px;
	line-height: 30px;
	padding: 10px;
	height: 689px;
	background-color: #FFFFFF;
	overflow: auto;




}
dd {
	text-align: left;
	text-indent: 0px;
	font-size: 12px;
	margin-left: 20px;
}

#wrapper {
	text-align:left;
	width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body {
	background-image: url(images/backgroundtile.gif);
}

a:link {color: #000066; }
a:visited {color: #000066; }
a:hover {color:#CC3333}
a:active {color: #CC3333; }

