html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, arial, sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline;
     color: #000000;
 }
a img { border: 0px; }

.container {
width: 908px;
align:left;
background-color: #999999;
background-image: url(/images/nbg-strip.gif);
}

.header {
width: 100%
height:171px ;
margin-bottom: -2px;
padding: 0px;
border: 0px;
}

.textbody {
position: relative;
margin-left: 180px;
width: 400px;
z-index: 2;

}

.graphic {
position: absolute;
left: 0px;
top: 171px;
overflow: visible;

}

.date-header{
color: #b61919;
font-size: 12px;
font-weight: bold;
list-style-image: url(/images/red-star.gif);
margin-bottom: -10px;
padding: 0px;
}

.entry-header{
color: #2e55a2;
font-size: 18px;
font-weight: bold;
}

.entry{
padding-left: 38px;

}

.post-it{
float: right;
width: 320px;
margin-top: 0px;
padding: 0px;
border: 0px;
}

.sidebar{
position: absolute;
left: 590px;
top: 350px;
width: 200px;
padding-left: 30px;
}

.module-header{
font-size: 12px;
font-weight: bold;
list-style-image: url(/images/blue-star.gif);
margin-left: -20px;
width: 185px;
}


.module-content{
font-size: 11px;
list-style-image: url(/images/blue-arrow.gif);
margin-left: -20px;
margin-top: -12px;
width: 185px;
}

.byline{
float: left;
width: 130px;
margin-top: 100px;
padding: 0px;
}
