/*///////////////////////
// COMMON
///////////////////////*/
html, body, #wrapper { 
    min-height: 100%; /*Sets the min height to the 
    height of the viewport.*/ 
    width: 100%; 
    height: 100%; /*Effectively, this is min height 
     for IE5+/Win, since IE wrongly expands 
     an element to enclose its content. 
     This mis-behavior screws up modern  
     browsers*/ 
    } 
 
html>body, html>body #wrapper { 
    height: auto; /*this undoes the IE hack, hiding it 
     from IE using the child selector*/ 
    } 
 
 
body { 
    margin: 0; 
    font-family: Arial, helvetica, sans-serif; 
    } 

form { 
    margin: 0; 
    } 
/*//////////////////////
// CONSTRUCT
///////////////////////*/
.construct-table{
	margin-top: 4px;
	height:100%;
	width:100%;
}
.construct-row-logo{
	height:85px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.construct-blue-td1{
	height:109px;
	background-color:#3D72B4;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
}
.construct-blue-td2{
	background-color:#3D72B4;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;

}
.construct-blue-td3{

	background-color:#3D72B4;
	text-align: right;
}
.construct-content-td1{
	background-color:#CCCCCC;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.banner{
	background-color:#FFFFFF;
	vertical-align: top;
	margin: 1 1 1 140;
	align: center;
}
.construct-content-td2{
	background-color:#FFFFFF;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	line-height: 18px;
}
.construct-content-td3{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	vertical-align: top;
}
a:link {
	color: #000000;
}
a:visited {
	color: #555555;
}


a img {
	border: none; 
}
