/* printer-friendly stylesheet for MT 3.2 */

/* basic page elements */

html
{ margin: 0; padding: 0; }

body
{  margin: 0; padding: 20; width: absolute; font-family: Bookman Old Style; font-size: 15px; }

a { color: #003366; text-decoration: underline; }
a:hover { color: #999999; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Bookman Old Style; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

#container
{
   position: absolute;
   margin-right:5px;
   margin-left:20px;
   margin-bottom:10px;
   width: absolute;
   text-align: left;
   background: #fff;
}


/* content */

.entry
{ margin-bottom: 20px; }

#banner-header
{
   margin-top: 10px;
   color: #000000;
   font-size: 30px;
   font-weight: bold;
   line-height: 1.4;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #00000;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
}

.entry-header
{
   margin-top: 0;
   padding: 0px;
   color: #000;
   font-size: 25px;
}

.entry-content {
font-size: 14px; 
 margin: 0; line-height: 1.3; }


.entry-footer { 
   font-size: 11px;    
   clear: both;
   margin: 5px 10px 20px 10px;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #000;
   font-size: 10px;
   text-align: right;
}


 #comments
