body{
	text-align: center;
    margin-top: 25px;
    background-color: #0F0645;
    background-image: url(/images/bckgrd.gif);
    background-repeat: repeat;
    font-family: "Open Sans";
    font-size: 13px;
}
h1{
	margin:0px;
	padding:0px;
	font-size: 20px;
}
h2{
	font-size: 16px;
	margin:0px;
	padding: 0px;
}
#main-container{
	width: 1024px;
	margin: auto;
	
}

.main-container-area{
	background-color:#a0aec1;
	float:left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
nav{
	
	 width: 120px;
	float: left;
}
nav ul{
	float: left;
    margin: 0px;
    padding: 0px;
	
}
nav ul li{
	
	border: 4px solid #637897;
    width: 112px;
    float: left;
    list-style-type: none;
    height: 40px;
	margin-bottom: 10px;
}

nav ul li a{
	
	border-bottom: 4px solid #e9ba00;
    border-right: 4px solid #e9ba00;
    border-top: 1px solid #a0aec1;
    background-color: #466289;
    padding: 10px 0px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    text-decoration: none;
			
}

nav ul li a:hover{
	background-color:#0f0645;
}

/* header banner area*/

header{
	 width: 872px;
    float: left;
     background-color: #647996;
    height: 99px;
    padding: 0px;
    text-align: left;
    margin-left: 10px;
	
}
header img{
	margin-top:7px;
}
footer{
	text-align: center;
}
article{
	float:left;
}
.right-content{
	width: 872px;
    float: left;
}
.right-content-area{
	width: 100%;
    float: left;
    margin-top: -8px;
    background-color: #647996;
    padding: 0px;
    text-align: left;
    margin-left: 10px;
	min-height: 242px;
	
	background: #647996; /* Old browsers */
	background: -moz-linear-gradient(top, #647996 0%, #647996 50%, #466289 52%, #466289 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #647996 0%,#647996 50%,#466289 52%,#466289 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #647996 0%,#647996 50%,#466289 52%,#466289 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#647996', endColorstr='#466289',GradientType=0 ); /* IE6-9 */
}
.main-txt{
	background-color: #fff;
    padding: 10px 10px 0px 0px;
    width: 819px;
    margin-left: 22px;
    box-sizing: border-box;
	float: left;

	
}
.main-txt-right{
	width: 524px;
    float: left;
    font-size: 12px;
    margin-left: 10px;
}
.main-txt-bottom{    
	background-color: #fff;
    float: left;
  	width: 819px;
	margin-left: 22px;
	padding-top:10px;
	
}	
.right-content-bottom{
	width: 872px;
    float: left;
    background-color: #647996;
    height: 99px;
    padding: 0px;
    text-align: left;
    margin-left: 10px;
	
}
.stripe-yellow{
	width:100%;
	float:left;
	background-color:#e7b901;
	height:44px;
	position: relative;

}
.stripe-blue{
	width:100%;
	float:left;
	background-color:#0f0645;
	height:80px;
	position: relative;
}

.app-cont{
	width: 276px;
	float:left;
	position: absolute;
	margin-left: 20px;
}
.shout-cont{
	width: 525px;
    background-color: #2b4467;
    padding: 10px;
    position: absolute;
    float: right;
    margin-left: 296px;
	height: 290px;
	
}

.app-cont h1{
	background-color:#e7b901;
	padding: 10px;
	text-align: center;
}
.shout-cont h1{
	background-color:#2b4467;
	color: #e7b901;
}
.scroll-txt{
	float: left;
    width: 100%;
    overflow-y: auto;
    padding: 10px;
    background-color: #a0aec1;
    box-sizing: border-box;
    margin-top: 10px;
	height: 249px;
	
}

.app-cont-txt{
	float: left;
    width: 265px;
    height: 266px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-image: url(/images/app-bg.jpg);
    background-repeat: no-repeat;
    color: #000;
    background-position: 0px;
    background-color: #fff;
    margin-left: 11px;
	
}

.applinks a{
	
	color:#112b4e;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.applinks a:hover{
	text-decoration: underline;
}
#subPagePad{
	padding:10px;
	box-sizing: border-box;
}

.rates_title {
    font-weight: bold;
    background: #a0aec1 none repeat scroll 0 0;
    padding: 5px 0;
}

#tptsite {
	 margin-top: 0px;
    float: left;
    margin-right: -250px;
    margin-left: 10px;
}
#tptsite iframe {
	width: 872px !important;
	
    
}