*{
	padding:0px;
	margin:0px;
}
body{
	font:12px Verdana,Arial,Tahoma;
	color:#333;
	background:url(images/top.png) repeat-x #fff;
}
body,html{height: 100%;}
img{
	border:none;
}
a{
	color:#256EB1;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}
p {
	margin-bottom:12px;
	text-indent:24px;
}	
dt {
	margin:12px 0px 6px 6px;
	font-weight:bold;
	font-size:14px;
}
dd {	
	padding-left:24px;
}

.container {
	width:928px;
	text-align:left;
	margin: 0 auto;
}
#outer {height: 100%; overflow: hidden; position: relative;width: 100%;}
#outer[id] 
{
	display: table; 
	position: static;
}
#middle {position: absolute; top: 50%;}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%;width: 400px;margin: 0 auto;text-align:center;} 

.header {
	height:60px;
	vertical-align:middle;
	margin:12px 0;
}
.header .right  .tools{
	text-align:right;
	margin:8px 0 12px 0;
}
.header .search_input{
	padding:3px 0px 1px 5px; 
	width:180px; 
	height:16px; 
	line-height:16px; 
	border:1px solid #A0A0A0; 
	background-color:#FFF; 
}
.header .search_btn {
	width:48px; 
	height:22px; 
	line-height:22px; 
	margin-left:2px;
	background:url(images/icons.gif) no-repeat left -232px; 
	border:none;
}


.crumb {
	height:28px;
	line-height:28px;
	border:1px solid #8ebcde;
	border-top:none;
	padding-left:12px;
	color:#666;
	background-color:#fff;
}
.body {
	clear:both;
}

.footer {
	text-align:center;
	color:#666666;
}
.footer .copyright {
	margin:60px 0;
	line-height:22px;
	height:22px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.box {
	display:inline;
	margin-top:8px;
	border:1px solid #b0c5e7;
	background-color:#fff;
}
.box  .title {
	border-bottom:1px solid #b0c5e7;
	height:26px;
	line-height:26px;
	padding-left:12px;
	font-weight:bold;
	font-size:13px;
	background-color:#f0f9ff;
}
.box .content {
	margin:6px;
}
.box  .side_menu {
	margin:12px 0px 12px 18px;
	list-style:none;
}
.box .side_menu li{
	line-height:20px;
	height:20px;
}
.box .content h3{
	text-align:center;
	padding:8px 0;
	font-size:16px;
}
.box .content h4{
	padding:6px 0;
	font-size:14px;
}
.box .content ul, .box .content ol{
	margin:6px 0px 6px 24px;
}
.box .content ul li, .box .content ol li{
	line-height:18px;
}
.img_box {
	display:inline;
	border:1px solid #ccc;
	padding:4px;
}
.links {
	clear:both;
	margin:10px 0;
	padding:0 10px;
	height:26px;
	line-height:26px;
	border:1px solid #e6e6e6;
	background-color:#e9f9fe;
}

