﻿body
{
  font: 80% verdana, arial, helvetica, sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
  height: 100%;
  background-image: url(../images/gestreept.png);
}

.dummy
{
  height: 30px;
}

.containerFade
{
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  text-align: center; /* for IE */
}

.containerCenter
{
  margin: 0 auto; /* align for good browsers */
  text-align: left; /* counter the body center */
  width: 900px;
}

.containerTop
{
  height: 20px;
}

.lefttop
{
  background-image: url(../images/corner_left_top.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  float: left;
}

.top
{
  height: 20px;
  width: 880px;
  background-color: #ffffff;
  float: right;
}

.header
{
  height: 300px;
  background-repeat: no-repeat;
  width: 900px;
  background-color: #ffffff;
}

.headerImageLeft
{
  padding-left: 20px;
  width: 420px;
  float: left;
}

.headerImageRight
{
  padding-right: 20px;
  width: 400px;
  float: right;
}

.menu
{
  margin: 0px;
  height: 50px;
  width: 900px;
  background-color: #ffffff;
}

.content
{
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.contentContainer
{
  width: 850px;
}

.contentLeft
{
  float: left;
  width: 550px;
}

.contentRight
{
  float: right;
  width: 300px;
}

.bottom
{
  height: 20px;
  width: 880px;
  background-color: #ffffff;
  float: left;
  bottom: 0px;
}

.rightbottom
{
  background-image: url(../images/corner_right_bottom.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  float: right;
  bottom: 0px;
}

a:link, a:visited
{
  color: Red;
  text-decoration: none;
}

a:hover, a:active
{
  color: #000000;
  text-decoration: underline;
}

h2
{
  font-size: 1.8em;
  color: Green;
}

h3
{
  margin-top: 0.5em;
  font-size: 1.2em;
  color: #444444;
}

p
{
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 0.7em;
}

p.afterH3header
{
  margin-top: 0em;
}

ul
{
  padding-left: 20px;
}

li
{
  line-height: 1.4em;
}

.slideShowButton
{
  color: #3b7253;
  height: 30px;
  width: 198px;
  color: #050;
  font-family: verdana,sans-serif;
  font-size: 84%;
  font-weight: bold;
  background-color: #fed;
  border: 1px solid;
  border-top-color: #3b7253;
  border-left-color: #3b7253;
  border-right-color: #3b7253;
  border-bottom-color: #3b7253;
  filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= '#ffeeddaa' );
}

/* Login */

.loginLbl
{
  height: 30px;
}
