/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	
}
.LeftCol {
	background-image: url(../images/sez_topL.png);
	display: block;
	width: 166px;
	padding-top: 13px;
	background-repeat: no-repeat;
	background-position: center top;
}
.LeftColBdy {
	background-image: url(../images/sez_bgL.png);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
}
.LeftColBottom {
	background-image: url(../images/sez_bottomL.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
	display: block;
}

.RightCol {
	background-image: url(../images/sez_top.png);
	display: block;
	width: 166px;
	padding-top: 13px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
}
.RightColBdy {
	background-image: url(../images/sez_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
}
.RightColBottom {
	background-image: url(../images/sez_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
	display: block;
}
a:link, a:visited {
	text-decoration: none;
	color:#FF5800
} 
a:active, a:hover { text-decoration: none; }
#PageCnt {
	width: 100%;
	display: block;
	margin: 0px;
}

#PageCnt #BodyCnt {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#PageCnt #BodyCnt #PageHeader {
	display: block;
	height: 97px;
}

#PageCnt #BodyCnt #PageHeader #PageHeaderTop {
	background-color: #E77818;
	display: block;
	height: 12px;
}
#PageCnt #BodyCnt #PageHeader #PageHeaderBody {
	background-color: #FFFFFF;
	display: block;
	height: 67px;
}
#PageCnt #BodyCnt #PageHeader #PageHeaderBottom {
	background-color: #999965;
	display: block;
	height: 12px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
.sezw{ 
	margin-top:5px;
	margin-bottom:5px;
}



.sez_Title {
	background-image: url(../images/hdr_bg.png);
	display: block;
	height: 29px;
	width: 444px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	margin-top:5px;
}

#PageCnt #BodyCnt #PageFooter {
	color: #FF5800;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-image: url(../images/footer_side.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
}

#PageFooter #PageFooterRSide {
	background-image: url(../images/footer_sideR.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 35px;
	width:100%;
}
#PageFooter #PageFooterRSide #FooterBdy {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	display: block;
	height: 35px;	
	gvertical-align:middle;
	margin-right:14px;	
	margin-left:14px;	
	
	margin-top:0px;margin-bottom:0px;
	
}
#PageFooter #PageFooterRSide #FooterBdy #FooterCnt{
	
	padding-top:10px;
	
	
}
