body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/navBack.jpg);
	background-repeat: repeat-y;
}

#navBack {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background-image: url(images/navBack.jpg);
	background-repeat: repeat-y;
}

#masthead {
	position: absolute;
	top: 5px;
	width: 100%;
	z-index: 10;
}

#navBar {
	left: 10px;
	top: 120px;
	position: absolute;
	z-index: 50;
}

#bodyText {
	position: absolute;
	left: 10px;
	top: 120px;
	color: #333333;
	width: 98%;
}

#bodyText h1 {
	font-size: 18px;
	font-weight: normal;
	color: #006600;
	border: 1px solid #666666;
	padding: 5px;
	background-color: #CCCCCC;
}

#bodyText  h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}

.footer {
	font-size: 9px;
	color: #666666;
}

.copyTable{
	border: thin dashed #663300;
	font-size: .8em;
	line-height: 150%;
	background-color: #FFFFFF;
	margin-bottom: 20px;
}
.tableSmall {
	font-size: 10px;
}
.frameBlack {
	border: 1px solid #333333;
}

