BODY {
	FONT-SIZE: 12pt; COLOR: black; FONT-FAMILY: Arial, Tahoma, sans-serif; BACKGROUND-COLOR: #8aaac4; 
}

#dd {
  margin-left: 25%;
  padding: 0 0 20px 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 20px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #8aaac4;
  padding: 4px 10px;
  margin: 0 1px 0 0;
  color: #5970b2;
  width: 120px;
  border: solid;
  border-style: outset; 
  text-decoration: none;
}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #EAEBD8;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
}

.submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

.box { border: 6px black double; padding: 1em; background: #8aaac4; width: 500px;
float: center; 
}

.box2 { 
  background: #EFEBD6; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
