html,body
{ 
  margin: 0;
  padding: 0;
  background: #d5dfff url('images_www/background_body.gif') left top repeat-x; 
  height: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 1.1em; 
  position: relative;
}

#shadow
{
  margin: 0 auto;
  width: 792px;
  background: transparent url('images_www/background_shadow.png') left top repeat-y;
}

#shadowtop
{
  margin: 10px auto 0 auto;
  width: 792px;
  height: 6px;
  background: transparent url('images_www/background_shadowtop.gif') left top repeat-x; 
} 

#shadowend 
{
  margin: 0 auto;
  width: 792px;
  height: 6px;
  background: transparent url('images_www/background_shadowend.gif') left top repeat-x; 
} 

#main
{
  margin: 0 auto;
  width: 780px;
  background: #f3f3f3 url('images_www/background_main.gif') left top repeat-x;
}

#footer
{
  width: 780px;
  height: 75px;
  background: #bfbfdd url('images_www/background_main_bottom.gif') left top repeat-x;
  clear: both;
}

#footer p
{
  font-size: 7pt;
  padding: 10px 30px 10px 30px;
  text-align: justify;
}

h1
{
 margin: 0;
 background: transparent;
}

h2
{
  margin: 0 0 13px 0;
}

p { margin-bottom: 10px; }

a.greenbutton:link, a.greenbutton:visited, a.greenbutton:active
{
  display: block;
  background: transparent url('images_www/btn_green.gif') left top no-repeat;
  width: 185px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  float: right;
  padding-top: 5px;
}

a.greenbutton:hover
{
  background-position: 0px -40px;
}

div.greenbox
{
  width: 344px;
  height: 277px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

div.greenbox .left
{
  background: transparent url('images_www/background_green_l.gif') left top no-repeat;
  width: 16px;
  height: 277px;
  float: left;
}

div.greenbox .right
{
  background: transparent url('images_www/background_green_r.gif') left top no-repeat;
  width: 16px;
  height: 277px;
  float: right;
}

div.greenbox .main
{
  background: #dfeae4 url('images_www/background_green.gif') left top repeat-x;
  height: 277px;
  float: left;
  width: 312px;
}

div.violetbox1
{
  width: 344px;
  height: 313px;
  clear: left;
  float: left;
  margin-left: 30px;
}

div.violetbox1 .left
{
  background: transparent url('images_www/background_violet1_l.gif') left top no-repeat;
  width: 16px;
  height: 313px;
  float: left;
}

div.violetbox1 .right
{
  background: transparent url('images_www/background_violet1_r.gif') left top no-repeat;
  width: 16px;
  height: 313px;
  float: right;
}

div.violetbox1 .main
{
  background: #dfeae4 url('images_www/background_violet1.gif') left top repeat-x;
  height: 313px;
  float: left;
  width: 312px;
}


div.violetbox2
{
  width: 344px;
  height: 131px;
  float: left;
  margin-left: 30px;
  margin-bottom: 10px;
}

div.violetbox2 .left
{
  background: transparent url('images_www/background_violet2_l.gif') left top no-repeat;
  width: 15px;
  height: 131px;
  float: left;
}

div.violetbox2 .main
{
  background: white url('images_www/background_violet2.gif') left top repeat-x;
  height: 131px;
  float: left;
  width: 313px;
}

div.violetbox2 .right
{
  background: transparent url('images_www/background_violet2_r.gif') left top no-repeat;
  width: 16px;
  height: 131px;
  float: right;
}

div.violetbox3
{
  width: 344px;
  height: 170px;
  float: left;
  margin-left: 30px;
}

div.violetbox3 .left
{
  background: transparent url('images_www/background_violet3_l.gif') left top no-repeat;
  width: 16px;
  height: 170px;
  float: left;
}

div.violetbox3 .main
{
  background: white url('images_www/background_violet3.gif') left top repeat-x;
  height: 170px;
  float: left;
  width: 312px;
}

div.violetbox3 .right
{
  background: transparent url('images_www/background_violet3_r.gif') left top no-repeat;
  width: 16px;
  height: 170px;
  float: right;
}
