*
  {
    padding: 0;
    margin: 0;
  }

BODY, TD
  {
    font-family: verdana, helvetica, sans-serif;
    font-size: 8pt;
  }
  
BODY
  {
    text-align: center;
  }
  
A
  {
    color: #408040;
    text-decoration: none;
  }
  
A:hover
  {
    text-decoration: underline;
  }
  
.container
  {
    margin 10px auto;
    width: 760px;
    text-align: left;
  }
  
.menucontainer
  {
    float: left;
  }
  
.menu
  {
	  width: 165px;
	}

.menu ul
  {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
		
.menu li
  {
		border-bottom: 3px solid #ffffff;
		margin: 0;
	}

.menu li a
  {
		display: block;
		padding: 5px 5px 5px 5px;
		background-color: #BEDBC1;
		color: #000;
		font-weight: bold;
		text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	}

.menu li a:hover
  {
		background-color: #81BA88;
		color: #fff;
	}

.main
  {
    margin-left: 190px;
  }
  
.borderedright
  {
    border-left: 3px dashed #81BA88;
    padding-left: 10px;
    margin-left: 10px;
  }
  
.borderedrightcontainer
  {
    float: right;
    width: 202px;
  }
  
.borderedrightcontainerwide
  {
    float: right;
    width: 280px;
  }
  
.headingred
  {
    color: #810A00;
    font-weight: bold;
    font-size: 10pt;
  }
  
.inputtext,
.inputtextarea
  {
    width: 220px;
    border: 1px solid #81BA88;
    background-color: #ECF4ED;
  }
  
.inputtextarea
  {
    height: 60px;
  }
  
.boxout
  {
    background-color: #eeeeee;
    padding: 10px;
  }