#frame {
	background: white url(../images/bodybg.gif) repeat-y 163px top;
	}
#header {
	height: 147px;
}
#navigation {
	width:163px;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
}
#bodyStuff {
	width:596px;
	text-align: left;
	vertical-align: top;
	padding-left: 1px;
	font-size: 8pt;
}
#footer {
	width: 760px;
	height: 50px;
	line-height: 50px;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	color: #313b45;
	background: #fff url(../images/footer.jpg) no-repeat center top;
	margin-top: 13pt;
	}
.clearContent {
	background: transparent;
	clear: both;
	height: 0px;
	display: block;
	}
.content {
	width: 550px;
	background: transparent;
	padding-left: 20px;
	}
.contentWrapper {
	position: relative;
	width: 596px;
	background: transparent;
	}
.contentLeft {
	background: transparent;
	padding-left: 20px;
	}
.contentLeft p {
	width: 320px;	
	line-height: 13pt;
	margin-top: 13pt;
}
.contentRight {
	width: 250px;
	position: absolute;
	top: 16pt;
	left: 347px;
	background: transparent;
	}
.contentSep {
	padding-top: 16px;
	}
table .tableData  {
	width: 400px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	}
.tableData th, .tableData td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}	