body {
  background: transparent url(ECEBackground.png) repeat fixed right top;
}
.container {
  text-align: center;
  background-color: transparent;
}
.center_div {
  border: 0px hidden white;
  padding: 0px;
  background: transparent url(logo.png) no-repeat scroll left 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 676px;
}
.left_menu
{
  border: 0px hidden white;
  padding: 0px;
  background: rgb(173, 118, 84) url(Deco.png) no-repeat scroll -10px bottom;
  text-align: center;
  vertical-align: top; 
  height: 492px; 
  width: 116px;
}
.intext a:link {
  color: #6699cc;
  text-decoration: none;
  font-size: 100%;
}
.body a:link {
  margin-left: 15px;
  color: #6699cc;
  text-decoration: none;
  font-size: 100%;
}
.body a:visited {
  margin-left: 15px;
  text-decoration: none;
  font-size: 100%;
  color: #45688a;
}
.body a:active {
  margin-left: 15px;
  text-decoration: none;
  font-size: 100%;
  color: #5e8dbc;
}
.body a:hover {
  margin-left: 15px;
  text-decoration: none;
  font-size: 100%;
  color: #7dbcfd;
}
h1 {
  font-size: 20pt;
  margin-left: 20px;
  color: maroon;
}
hr {
  color: navy;
}
p {
  font-size: 11pt;
  margin-left: 15px;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: maroon;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: none;
  font-size: larger;
}
a:active {
  text-decoration: none;
  color: black;
}
