UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	list-style-type: square;
	list-style-position: inside;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 22px;
	text-indent: -16px;
}

.navbarHR {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
	height: 1px;
	width: 170px;

}

.navbar {
	width: 200px;
	position:absolute;
	left: 0px;
	z-index: 5;
	overflow: visible;
	

}

.mainbody {
	position: absolute;
	top: 126px;
	left: 216px;
	width: 372px;
	height: 100%;
	z-index: 10;
}

body {
	background-color: #CCFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 100%;	
	background-image:url(../background-tile.jpg);
	background-repeat:repeat;
}

.pagetitle {
	position: absolute;
	top: 76px;
	left: 216px;
	width: 372px;
	height: 40px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	z-index: 8;
	}
H1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.photostrip {
	position: absolute;
	right: 0px;
	top: 72px;
	width: 200px;
	height: 100%;
	background-image:url(../right-strip.jpg);
	background-repeat:repeat-y;
	background-color:#CCCCCC;
	z-index: 8;
	}

.dottedHR {
	border-style: dotted;
	border-width: thin;
	border-color: #000000;
	}

P {
	margin: 0px 0px 6px 0px;
}