body {
	/*background: lightyellow;*/
	background: lightgreen url(gback.png) repeat left top;
}

.documentBox {
	position: relative;
	/*background: blue url(btext11.gif) repeat left top;	*/
	background: lightblue url(crossback.png) repeat left top;
	/*background: lightblue;*/
	width: 950px;
	height: 950px;
	text-align: left;
	border: solid 5px blue;
	overflow: hidden;
	z-index: 0;
}



.menuBox {
	position: relative;
	top: 18px;
	left: 10px;
	float: left;
	background-color: #777474;
	width: 180px;
	height: 510px;
	text-align: center;
	border: solid 5px black;
	z-index: 2;

}

.menuBox a {
	position: relative;
	display: block;
	font: bold 14px arial, helvetica, sans-serif;
	height: 30px;
	width: 180px;
	text-decoration: none;
	color: black;
	/*z-index: 2;*/
	padding: 1px;
	/*border: solid 1px #777474;*/
}

.menuBox a div {
	margin-top: 12px;
	/*z-index: 2;*/
}



.menuBox a:hover {
	/*background-color: blue;*/
	color: white;
	text-decoration: none;

}

.contentBox {
	position: relative;
	/*font: 14px arial, helvetica, sans-serif;*/
	font: 12pt times, serif;
	top: 18px;
	left: -10px;
	float: right;
	width: 700px;
	height: 500px;
	overflow: auto;
	background-color: white;
	border: solid 5px black;
	padding: 5px;
	z-index: 2;

}

.connectBox {
	position: absolute;
	width: 710px;
	/*height: 200px;*/
	height: 150px;
	border: solid 20px black;
	border-bottom: none;
	/*top: -100px;*/
	top: 220px;
	left: 100px;
	z-index: 0;

}


.logo img {
	position: relative;
	border: solid 5px black;
	z-index: 1;

}




p.dropcap:first-letter {
  font: bold 150% times, serif;
}

.pageFooter {
	position: absolute;
	background-color: #777474;
	font: 12px arial, helvetica, sans-serif;
	text-align: center;
	width: 260px;
	height: 14px;
	top: 934px;
	left: 345px;
	z-index: 0;
}
