.cap_subject {
	text-transform: capitalize;
}

.col_right {
	text-align: right;
	float: right;
}

.col_left {
	text-align: left;
	float: left;
}

.sitemap_box {
	display: block;
	float: left;
	width: 50%;
	padding: 5px;
}

.sitemap_box ul {
	list-style: disc;
	margin-left: 25px;
}

.sitemap_box ul ul {
	list-style: square;
	margin-left: 25px;
}

#adv {
	float: right;
	width: 250px;
	border-left: 1px solid #EFEFEF;
	padding-left: 15px;
	height: 600px;
}

#adv ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#adv li{
	display: block;
	float: left;
	border: 1px solid #EFEFEF;
	padding: 3px;
	margin: 3px;
	width: 100px;
	font-size: 11px;
	text-align: center;
}

#adv img {
	/*width: 80%;*/
	height: 120px;
	text-align: center;
}

.article tr {
	vertical-align: top;
}

.article td:nth-child(1){width:30%;}
.article td:nth-child(2){width:10%;}
.article td:nth-child(3){width:60%;}

.article h3 {
	font-size: 18px;
}

.article p {
	font-size: 15px;
}

.list_table td:nth-child(1) {width: 15%;}

a {
	color: #666;
}

.wp-section {
	padding-bottom: 60px;
	text-align: justify;
}

.toptop_line {
	width: 100%;
	height: 7px;
	background: #233E98;
}

.top-header {
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer a {
	color: #444444;
	text-decoration: underline;
}

@media (max-width:767px) {
	.pg-opt {
		padding-bottom: 20px;
	}
}

.spacing {
	height: 30px;
}

.clear {
	clear: both !important;
}