.mainHolder{
	width:800px;
	text-align:left;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#588064;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#588064;
	}
.header{
	background-color:#588064;
	width:800px;
	height:90px;
	color:#CEE2D4;
	font-family:"Georgia", arial, sans;
	font-weight:bold;
	font-size:32px;
	background-image: url(../files/headerback.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
.headerSubBar{
	background-color:#CEE2D4;
	height:2px;
	background-image: url(../files/headersubback.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	background-position: right top;
	width: 800px;
}
.miniText{
	font-size:11px;
	}
.navBar{
	width:800px;
	height:29px;
	background-color:#CBAB8F;
	padding-top:3px;
	background-image: url(../files/navback.jpg);
	background-repeat: no-repeat;
	background-position: right;

	}
.navOn{
	color:#12307E;
	background-color:#E5D9D0;
	border-bottom-width:1px;
	border-bottom-color:#7F6B59;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-color:#7F6B59;
	border-top-style:solid;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:23px;
	padding:1px 1px 0px;
	float:left;
	text-decoration:none;
	margin:0px;
	overflow:hidden;
	}
.bottomNav {
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	color: #CEE2D4;
}

.navOn:hover{
	color:#18429E;
	background-color:#EADED6;
	}
.navOff{

	}
.navRight{
	background-image: url(../files/navright.gif);
	overflow: hidden;
	height: 26px;
	width: 5px;
	margin-right: 5px;
	float: left;
}
.navLeft{
	background-image: url(../files/navleft.gif);
	overflow: hidden;
	height: 26px;
	width: 5px;
	margin-left: 2px;
	float: left;
}
.contentArea{
	background-color:#EAF3ED;
	width:800px;
	background-image: url(../files/contentback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
.contentBox{
	padding:8px;
	line-height:120%;

	}
.footer{
	width:800px;
	background-color:#588064;
	color:#CEE2D4;
	text-align:center;
	}
.imageLeft{
	float:left;
	margin:4px 8px 0px 4px;
	border: 1px solid #806b59;
	background-color: #e6d9cf;
	font-family:arial, sans;
	font-size:smaller;
	font-weight:bold;
}
.imageRight{
	float:right;
	margin:4px 0px 8px 4px;
	border: 1px solid #806b59;
	background-color: #e6d9cf;
	font-family:arial, sans;
	font-size:smaller;
	font-weight:bold;
}
.imageCenteredBreaking{
	text-align:center;
	border: 1px solid #806b59;
	background-color: #e6d9cf;
	margin: 4px 4px 10px 4px;
	font-family:arial, sans;
	font-size:smaller;
	font-weight:bold;
}
	
	
	
P{
	margin:2px 2px 10px 2px;

	}
body{
	background-color:#E2DEE0;
	overflow-y:scroll;
}
