﻿body {
  font-family:"Tahoma";
  margin:auto;
  width:1000px;
  text-align:center;
  background:#e6f0c7;
}

h1.banner {
  background:url("images/logo.png") no-repeat top;
  width:500px;
  height:95px;
  margin:auto;
  text-align:center;
}
h2 {
  margin:0px 0px 5px 0px;
  font-size:13pt;
  font-weight:bold;
  text-align:center;
  color:#7db813;
}
h3 {
  font-size:11pt;
  font-weight:normal;
}
h4 {
  font-size:10pt;
  font-weight:normal;
}

p {
  font-size:11pt;
  line-height:18pt;
}

.window20pc_1, .window40pc_1, .window50pc_1, .window80pc_1, .window100pc_1 {
  padding:15px 0 0 0;
  margin:5px;
  float:left;
}
.window20pc_2, .window40pc_2, .window50pc_2, .window80pc_2, .window100pc_2  {
  padding:0 0 15px 0;
  float:left;
  /* prevent whitespace at the bottom in IE6 */
  _float:none;
}
.window20pc_3, .window40pc_3, .window50pc_3, .window80pc_3, .window100pc_3  {
  padding: 0 15px 5px 15px;
  float:left;
  /* prevent whitespace at the bottom in IE6 */
  _float:none;
}

.window100pc_1 { background:#fff url("images/green_100pc_top.png") no-repeat left top; width:980px; }
.window100pc_2 { background:url("images/green_100pc_bot.png") no-repeat left bottom; width:980px; }
.window100pc_3 { border:5px solid #c3e08d; border-width:0 5px; width:940px; }
.window80pc_1 { background:#fff url("images/bg_80pc_top.png") no-repeat left top; width:710px; }
.window80pc_2 { background:url("images/bg_80pc_bot.png") no-repeat left bottom; width:710px; }
.window80pc_3 { border:5px solid #E1D4C0; border-width:0 5px; width:670px; }
.window50pc_1 { background:#fff url("images/green_50pc_top.png") no-repeat left top; width:490px; }
.window50pc_2 { background:url("images/green_50pc_bot.png") no-repeat left bottom; width:490px; }
.window50pc_3 { border:2px solid #c3e08d; border-width:0 5px; width:450px; }
.window40pc_1 { background:#fff url("images/bg_40pc_top.png") no-repeat left top; width:355px; }
.window40pc_2 { background:url("images/bg_40pc_bot.png") no-repeat left bottom; width:355px; }
.window40pc_3 { border:2px solid #E1D4C0; border-width:0 5px; width:315px; }
.window20pc_1 { background:#fff url("images/bg_20pc_top.png") no-repeat left top; width:270px; }
.window20pc_2 { background:url("images/bg_20pc_bot.png") no-repeat left bottom; width:270px; }
.window20pc_3 { border:2px solid #E1D4C0; border-width:0 5px; width:230px; }

.width100pc { width:980px; }
.width80pc  { width:710px; }
.width50pc  { width:490px; }
.width40pc  { width:355px; }
.width20pc  { width:270px; }

.left {
  float:left;
}

