Body{
	background-color: #BBBBBB;
	background-image: url(../image/common/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 10px 50px 10px 50px;
}
#MainBody {
	float:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	display: block;
	min-width: 850px;
	width:850px;
	overflow: visible;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin:0;
}

#TopMid{
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
	background-image: url(../image/common/bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	height: 5px;
}

#TopLeft{
	display: block;
	padding: 0px;
	width: 20px;
	height: 5px;
	margin: 0px;
	float: left;
	background-image: url(../image/common/bg_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#TopRight{
	display: block;
	padding: 0px;
	width: 20px;
	height: 5px;
	margin: 0px;
	float: right;
	background-image: url(../image/common/bg_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	clear: none;
}
#BotMid{
	position:relative;
	margin:0;
	height:9px;
	background-image: url(../image/common/bg_botmid.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
#BotLeft{
	position:relative;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 10px;
	float: left;
	background-image: url(../image/common/bg_botleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
#BotRight{
	position:relative;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 10px;
	float: right;
	background-image: url(../image/common/bg_botright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}

#ShadowMid{
	position:relative;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #BBBBBB;
	background-image: url(../image/common/bg_shadowmid.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
}
#ShadowLeft{
	position:relative;
	padding: 0px;
	width: 20px;
	height: 50px;
	margin: 0px;
	float: left;
	background-image: url(../image/common/bg_shadowleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #BBBBBB;
}
#ShadowRight{
	position:relative;
	padding: 0px;
	width: 20px;
	height: 50px;
	margin: 0px;
	float: right;
	background-image: url(../image/common/bg_shadowright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #BBBBBB;
}


#BlockMain{
	clear: both;
	text-align: left;
	display: block;
	overflow: auto;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 0px;
}
#Banner {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: 80px;
	overflow: auto;
	background-image: url(../image/common/bg_banner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}

#NavBar{
	clear: both;
	text-align: left;
	display: block;
	overflow: auto;
	margin: 0px;
	background-color: #F7F7F7;
	padding: 0px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E0E0;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#NavBtn {
	display: block;
	margin:0px;
	padding:0px;
}
#NavBtn ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#NavBtn li{
	float:left;
}
#NavBtn li a{
	display:block;
	background-image: url(../image/common/nav_btn_off.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 10px;
	text-decoration: none;
	color: #000000;
	cursor: hand;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
 /* Hide from IE5-Mac \*/
#NavBtn li a{
	float: none
}
/* End hide */
#NavBtn li a:hover{
	background-image: url(../image/common/nav_btn_hover.gif);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
	border-left-color: #FF0000;
	color: #333333;
}
#NavSel{
	background-image: url(../image/common/nav_btn_on.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: hand;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}


#MenuBox {
	padding: 2px;
	border: 1px solid #DDDDDD;
	margin: 0px 5px;
	display: block;
}
#LmenuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	margin-bottom: 1px;
}
#LmenuLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
}
#LmenuLinks a:link,#LmenuLinks a:visited{
	display: block;
	padding: 3px 3px 3px 10px;
	color: #333333;
	text-decoration: none;
}
#LmenuLinks a:hover{
	background-color:#EFEFEF;
}
.LmenuLinksSelected{
	background-color:#CCDDCC;
}
#MainCol {
	position:relative;
	margin:0;
	padding:0px;
	
	}
#LeftCol {
	position:relative;
/*	top:-10px;
	left:-10px;*/
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
/*	margin:0 0 -10px 0; */
	margin:0;
	background:#FFFFFF;
	z-index:100;
	
}
#RightCol {
	position:relative;
/*	top:-10px;
	right:-10px;*/
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
/*	margin:0 0 -10px 0; */
	margin:0;
	background:#D7C4FA;
	z-index:99;
}
#MidCol {
	position:relative;
	margin:0 200px;
}
#MidLeftCol {
	position:relative;
	margin:0 200px 0 0;
}
#MidRightCol {
	position:relative;
	background-color: #EEEEEE;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
}
#Footer {
	clear: both;
	text-align: center;
	display: block;
	overflow: auto;
	margin: 0px;
	background-color: #F7F7F7;
	padding: 5px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #E0E0E0;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
}
#Footer a{
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	color:#006699;
}
