/* CSS Document */
body {
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#2C2C2C;
	text-align:justify;
	line-height:24px;
}
p {	
	padding:0px 15px;
	margin:0px;
	text-align:center;
}
a {
	font-family:calibri;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	text-align:left;
	text-shadow:#BCBCBC 0px 1px 1px;
	font-weight:normal;
}
h1 {
	font-size:36px;
	color:#004281;
	text-align:left;
	line-height:46px;
	font-stretch:semi-expanded;
	float:left;
	padding:30px 0px;
}
h2 {
	color:#13182B;
	font-size:24px;
	line-height:30px;
	padding:0px 15px;
	margin:0px;
	color:#E71F30;
	text-transform:uppercase;
}
h2 span {
	color:#2C2C2C;
	text-transform:none;
}
header {
	width:100%;
	margin:0px;
	padding:0px;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	float:left;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0.9+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
	z-index:999;
	position:absolute;
	top:18px;
	
	-webkit-box-shadow: 0px 3px 0px 0px rgba(237,237,237,1);
	-moz-box-shadow: 0px 3px 1px 0px rgba(237,237,237,1);
	box-shadow: 0px 3px 1px 0px rgba(237,237,237,1);
}
nav {
	width:50%;
	float:right;
	margin:10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#004281;
}
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
li {
	padding:0px;
	margin:0px;
}
nav li {
	float:left;
	margin-top:35px;
}
nav li a {
	color:#004281;
	padding:5px 7px;
	margin:0px 7px;
	border:#ffffff 1px solid;
}
nav li a:hover {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:#004281 1px solid;
}
banner {
	width:100%;
	margin:0px;
	padding:0px;
	display:block;
	clear:both;
	float:left;
}
banner img {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	padding:0px;
	margin:0px;
	z-index:1;
}
article {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	padding:0px;
	margin:40px 0px;
}
article h1 {
	float:none;
	display:block;
	clear:both;
	text-align:center;
	padding:40px 0px 20px 0px;
}
article h1 span {
	color:#57ADFF;
}
section {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
}
aside {
	width:49%;
	height:auto;
	overflow:hidden;
	background-color:#004281;
}
aside p {
	margin:0px;
	color:#FFFFFF;
	font-size:16px;
	text-align:justify;
}
aside h1 {
	color:#FFFFFF;
	padding:15px;
	margin:0px;
	line-height:36px;
	float:none;
	display:block;
	clear:both;
	text-align:left;
}
.left-aside {
	float:left;
	min-height:170px;
	overflow:hidden;
}
.right-aside {
	float:right;
	min-height:170px;
	overflow:hidden;
}
footer {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
	display:block;
	clear:both;
	background-color:#004281;
	padding:15px 0px;
	margin:0px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}
footer a {
	color:#57ADFF;
	font-size:15px;
}
table {
	width:97%;
	margin:20px 3px;
	padding:3px;
	border:#004281 1px solid;
	
}
tr:nth-child(even) {
	background: #D9ECFF;
	padding:5px;
}
tr:nth-child(odd) {
	background: #ECECEC;
	padding:5px;
}
th {
	background-color:#004281;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
}
td {
	padding:5px;
}
.top-border {
	background-color:#F7F7F7;
	padding:9px 0px;
	background-image:url(../images/top-border.png);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px;
}
.contener {
	width:1170px;
	margin:0 auto;
	padding:0px 15px;
	height:auto;
}
.right-content-area {
	width:63%;
	float:right;
	height:auto;
	overflow:hidden;
}
.active-link {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border:#004281 1px solid;
}
iframe {
	width:95%;
	margin:20px 3px;
	padding:3px;
	border:#004281 1px solid;
	height:230px;
}