body {
  background-color:#EEEEEE;
}

body, html, p, td { 
  margin:0px;
  font-family:arial;
  font-size:12px;
  color:black;
}

h1 {
  font-family:arial;
  font-size:22px;
  color:#79427F;
  margin-top:3px;
  margin-bottom:3px;
}

h2 {
  font-family:arial;
  font-size:16px;
  color:#79427F;
  margin-top:2px;
  margin-bottom:2px;
}

h3 {
  font-family:arial;
  font-size:13px;
  color:#79427F;
}

.bottom {
  border-bottom:1px solid #AAAAAA;
}

.bottom2 {
  padding: 5px;
  border-top:1px solid #CCCCCC;
  background-image: url(foot.gif);
  background-repeat: repeat-x;
}

.text_white {
  color:white;
}

.text_red {
  color:red;
}

#middle {
  width:1000px;
  height:100%;
  margin:0px auto;
  padding:10px;
  text-align:left;
  background-color:white;
}

#title {
  height:250px;
  background-repeat: no-repeat;
  padding:0px;
}

#left {
  width:270px;
  float:left;
  height:647px;
  background-image: url(menu.jpg);
  background-repeat: no-repeat;
}

#content {
  width:730px;
  float:right;
  padding:0px;
  height:100%;
  /* background-color:#eeffcc; */
}

#content_top {
  margin-right:30px;
  color:#CCCCCC;
  text-align: justify;
  vertical-align: bottom;
  padding:0px;
  height:300px;
}

#content_text {
  margin-right:30px;
  padding:10px;
  height:50%;
  overflow-y:auto;
}

#foot {
  padding: 3px;
  text-align: center;
  background-image: url(foot.gif);
  background-repeat: repeat-x;
  color: #777777;
}


a.nav:link {
  color:white;
  text-decoration:none;
  font-family:arial;
  font-size:15px;
}
a.nav:visited {
  color:white;
  text-decoration:none;
  font-family:arial;
  font-size:15px;
}
a.nav:hover {
  color:#CDAAD1;
  text-decoration:none;
  font-family:arial;
  font-size:15px;
}


a:link {
  color:#79427F;
  text-decoration:none;
  font-family:arial;
}
a:visited {
  color:#79427F;
  text-decoration:none;
  font-family:arial;
}
a:hover {
  color:#79427F;
  text-decoration:underline;
  font-family:arial;
}
