h2 {
	font-weight:bolder;
	color:#0790CB;
}
h2 span {
	background-color:#fff;
	display:inline;
}
h3 {
	font-size:30px;
}
img {
	max-width:100%;
}

#container {
	margin-bottom:0px;
}

/*--- Page nav ---*/
#container .nav li a {
	padding-top:10px;
}

.heading {
	margin-bottom:10px;
	position:relative;
}

.onhead {
	position:absolute;
	top:	110px;
	left:	45px;
}
.onhead p {
	font-size:18px;
	font-weight:bolder;
	color:#000;
	background-color:#fff;
}

.content {
	font-size:16px;
}
.content p {	
/*	
	line-height: 30px;
*/
	line-height: 25px;
/*	
	margin-bottom:15px;
*/
}
.content strong {
	color:#f22;
}

.lead {
	font-size: 18px;
}
.lead ul li,
.lead ol li {
	font-size: inherit;
}

section {
	margin-bottom:10px;
}
section h3 {
	padding-bottom:5px;
	border-bottom:solid 1px #A5A5A5;
}

.well {
/*
	min-height: 90px;
*/
	margin-bottom:15px;
	border: solid 2px #000;
	background-color: #F4F4F4;
	line-height: 2.5em;
	color: #0782B6;
	font-weight: bolder;
	
	text-align:center;
}

.auther div					{	margin-top	: 100px;	}
.auther .dl-horizontal dt	{	width		:  70px;	}
.auther .dl-horizontal dd	{	margin-left	: 100px;	}
