body {
  background-color: #ececec;
  color: #606060;
  margin: 0px;
  padding: 0px;
}

p, div, td {
  font-family: verdana, arial, sans-serif;
  color: #606060;
  font-size: 12px;
}

h1 {
  font-family: verdana, arial, sans-serif;
  text-decoration: underline;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}

h2 {
  font-family: verdana, arial, sans-serif;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}

a:link, a:visited {
  color: #0000ff;
}

a:hover {
  color: #719BB9;
  text-decoration: none;
}

.h1_1st_letter {
  font-size: 24px;
}

.align_left {
  text-align: left;
}

.align_mid {
  text-align: center;
}

.align_right {
  text-align: right;
}

.image, .thumb, .ref_image {
  border: 1px solid #000000;
}

.ref_image {
  margin: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.td_thumb {
  width: 25%;
  text-align: center;
}

.sidebar_bottom, .sidebar_mid, .sidebar_top {
  text-align: center;
  border: 2px solid #ffffff;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #719BB9;
  color: #ffffff;
}

.sidebar_bottom, .sidebar_top {
  padding: 3px;
}

.sidebar_mid {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  padding: none;
}

.sidebar_img {
  border: none;
}

.sidebar_link:link, .sidebar_link:visited {
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
}

.sidebar_link:hover {
  color: #ffff00;
  text-decoration: none;
}

.menubar {
  position: relative; 
  height: 100px; 
  /*background-color: #D6C4B0;*/
  background-color: #cccccc;
  background-image: url(images/princeton00.gif); 
  background-repeat: no-repeat;
}

.menu {
  position: absolute; 
  left: 525px;
  top: 6px;
  border: 1px solid #000000;
}

.button:link, .button_top:link, .button:visited, .button_top:visited {
  border: 2px solid #ffffff;
  border-top: none;
  padding: 1px;
  height: 16px;
  width: 204px;
  /*background-color: #A88E6F;*/
  background-color: #719BB9;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.button_top:link, .button_top:visited {
  border-top: 2px solid #ffffff;
  color: #ffffff;
}

.button:hover, .button_top:hover {
  background-color: #aa0000;
  color: #ffffff;
}

.letter, .top_letter {
  border-top: 1px solid #000000;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10;
  padding-bottom: 10;
}

.top_letter {
  border-top: none;
}

.text_content {
  text-align: justify;
}