@charset "utf-8";

/* CSS Document */


.MainBox {
	width: 75em;
	margin: auto;
	background: #FFFFFF url(../images/left_shadow_bg.gif) repeat-y left;
}

.TopShadowBox {
	background: url(../images/topleft_shadow_bg.gif) no-repeat left top;
}

.TopShadowSlider {
	background: url(../images/top_shadow_bg.gif) repeat-x top;
	margin-left: 22px;
}

.TopRightShadow {
	background: url(../images/topright_shadow_bg.gif) no-repeat right top;
	height: 22px;
}

.MiddleShadowBox {
	background: url(../images/right_shadow_bg.gif) repeat-y right;
	margin-left: 12px;
	padding-right: 12px;
	padding-bottom: 1px;
}

.BottomShadowBox {
	background: url(../images/bottomleft_shadow_bg.gif) no-repeat left bottom;
}

.BottomShadowSlider {
	background: url(../images/bottom_shadow_bg.gif) repeat-x bottom;
	margin-left: 22px;
}

.BottomRightShadow {
	background: url(../images/bottomright_shadow_bg.gif) no-repeat right bottom;
	height: 22px;
}

.HeaderBox {
	height: 82px;
	background: url(../images/header_gradient_bg.gif) repeat-x left bottom;
}

.HeaderBox #schi_logo {
	border-style: none;
	padding-left: 20px;
	background: #FFFFFF;
	padding-top: 3px;
	height: 79px;
	width: 157px;
	float: left;
}

.HeaderBox #nshi_logo {
	float: right;
	margin-right: 1.5em;
	border-style: none;
}
.ContentBox, .FooterBox {
	margin-top: 1.5em;
	margin-left: 3em;
}
.ContentBox {
	padding-right: 175px;
	padding-bottom: 6em;
}


.FooterBox {
	text-align: center;
	margin-right: 3em;
}
