/* format body to center site */
.bodyFormat {
	text-align: center;
	margin-top: 5px;
	background-image: url(../images/pageBCK.gif);
	background-repeat: repeat;
}

/* contains all content within site also centers content and sets text alignment back to left */
.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 800px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

/* header format */
.header {
	width: 800px;
	height: 107px;
}

/* keeps navigation left and sets width */
#left {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* formats main content area */
#content {
	margin-left: 157px;
	margin-right: 0px;
	width: 630px;
	margin-top: 8px;
	background-image: url(../images/cBck.jpg);
	border: 1px solid #999999;
	margin-bottom: 20px;
	voice-family: "\";
	clear: right;
	}\"";
	voice-family: inherit;
}
/* Not utilized but remove czuses home page to break up?? */
#infoShadow {
	background: url(../images/imageShadow.gif) no-repeat right bottom;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	float: left;
 }
 /*Format the top of the main content area*/
#info {
	font-size: 0.8em;
	color: #000000;
	display: block;
 }
/*Format the footer*/
#footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin-bottom: 5px;
	clear: both;

}
/*Format the images and the image containers*/
div.img-dec {
	background: url(../images/imageShadow.gif) no-repeat right bottom;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #0000FF;
}
 
div.img-dec img {
	background-color: #fff;
	border: 1px solid #999999;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}
/*Format the page heading*/
.infoHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 600px;
	height: 20px;
	margin-left: 5px;
	clear: right;


}
/*Print button*/
.printButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(../images/print.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 145px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-left: 450px;
	cursor: hand;

}
/*Hids the print only footer*/
.Printfooter {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
	font-size: 0px;
}
/*Hides the print only header*/
.Printheader {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
}
.pageBack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-image: url(../images/print.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 145px;
	text-align: center;
	padding-top: 3px;
	position: static;
	cursor: hand;
	margin-bottom: 10px;
	margin-left: 450px;








}
