html,body,header,footer,section,article,nav,div,
h1,h2,h3,h4,h5,h6,p,a,span,
ul,ol,dl,li,dt,dd,
table,th,tr,td,caption,thead,tbody,tfoot,
form,button,input,label,legend,select,
iframe,embed,img,hr,br,canvas {margin:0;padding:0;}
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: .875em;
}
a {
	text-decoration: none;
	color: #607080;
}
a:hover {
	background-color: rgba(112,112,112,.35);
}
img {
	width: 100%;
	height: 100%;
}
p {
	text-indent: 2em;
	line-height: 1.75em;
	margin: 5px 10px;
}
#header {
	padding:15px 0;
    border-bottom: 1px solid #607080;
}
#header h1 {
	font-size: 1.75em;
	color: #607080;
	font-weight: bold;
}
#header h6 {
	font-size: .85em;
	color:navy;
}
#nav {
	padding: 10px 0;margin: 0 auto; 
    text-align:center;
}

#nav ul {
	list-style: none;
}
#nav>ul>li {
	padding:0 5px;
	display: inline-block;
	position: relative; 
}
#nav>ul>li>a{
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px 5px;
	background-color: rgba(128,128,128,.25);
}
#nav ul li span {
	font-size: .65em;
}
#nav>ul>li>a:hover {
	border-bottom: 2px solid #054eaf;
}
#nav>ul>li>ul {
	display: none;
}
#nav>ul>li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}
#nav ul li:hover ul li a { 
	display:block; 
	font-weight: bold;
	padding: 3px 8px;
	width: 8em; 
	background-color: rgba(112,112,112,.35);
} 
#nav ul li:hover ul li a:hover { 
	background:#6dc7ec; 
	color:#fff; 

} 
#header {
	margin-top: 5px;
}
#header, #nav ul, #article {
	width: 959px;
	//min-width: 749px;
	margin: 0 auto;
}
#sidebar {
	width:10em;
	display: inline-block;
    overflow: hidden;
}
#main {
	border:1px solid #eaeff3;
	display: inline-block;
	min-height: 20em;
	max-width: 57em;
	min-width: 26em;
	width: 100%;
    vertical-align: top;
}
#main h2 {
	background-color: rgba(128,128,128,.25);
    border-radius: 5px 5px 0 0; 
    font-size:16px;
	padding:5px 8px;
    border-bottom:1px solid #607080;
}
#main>h2:before {
	content: url('images/arrow.jpg');
}
#main ol {
	margin: 5px 25px;
	
}
#footer {
	text-align: center;
	border-top:2px solid #091F59;
	padding: 8px 0;
	margin-top: 15px;
}
.clearfloat {
	clear: both;
}

@media only screen and (max-width:767px){
	[id^=page_] {
		width:100%;
	}
	#nav {text-align:left;margin-top:0;}
	//#qqOnline {display: none;}
}

@media print {
	.noprint, .print_ignore {display:none;background:none;}
	.bgnoprint {background:none;}
	.ppba {page-break-before:always;}
}
