body {
	padding:0px;
    font-family:Verdana;
    font-size:12px;
    line-height:150%;
    background-image: url(../images/homebg.jpg);
    background-repeat: no-repeat;
    background-color: #83b3d7;
}

#main {
  position: absolute;
  left: 220px;
  top:85px;
  width: 620px;
  height: 415px;
  border: solid 10px white;
}

#mainmenu {
  position: absolute;
  left: 0px;
  top:280px;
  width: 200px;
  height: 25px;
}

#mainmenu li {
  list-style: none;
  list-style-position: outside;
}

#mainmenu li a{
    color:white;
    font-size: 14px;
    line-height: 160%;
}


#mainfooter {
  position: absolute;
  left: 220px;
  top:530px;
  width: 640px;
  height: 33px;
  color: white;
}

#menuitems {
	padding-top: 5px;
}

#mainmenu a{
	color: #777777;
    text-decoration: none;
    font-weight: bold;
    padding-right: 15px;
}

#innercontainer {
  margin-left:200px;
  margin-top:70px;
}


#innermain {
  border: solid 10px white;
  background-color: white;
  font-size:12px;
  color: #777777;
  text-align: justify;
  line-height: 140%;
  }

#innermainfooter {
  width: 670px;
  height: 33px;
  color: white;
}

#innermainmenu {
  width: 670px;
  height: 25px;
  border: solid 10px white;
  background-color: white;
}

#innermainmenu a{
	color: #777777;
    text-decoration: none;
    font-weight: bold;
    margin-right: 15px;
    font-size:12px;
}

#innermainfooter {
  width: 670px;
  height: 33px;
  color: white;
  font-size:12px;
}

.active {
	border-bottom: solid 2px white;
}

.header {
  background-color: #999999;
  color: white;
  font-weight: bold;
  padding:4px;
}

.normaltext {
	color: #777777;
    text-decoration: none;
    font-size:12px;
}

.email {
	color: #777777;
    text-decoration: none;
    font-size:12px;
	font-weight: bold;
}