body {
  margin: 0;
  padding: 0;
  background: url(../images/top.gif) repeat-x;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
p {
  color: #408cc6;
  font-size: 0.9em;
  margin-top: 0;
}
h1 {
  color: #5b57a6;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
h2 {
  color: #5b57a6;
  font-size: 0.9em;
  margin-top: 0;
}
h3 {
  color: #0066b3;
  font-size: 0.9em;
  margin: 0;
  font-weight: bold;
}
abbr {
  color: #990000;
}
.toppara {
  color: #0066b3;
  font-size: 0.9em;
  margin-top: 0;
}
.lavender {
  color: #5b57a6;
}
.red {
  color: #990000;
}
.minortitle {
  color: #666666;
  font-size: 0.75em;
  text-weight: bold;
}
.minortext {
  color: #999999;
  font-size: 0.75em;
}
a {
  color: #5b57a6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#header {
  width: 700px;
  height: 225px;
  margin: 0 auto;
  padding: 12px 0 0 0;
}
#logo {
  float: left;
  width: 200px;
  height: 210px;
  padding: 0 10px 0 0;
}

#menu {
  float: left;
  padding: 0;

}
#menu ul {
  height: 55px;
  margin: 0;
  padding: 18px 0;
  list-style: none;
}
#menu li {
  display: inline;
}
#menu li a {
  display: block;
  float: left;
  width: 120px;
  height: 43px;
  padding-top: 20px;
  background: url(../images/menutab0.jpg) no-repeat;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
#menu a:hover, #menu .active a {
  background-image: url(../images/menutab1.jpg);
  color: #ffffff;
}
#wrapper {
  width: 700px;
  margin: 0 auto;
}
#content {
  padding: 0 20px 0 10px;
  float: right;
  width: 460px;
  margin: 0 0 30px 0;
}
#sidebar {
  float: left;
  width: 200px;
  padding: 0 10px 0 0;
}
.boxed1 {
  margin-bottom: 0px;
}
.boxed1 h2 {
  height: 40px;
  margin: 0;
  padding: 10px 0 0 10px;
  background: url(../images/box_top2.jpg) no-repeat;
  text-transform: lowercase;
  letter-spacing: 0px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.boxed1 ul {
  margin: 0;
  padding: 0;
  background: url(../images/box_bottom.jpg) no-repeat left bottom;
  list-style: none;
}
.boxed1 li {
  padding: 10px;
  background: url(../images/box_line.gif) repeat-x;
  font-size: small;
}
.boxed1 a {
  text-decoration: none;
  font-weight: bold;
  color: #5b57a6;
}
.boxed1 a:hover {
  color: #99c2e1;
  text-decoration: underline;
}
.boxed1 .active, .boxed1 .active a {
  background-color: #800080;
  color: #ffffff;
}
#footer {
  clear: both;
  width: 700px;
  height: 22px;
  margin: auto;
  background: url(../images/footer.gif) no-repeat;
  font-size: 0.75em;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  padding: 8px 0 0 0;
}
#footer a {
  color: #ffffff;
  text-decoration: underline;
	
}
.divide {
  border-top: 1px dashed #99c2e1;
  margin: 10px 0 15px 0;
}
.form1 { 
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 0.9em;
  width: 200px;
}
.form2 { 
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 0.9em;
  width: 300px;
  height: 200px;
  background-color: #e0e0e0;
}
.form3 { 
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 0.9em;
  width: 300px;
  height: 200px;
}
#spam { 
  display: none;
}