/* printer-friendly stylesheet for MT 3.2 */

/* basic page elements */

html
{ margin: 0; padding: 0; }

body
{  margin: 0; padding: 20; width: 520px; font-family: verdana, 'trebuchet ms', sans-serif; font-size: 12px; }

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: 'trebuchet ms', verdana, helvetica, arial, sans-serif; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

#container
{
   margin-right:20px;
   margin-left:50px;
   margin-bottom:20px;
   width: 520px;
   text-align: left;
   background: #fff;
}


/* content */

.entry
{ margin-bottom: 20px; }


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

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

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

.entry-content
{ margin: 0; line-height: 1.5; }


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