/* GENERAL ====================================================== */

/* mac hide \*/
HTML,BODY{
	height:100%;
	margin:0;
	padding:0;
}
/* end hide*/

BODY{
	/* background: #fff url(bg_image.gfx) no-repeat left 100px scroll; */ /*SHORTGUIDE */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}	
BODY,TD,DIV,P,A{
	font-family: arial;
	font-size: 13px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
}


DIV.clear, BR.clear{
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}


/* LAYOUT GENERAL ====================================================== */

TABLE.outer{
width: 992px;
height:100%;
}

TD.outer{
width: 100%;
height:100%;
background: #A0C5E9 url(../Images/header.jpg) no-repeat left top; 
}
TD.outer_login{
width: 100%;
height:100%;
background: #A0C5E9 url(../Images/header_login.jpg) no-repeat left top; 
}

TD.row1{
width: 100%;
height: 201px;
}
TD.row2{
width: 100%;
height: 32px;
background-color:#004B96;
}


TD.row2_loginfail{
width: 100%;
height: 32px;
background-color:#E53037;
color:#FFFFFF;
border-bottom:#FFFFFF solid 1px;
padding-top:7px;
}
TD.row2_loginfail A,TD.row2_loginfail A:hover{
color:#FFFFFF;
}
TD.row2_loginfail P{
margin:0px;
padding:0px;
}

TD.row3{
width: 100%;
height: auto;
}
TD.row3_webcentives{
width: 100%;
height: auto;
}

TD.row4, TD.row4_webcentives{
width: 100%;
height: 40px;
text-align:center;
background-color:#FFFFFF;
padding: 7px 0px 0px 0px;
}
TD.row4_webcentives{
border-top: 1px solid #ee3b41;
}

TD.col1{
width: 330px;
}
TD.col2, TD.col2_webcentives{
width:661px;
height:600px;
}

TD.col2_webcentives{
background-color: #FFFFFF;
padding: 22px 35px 35px 35px;
}

html>body TD.col2_webcentives{
width:591px; /* 661 - 35 - 35*/
}

DIV.logo_container{
float: right;
width:216px;
margin-right:1px;	
}


DIV.footer{
color:#A8A8A8;
font-size:11px;
}

DIV.footer A, DIV.footer A:hover{
color:#142878;
font-size:11px;
text-decoration:none;
}
DIV.footer A:hover{
text-decoration:underline;
}


/* LAYOUT WEBCENTIVES ====================================================== */


