body
{
  margin: 30px;

  background: url(./../images/grass.jpg) 50% 50%;
  background-attachment: fixed;
  background-color: #A0C95F;
}

#footerAbsolute
{
  position: absolute;
  width: 900px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin-top: 280px;
  margin-left: -450px;

  text-align: center;
  font-family: Verdana, Sans-serif;
  font-size: 10px;
  line-height: 18px;
  color: #FFFFFF;
}

#footer
{
  width: 900px;
  margin: 0px auto;
  margin-top: 5px;

  text-align: center;
  font-family: Verdana, Sans-serif;
  font-size: 10px;
  line-height: 18px;
  color: #FFFFFF;
}

#footer a, #footerAbsolute a
{
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover, #footerAbsolute a:hover
{
  text-decoration: underline;
}

#fixedContainer
{
  position: absolute;
  width: 900px;
  height: 550px;
  top: 50%;
  left: 50%;
  margin-top: -275px;
  margin-left: -450px;

  border: 1px solid #4E8B1D;
}

#welcomeTxt
{
  font-family: Arial, Sans-serif;
  font-size: 12px;
  color: #541F00;
  line-height: 20px;
}

#continue
{
  position: absolute;
  width: 100px;

  margin-top: 520px;
  margin-left: 785px;

  text-align: right;
}

#continue a
{
  font-family: Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #541F00;
  line-height: 20px;
  text-decoration: none;
}

#continue a:hover
{
  text-decoration: underline;
}

#container
{
  width: 900px;

  margin: 0px auto;

  border: 1px solid #4E8B1D;
}

#leftCol
{
  width: 220px;
  padding: 15px;

  background-color: #E3FFBD;
  border-right: 1px solid #CDECA4;
}

#menu
{
  text-align: right;
}

#menu a
{
  font-family: Arial, Sans-serif;
  font-size: 12px;
  color: #809F62;
  line-height: 24px; 
  text-decoration: none;
}

#menu a:hover
{
  color: #666666;
}

#subMenu
{
  text-align: center;

  padding: 5px;

  background-color: #E3FFBD;
  border: 1px dashed #CDECA4;
}

#subMenu a
{
  font-family: Arial, Sans-serif;
  font-size: 12px;
  color: #809F62;
  line-height: 20px; 
  text-decoration: none;
}

#subMenu a:hover
{
  color: #666666;
}

#rightCol
{
  width: 610px;
  padding: 20px;

  background-color: #FFFFFF;
  /*background-color: #F0FFDC;*/
}

#content
{
  font-family: Arial, Sans-serif;
  font-size: 12px;
  color: #444444;
  line-height: 20px;
}

#content a
{
  color: #2B8CC3;
  text-decoration: none;
}

#content a:hover
{
  text-decoration: underline;
}

#logo
{
  width: 226px;
  height: 180px;

  margin: 0px auto;
  margin-bottom: 30px;

  background: url(./../images/logo.gif) no-repeat;
}

input, select, textarea
{
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  color: #666666;
  font-weight: normal;

  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  padding: 3px;
}

.dataMessage
{
  width: 100%;

  text-align: center;
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  color: #809F62;

  border-top: 1px solid #CDECA4;
  border-bottom: 1px solid #CDECA4;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
