body {
	background-color: #CC99FF;
}

a {
  text-decoration: none;
  font-family: Verdana,Arial,Tahoma,sans-serif;
  font-size: .9em;
  color: #304753;
  
}
a:visited {color: #304753;}
a:hover,a:active {
  color: #618FA5;
}

#doc4 {
	background-color: #CC99FF;
}

#hd {
  border-bottom: thin solid #CC99FF;
  }

#bd {
  background-color: #CC99FF;
}

#sidebar {
  width: 100%;
  line-height: 180%;
  background-color: #8BD9FE;
  font-weight: bold;    
}

#sidebar a {
  font-size: 1.15em;
}

#sidebar ul li {
  list-style-type: none;
}

#content {
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-top: 1.5em;
  margin-right: 1em;
}

#content h1 {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  margin: .2em 0 0 0;
}

#content h2 {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 .6em 0;
}

#content h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  margin: 0 0 .6em 0;
}

.contentitem {
  padding: 20px;
  background-color: #F9ECAB;
  margin-bottom: 3em;
  text-align:center;
  }

.contentarea {
  padding: 20px;
  margin-bottom: 3em;
  text-align:justify;
  
  }
.contentarea p {
  font-size: 1.3em;
  line-height: 1.6em;

  }
.contentitem p {
  font-size: 1.3em;
  line-height: 1.6em;

}

#footerimages {
  text-align: center;
  width: 100%;
  background-color: #CC99FF;
  padding-top: 3em;
}