BODY {
font-family:Georgia;
font-size:14px;
background-color: #fffffa;
margin-bottom: 50px;
}

A {
color: #96c239;/*forest green*/
}

.buttonBox {
width:280px;
border: none;//2px solid black;
-moz-box-shadow:    0px 0px 10px 2px #ccc;
-webkit-box-shadow: 0px 0px 10px 2px #ccc;
box-shadow:         0px 0px 10px 2px #ccc;
background-color: #fffffa;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
margin-top:10px;
}

.buttonBox P {
font-size: 16px;
padding-top: 0px;
padding-left: 18px;
padding-right: 18px;
padding-bottom: 18px;
text-decoration: none;
color: black;
text-align: left;
}

A {
text-decoration: none;
}

.coverForm {
width: 280px;
background-color: fffffa;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

.coverForm:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}

.coverForm IMG {
width: 280px;
}

.hiddenForms {
display: none;
}

.bigText {
padding: 20px;
font-size: 24px;
color: #fffffa;
background-color: #96c239;
}

#bar {
border: 2px solid black;
width: 600px;
height: 50px;
background-color: black;
margin-top: 10px;
margin-bottom: 10px;
position: relative;
}

#bar IMG {
height: 50px;
}

#barBox {
margin-top:40px;
margin-bottom:40px;
font-size:24px;
background-color: #ffffff;
}

TABLE {
height:100%;
}

.illustration {
padding-top: 10px;
padding-bottom: 10px;
}

.illustration IMG {
width: 590px;
}

.illustration P {
text-align: left;
font-style: italic;
margin-top: 5px;
margin-left: 15px;
font-size:80%;
}

#hundredLine {
position: absolute;
top: 0px;
width: 1px;
height: 50px;
background-color: black;
}

.info {
color: #fffffa;
background-color: #96c239;/*forest green*/
text-align: justify;
line-height: 150%;
font-size: 80%;
padding: 10px 15px 10px 15px;
}