body {
  background-color: #777;
  padding: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_canvas {
  border: solid black 1px;
  background-color: #f4f4f4;
}

.outline_top {
  padding: 10px;
  background-color: #dd9;
  border-bottom: solid #665 10px;
}

#table_top {
  width: 100%;
}
#logo_block {
  width: 200px;
}
#title_block {
  text-align: center;
}


#nav_block {
  text-align: center;
}

#table_nav {
}

.nav_cell {
  padding-left: 15px;
}

.top_nav_link {
  font-weight: bold;
  color: navy;
}
.top_nav_link:hover {
  color: red;
}

.page_title {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
}


#main_content {
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}


#footer {
  text-align: center;
  padding: 20px;
  color: #999;  
  font-size: small;
}


.entry_box {
  text-align: left;
  border: solid black 1px;
}
.entry_title {
  border-bottom: solid black 1px;
  padding: 5px;
  font-weight: bold;
  background-color: #ccc;
}
.entry_body {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 10px;
}

.fpj_title {
  border: solid #443 1px;
  padding: 2px;
  text-align: center;
  font-weight: bold;
  background-color: #99c;
}
.fpj_text {
  background-color: #f1f1ff;
  border: solid #443 1px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: small;
  text-align: justify;
}

