@charset "utf-8";
#header {
	height: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/global/back_headerC.jpg);
}
#mainContent p {
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.4em;
	text-align: justify;
}
#mainContent a {
	text-decoration: none;
}


.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	padding-top: 30;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.imageCenter {
	text-align: center;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}

.hollowBody {
	background-image: url(../images/frame/back_homeBody.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hollowBottom {
	background-image: url(../images/frame/back_homeBottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	height: 10px;
}

