html, body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #DFDFDF;
}

p {
  margin-top: 14px;
  margin-bottom: 14px;
}

.bottomContentCell {
  text-align: center;
  background: #d6e7f1;
  border-top: 1px solid #183759;
  padding-top: 6px;
  padding-bottom: 11px;
  font-size: 11px;
}

h1 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 12px;
}

h2 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0px;
}

/* For line used under <h2> */
.seperator {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
}

.contentTable {
  /*background-image: url(../images/left_menu_bg.jpg);*/
  border: 1px solid #183759;
}

.mainCell {
  background-image: url(../images/main_cell_bg.gif);
}

.contentArea {
  padding-left: 36px;
  padding-right: 10px;
}

/* Latest additions table */
.latestTable {
  border: 1px solid #ececec
}

/* Links at the top of the page */
.topLinks {
  font-size: 13px;
}

.topLinks a:link, .topLinks a:active, .topLinks a:visited {
  color: #003399;
  text-decoration: none;
}

/* Left column menu */
.leftCell {
  background: #fbf8f3;
}

#leftTable ul {
  list-style-image: url(../images/left_menu_bullet.gif);
  margin-top: 4px;
  padding-top: 4px;
  margin-bottom: 2px;
  padding-bottom: 2px;
  margin-left: 10px;
  padding-left: 35px;
}

#leftTable li {
  margin-bottom: 7px;
  font-size: 14px;
}

#leftTable a:link, #leftTable a:visited {
  text-decoration: none;
}

/* Contact Details Cell */
.contactCell {
  padding-top: 2px;
  background: #fcfbf7;
  border: 1px solid #EEEEEE;
  font-size: 11px;
}

.searchTable {
  border: 1px solid #EEEEEE;
}

.crumbCell {
  width: 538px;
  background: #edeae5; 
  padding: 5px; 
  padding-left: 36px; 
  border-bottom: 0px solid #b4b5b6; 
  border-left: 1px solid #efefef; 
  color: #2d4269;
}

a:link, a:visited {
  color: #2d4269;
}

a:hover, .topLinks a:hover, .leftTableLI a:hover, .leftTableLI a:active {
  color: #007e77;
  text-decoration: underline;
}

.formField {
  font-size: 13px;
  border: 1px solid #dddddd;
  width: 200px;
  padding: 1px;
}

.formBtn {
  background: #fcfbf7;
  font-size: 13px;
  border: 1px solid #28678f;
  padding: 1px;
  cursor: pointer;
}
