body 
{ 
  padding : 0;
  margin : 0;
  font-family : Arial, Helvetica, sans-serif;
  color : #959595;
   font-size : 12px;
} 

#wrapper 
{ 
   width : 560px;
   margin : 0 auto;
   padding : 0;
} 

img.floatTL 
{ 
   float : left;
   margin-right : 1.3em;
   margin-bottom : 1em;
   margin-top : 0.5em;
} 

blockquote 
{ 
   margin : 0;
   padding-top : 10px;
   padding-left : 15px;
   padding-bottom : 10px;
   padding-right : 15px;
   color:#555555;
   background-color : #dcdcdc;
} 

#header 
{ 
   margin : 5px 5px 0 5px;
   width:495px;
   height:67px;
   padding : 2px 20px 0 35px;
   background-color : #fff;
   background-image : url("images/head.png");
   background-repeat : no-repeat;
   border-bottom: 2px solid #8e8e8e;
} 

#header h1 
{ 
   font-size : 1.4em;
   text-align:center;
   font-style : normal;
   padding-left : 5px;
   padding-top : 5px;
   color : #dee066;
} 

#header a 
{ 
color : #50ff2e;
text-decoration : none;
font-size : 11px;
padding-left : 5px;
} 

#maintextcolumn 
{ 
   margin : 0 5px 0px 5px;
   padding : 5px 5px 5px 5px;
   min-height : 300px;
   background-color : #ffffff;
   background-image : url(images/bg.jpg);
   background-repeat : repeat-x;
   border-top : 1px solid #ccc;
   text-align : justify;
   border-left:1px solid #8e8e8e;
   border-right:1px solid #8e8e8e;
} 

#maintextcolumn h1 
{ 
   text-align:center;
   font-size : 1.5em;
   padding-top : 5px;
   padding-bottom : 10px;
   color : #999a00;
} 
#maintextcolumn h2 
{ 
   font-size : 1.3em;
   text-decoration : underline;
   padding-top : 10px;
   padding-bottom : 10px;
   color : #999a00;
} 
#maintextcolumn a 
{ 
   color : #0000ff;
   padding-left : 3px;
   padding-right : 3px;
} 

#footer 
{ 
   background-color : #fff;
   margin : 0 5px 5px 5px;
   color : #333333;
   font-size:8pt;
   width : 550px;
   height : 58px;
   background-image : url(images/footer.jpg);
   background-repeat : no-repeat;
   text-align : center;
} 

.form-box
{
   clear: both; float:right; width:200px; padding:5px 10px 5px 5px; margin:5px 0px 5px 10px; border:1px solid #666; background:#eee;
}

#footer a 
{ 
   font-size : 11px;
   color : #b1b1b1;
} 

address
{
   text-align:center;
   font-style:normal;  
   font-size:11pt;
}

