html{
height: 100%;
}
body {
    background-color : #242F45;
    margin:0px;
    padding:0px;
	height: 100%;
  }

.main {
    background-image : url('images/background.gif');
    /*background-image : url('../imagenes/home.png');*/
    background-repeat : repeat-y;
    width : 1026px;
	height: 100%;
  }


.top {
    background-image : url('images/top.jpg');
    background-repeat : no-repeat;
    vertical-align:top;
  }

.top_submenu {
    background-image : url('images/top2.jpg');
    background-repeat : no-repeat;
    vertical-align:top;
  }
#submenu{
	width:726px;
	height:50px;
	position:absolute;
	top:190px;
	margin:0px;
	padding:0px;
	font-size : 13px;
}
#submenu P{
    position:relative;
    width:520px;
    color : #6B302E;
    font-family : Verdana, Arial, Helvetica, sans-serif;
 font-weight:normal;
 margin:0px;
 padding:0px;
}
#submenu A:link{
    color : #242F45;
 text-decoration:none;
    font-size : 12px;
}
#submenu A:visited{
    color : #242F45;
 text-decoration:none;
    font-size : 12px;
}
#submenu A:active{
    color : #242F45;
 text-decoration:none;
    font-size : 12px;
}
#submenu A:hover{
 text-decoration:underline;
 font-weight:normal;
    font-size : 12px;
 color : #6B302E;
}

#submenu P STRONG{
 text-decoration:underline;
 font-weight:normal;
    font-size : 12px;
}
.techLinks{
text-decoration:underline;
}
img {
    border:0px;
  }


.main_text {
    vertical-align:top;
	padding-bottom:60px;
  }


.main_text h1 {
    color : #242F45;
    font-family : Georgia, Times New Roman, Times, serif;
    font-size : 26px;
    font-weight : normal;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
  }
.main_text P {
    color : #242F45;
    font-family : sans-serif;
    font-size : 13px;
 margin:0px;
 padding:0px;
 line-height:18px;
 text-align:justify;
}
.main_text h2 {
    color : #6B302E;
    font-family : Georgia, Times New Roman, Times, serif;
    font-size : 14px;
    font-weight : bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 15px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
  }
.main_text ul {
 margin:0px;
 padding:0px;
}
.main_text li {
    color : #242F45;
    font-family :  Verdana, Arial, Helvetica, sans-serif;
    font-size : 13px;
    list-style-position : outside;
    margin-left : 20px;
    padding-right:10px;
 line-height:18px;
}
.main_text A:link{
    color : #242F45;
 text-decoration:none;
}
.main_text A:visited{
    color : #242F45;
 text-decoration:none;
}
.main_text A:active{
    color : #242F45;
 text-decoration:none;
}
.main_text A:hover{
 text-decoration:underline;
 color : #6B302E;
}
#secureTransferText{
	float:left;
	color : #242F45;
	font-family : sans-serif;
	font-size : 13px;
	position:absolute;
	left: 730px;
	top: 150px;	
}