@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #000015;
	height: 100%;
	width: 100%;
	font-size: 14px;
	position: absolute;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
}
a:link{
	color: #FFFFFF;
}
a:visited{
	color: #FFFFFF;
}
a:hover, a:focus{
	color: #FFFFCC;
	text-decoration:none;
}
ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }


#header {
	height: 50px;
	width: 100%;
	min-width: 860px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;

}
* html #header {
	position:absolute;
	top:expression(document.documentElement && document.documentElement.scrollTop || document.body && body.scrollTop || 0 + 'px');
}

#header ul {
	top: 10px;
	right: 10px;
	position: absolute;
	white-space: nowrap;
}
#header li {
	font-size: 12px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-right: 1em;
	padding-left: 1em;
}
#header li:first-child {
	border: 0;
}
#header  #logo {
	width:100px;
	position: absolute;
	top: 12px;
	left: 10px;
}
#header  #breadArea  {
	position: absolute;
	left: 170px;
	top: 5px;
}
#header  #breadArea  .subT  {
	font-size: 14px;
	color: #FFFFFF;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 5px;
}
#header  #breadArea  a   {
	float: left;
	text-decoration: underline;
	font-size: 14px;
}
#header  #breadArea  a:hover  {
	color: #333333;
	text-decoration: none;
}
#header  #breadArea  img  {
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.bPlace {
	position: fixed;
	left: 0px;
	top: 100px;
	height: 145px;
	width: 180px;
	z-index: 5;
	background-image: url(../images/bg_btn.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 20px;
}
* html .bPlace {
	position:absolute;
	top:expression(document.documentElement && document.documentElement.scrollTop || document.body && body.scrollTop || 100 + 'px');
	left:expression(document.documentElement && document.documentElement.scrollLeft || document.body && body.scrollLeft || 10 + 'px');
}

