body {
  background-color: #E3D9ED;
  color: #000000;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 50px 0px 0px 0px;
}

h1, h2, h3, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}

h1 {
  font-size: x-large;
}

h2 {
  font-size:large;
}

ul, ol, dl {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 30px;
}

ul {
  list-style-image: url(images/hook.gif);
}

li {
  padding-bottom: 10px;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.all {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
}

.header {
	background: #FFFFFF;
    margin: 0;
}

.footer {
    text-align: right;
    font-size: smaller;
	padding: 0px 15px 0px 0px;
	background: #E3D9ED;
}

.content {

	padding: 10px 0;
    background: #FFFFFF;
}

.smalltext {
  font-size: 11px;
  text-align: left;
}

.flowtext {
  font-size: 14px;
  line-height: 130%;
  text-align: justify;
}

.button {
  padding-left: 43px;
}

#box1 {
  width: 400px;
  height: 320px;
  float: left;
  background: #FFFFFF;
}

#box2 {
  width: 550px;
  height: 320px;

  float: left;
  background: #FFFFFF;
  padding-left: 10px
}

#box3 {
  width: 360px;
  height: 240px;
  padding-left: 15px;
  padding-right: 10px;
  float: left;
  background: #FFFFFF;
}

#box4 {
  width: 560px;
  height: 185px;
  padding-left: 15px;
  float: left;
  background: #FFFFFF;
}

#box41 {
  width: 140px;
  height: 50px;
  padding-left: 40px;
  padding-right: 5px;
  float: left;
  background: #FFFFFF;
}

#box42 {
  width: 145px;
  height: 50px;
  padding-left: 40px;
  padding-right: 20px;
  float: left;
  background: #FFFFFF;
}



