@charset "utf-8";
/* CSS Document */
*{
	margin:0px auto;
	padding:0px;
}
.clearfix:after {
	clear:both;
	display:block;
	content:"";
}
body{
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	color:#000;
	
}
.maincontainer{
	margin:0px auto;
	padding:0px;
	background:url(../images/bg.jpg);
}
.header{
	width:1003px;
	height:auto;
}
.banner{
	width:1003px;
	height:auto;
}
.nav{
	
	height:auto;
    width: 1003px;
	margin:0px auto;
	background:#116291;
}

.nav ul{
	margin:0px;
	padding:0px;
}
.nav ul li{
	list-style:none;
	float:left;

}
.nav ul li a{
    border-right: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 14px auto;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav ul li a:hover{
	    color: #FFC;
		text-decoration:underline;
}

.container{
	width:983px;
	padding:10px;
	background:#E7E5E6;
	height:200xp;
}
.contain_ab{
	width:900px;
	height:auto;
	background:#fff;
	border:1px solid #999;
	border-radius:5px;
	text-align:justify;
	padding:10px;
	font-size:16px;
	margin-top:10px;
	box-shadow:3px 3px 3px #A4A6A8;
	
}
h1{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.padding{
	padding:10px 10px 10px 0px;
}
p{
	color:#747779;
	font-size: 15px;
    text-align: justify;
}
.readmore{
	font-style:italic;
	color:#184F76;
	font-weight:bold;
	font-size:13px;
}
.readmore a{
	text-decoration:none;
	color:#116291;
}
.readmore a:hover{
	text-decoration:underline;
	color:#49A222;
}

.container2{
	margin-top:30px;
	margin-left:33px;
}

.currentissue{
	width:200px;
	height:auto;
	background:#fff;
	border:1px solid #999;
	border-radius:5px;
	padding:10px;
	float:left;
	font-size:18px;
	text-align:center;
	
}
.list{
	width:300px;
	height:auto;
	background:#fff;
	border:1px solid #999;
	border-radius:5px;
	padding:10px;
	margin-right:20px;
	float:left;
	
	height: 291px;
}
.list ul{
	margin:0px;
	padding:0px;
}
.list ul li{
	list-style:lower-latin;
	font-weight:bold;
	list-style-position:inside;
	
	margin:15px 10px;
	
	
	}
.list ul li a{
	color:#000;
	text-decoration:none;
	font-size:16px;
	

}


.list2{
	width:314px;
	height:auto;
	background:#fff;
	border:1px solid #999;
	border-radius:5px;
	padding:10px;
	float:left;
	margin-right:20px;
	font-size:15px;
	text-align:justify;
	height: 291px;
}

.footer{
	width:983px;
	height:auto;
	color:#fff;
	font-size:14px;
	background:#116291;
	padding:10px;
}
.copyright{
	float:left;
	}
.powered{
	float:right;
	}
	
.powered a{
	text-decoration:none;
	color:#fff;
}
h3{
	color:#126290;
	font-size:16px;
}
.insidepage_bg{
	width:930px;
	height:auto;
	background:#fff;
	border:1px solid #999;
	border-radius:5px;
	padding:10px 20px;
	font-size:16px;
	box-shadow:3px 3px 3px #A4A6A8;
	text-align:justify;
}
.insidepage{
	font-size:16px;
	width:850px;
	
}
.insidepage ul{
	margin:0px;
	padding:0px;
}
.insidepage ul li{
	list-style:decimal;
	list-style-position:inside !important;
	
}

h4{
	font-size:16px;
	padding-bottom:10px;
	padding-top:10px;
	color:#116291;
	font-weight:bold;

}
 .heading{
	font-size:16px;
	color:#116291;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	
}
.editorial{
	font-size:16px;
	width:930px;
}
.editorial ul{
	margin:0px;
	padding:0px;
}
.editorial ul li{
	list-style:decimal;

}
.contact{
	text-align:center;
}

.table2, td, tr{
		border:1px solid #E2E0E0;
	padding:5px;
	border-collapse:collapse;
}
.table2 td  h1{
	color:#0779b7;
	font-size:13px;
}
.table2 td a{
	color:#0779b7;
	text-decoration:none;
}
.table2 td a:hover{
	color:#000;
	text-decoration:underline;
}

.table2	tr:nth-child(2n+0){
	background-color:#F1F1F1;
}