
/* Layout Stylesheet */ 

body {
 background: #66CC66 url(/img/bottomlogo.gif);
 background-repeat:no-repeat;
 background-position:bottom left;
 margin:0px;
 font-size: 11pt !important;
 line-height: 125%;
 font-family: myriad, "gill sans", helvetica, arial, sans-serif;
 color: #333333;
 text-align:center;
 padding:0;
 }

a:link, a:visited {
   color: #FFFFFF;
   background: transparent;
   font-weight: bold;
   font-family: myriad, "gill sans", helvetica, arial, sans-serif;
   text-decoration: underline;
   }

h1, h2, h3, h4, h5, h6{
font-family: myriad, "gill sans", helvetica, arial, sans-serif;
font-weight: bold;
margin-top: 1em;
margin-bottom: 2pt;
letter-spacing: 1pt;
line-height: 1.2em;
}

h3.byline{
margin-top: 15pt;
margin-bottom: 15pt;
}

#outer {
 text-align:left;
 border:1px solid #FFFFFF;
 width:547px;
 margin:auto;
 }

#hdr {
 height:135px;
 background:#7E4200;
 color: #333333;
 }

#bar {
 height:20px;
 background:#7E4200;
 color: #FFFFFF;
 border:solid #FFFFFF;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #006600;
 color: #333333;
 width:550px;
 padding:0;
 }

#l-col {
 float:left;
 background:#006600;
 color: #FFFFFF;
 width:126px;
 }

#cont {
 width:420px;
 background:#D1D1D1;
 color: #333333;
 border:solid #FFFFFF;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:20px;
 background:#7E4200;
 color: #FFFFFF;
 border:solid #FFFFFF;
 border-width:1px 0 0 0;
 margin:0;
 }
#spcr {
 height:20px;
 background:##66CC66;
 color: ##66CC66;
 border:solid ##66CC66;
 border-width:0 0 0 0;
 margin:0;
 }
