html, body{
margin:0; 
padding:0; 
text-align:center;
}
body {
 font-family : Verdana,Arial,sans-serif;
 font-size : 12px;
 background:#153b6e;
 background-image:url('graphics/48_Logo-v4_BG800-v3_70.png');
 background-attachment:fixed;
 background-position:center;
 background-repeat:repeat-x;
}
#pagewidth{
 width:860px; 
 text-align:left;
 margin-left:auto; 
 margin-right:auto;
 border-radius:35px;
}

#header{ 
 text-align:center;
 background-color: #00ffff;
 border-radius:35px;
}
#leftcol{
 width:136px; 
 float:left; 
 position:relative;
 text-align:center;
 height:auto;
 padding : 3px;
 margin : 0;
 }
#maincol{
 float: right; 
 display:inline;
 position: relative; 
 width:710px;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 padding : 3px 5px 3px 0px;
 display:table-cell; 
}
#footer{
 text-align:center;
 padding : 8px;
 clear:both;
 border-radius: 0px 0px 25px 25px;
 }

#pagewidth, #maincol, #footer {
 background-color: #ffffff;
 background-image:url('graphics/48_Logo-v4_BG800-body_bg.png');
 background-attachment:fixed;
 background-position:center;
 /* background-repeat:no-repeat;  */
 background-repeat:repeat-x;

}

.foff, .sk {Display:none;}

p.page { page-break-after: always; }

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



@media handheld, only screen and (max-width: 400px) {}
/*mobile version css*/
  


 /*printer styles*/ 
@media print  {
#header, #leftcol, #footer, .date, .title, .pg1, .pg2, .pg3, .pg4, .no {
display : none;
}
body {
 background:none;
 background-image:url('graphics/48_Logo-v4_BG800-body_bg.png');
 background-attachment:fixed;
 background-position:center;
 background-repeat:no-repeat;
}

A:link, A:visited, A:link {
   color: black;
   cursor: default;
}

#maincol {
width : 100%;
margin : 0;
float : none;
}
               }