
html, body{ 
 font: 12px Georgia, "Times New Roman", Times, serif;
 line-height: 16pt;
 color: #333333
} 
 

#container_lft {
	margin-left: 50px;
	margin-right: 20px;
	
}


#container_rt {
	margin-left: 30px;
	
}

.header{ font: 18px Georgia, "Times New Roman", Times, serif;}
.subheader{ font: 14px Georgia, "Times New Roman", Times, serif; font-style:italic}


blockquote {
	margin-left: 20px;
	margin-right:20px
} 
 

#logo {
position: absolute;
top: 350px;
float:right;
right:0px;

width: 115px;
	
}



img {
border: 0
}

#footer {
 font: 8pt Georgia, "Times New Roman", Times, serif;
   color: #414142;

 }

a:link, a:visited, a:active {
   color: #333333;
   text-decoration: underline;
 }

a:hover {

   color: #666666;
   text-decoration: underline
 }
 

#footer a:link, a:visited {
   color: #333333;
   text-decoration: underline
 }

#footer a:hover {
   color: #333333;
   text-decoration: underline
 }


div.shadow {
  padding: 0 1px;
  background: #fff;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../images/shad_bottom.png) repeat-x bottom left;
}

div.shadow img.nomatte {
  padding: 0 0 4px 0;
  background: white url(../images/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}