html, body{ font-family: Helvetica, Arial, SunSans-Regular, sans-serif; background-color: #f4f4f4; padding:0; text-align:center; margin: 0; }
#pagewidth{ 
 width:905px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
}
#header{ height:98px; background-color:#f9ffff; background-image: url(weblayoutmalco2_05.jpg); position: relative; width:905px; margin-top: 10px; }
h3 { color: #414141 ; font-size: 14px ; font-weight: bold ; line-height: 16px ; margin: 10px 0 0 20px; }
p { font-size: 14px; font-style: normal; line-height: 18px; text-align: justify; margin: 10px 20px; }
h2 { color: #7a7a7a; font-size: 1.4em; font-weight: bold; font-style: italic; letter-spacing: 1px; margin: 20px 0 12px; }
h4 { font-size: 12px; font-weight: bold; font-style: normal; line-height: 16px; word-spacing: 2px; margin: 3px 10px 0; }
h1 { color: #bdbcbc; font-size: 14px; font-weight: bold; font-style: normal; line-height: 18px; margin: 8px 0; }
#maincol{ color: black; font-size: 14px; font-weight: normal; font-style: normal; line-height: 18px; background-color: #dddddd; background-image: url(malcogr_03.gif); background-repeat: repeat-x; text-align: justify; display:inline; width:854px; height: auto; float: right; margin-right: 3px; padding: 20px; border-right: 1px solid #bdbcbc; border-left: 1px solid #bdbcbc; border-bottom-color: #bdbcbc; }
 
#footer{ height:20px; width: 896px; float: right; clear:both; margin-right: 3px; border-top: 1px solid #bdbcbc; }
h6 { color: #808080; font-size: 9px; font-weight: bold; line-height: 10px; margin: 10px 0; }
/* Navigation */
.nav { color: #414141; text-decoration: none; }
.nav a:link { text-decoration : none; color: #414141; }
.nav a:visited { text-decoration : none; color: #414141; }
.nav a:active { text-decoration : none; color: #fff; }
.nav a:hover { color: #fff; }
/*/* overrides decoration from previous rule for hovered links jo*/
a:link, a:visited,a:active { color: #808080; text-decoration: none; }
a:hover { color: #2c6acc; text-decoration: none; }
*/
td { font-size: 1px; line-height: 18px; text-decoration: none; }
.imgtx { font-size: 14px; line-height: 18px; text-align: justify; vertical-align: bottom; margin-bottom: 10px; }
/* *** Float containers fix:
*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{ vertical-align: bottom; display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{ display: block; }
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/
	#header { display: none; }
	#leftcol{display:none;} 
 #maincol{width:100%; float:none;}
}


