html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}
body
{
   margin: 0;
   padding: 0;
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
   text-align: center;
   min-width: 720px;
   color: #333;
   background: #36414d;
}
#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 768px;
   text-align: left;
   margin-bottom: 20px;
   background: #fff;
}
#container-inner 
{
   position: static;
   width: auto; }
   border-width: 0px;
   border-style: solid;
}
#pagebody 
{
   position: relative;
   width: 100%;
   background: #FFFFFF;
}
#pagebody-inner 
{
   position: static;
   width: 100%; 
}
#banner 
{
   position: relative;
   width: 100%; /* necessary for ie win */
   padding: 0px;
   border-width: 0px;
   margin: 0px;
}
#banner-inner
{
   position: static;
   margin: 0px;
   padding: 0px;
   border-width: 0px;
}
#alpha
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   margin: 0;
   width: 220px;
   background: #FFFFFF;
   border: 0;
   font: normal 12px arial, sans-serif;
}
#alpha-inner
{
   position: static;
   padding: 10px 10px 0 10px;
   border-width: 0px 0 0px 0px;
   border-style: solid;
   background-color: #f7f7f7;
}
#alpha-inner a
{ 
   color: #7F2101;
   text-decoration: none;
}
#beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
   background: #fff;
   margin: 0px;
   width: 548px;
}
#beta-inner
{
   position: static;
   background: #fff;
   padding: 10px;
   border-width: 0;
}
a {text-decoration: underline; color: #0000FF;}
a:hover {color: #a3b8cc;}
a img {border: 0;}
a.internal {color: #000000; text-decoration: none;}


a.redlink { color: #7F2101; text-decoration: none; font-weight: bold; font-size: 14px}

#red_link_div a { color: #D63934; text-decoration: none; }







h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
.entry-header
{
   margin-top: 0;


   color: #151F54;
   font-size: 18px;
}

.redbold
{
   margin: 0;
   border-left: 5px solid #36414d;
   padding: 2px 2px 2px 2px;
   color: #fff;
   background: #60393C;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;


}

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */





























.white-sq
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   borde: 5px solid #36414d;
   padding: 5px;
   color: #36414d;
   background: #fff;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}






