body, h1, #nav, .container {
  background-color: #ffffff;
}

table.prices, table.prices td {
  border:1px solid grey;
}

#title {
  font-weight: normal;
  color: #003b76;
  font-size: 210%;
}

h1 {
  font-size: 120%;
}

h2 {
  font-size: 110%;
}

* {
  font-family: helvetica, arial, sans-serif;
}

p {
  line-height: 1.4em;
}

body {
  text-align: center;
}

.container {
  width:790px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 1px;

  height: 100%;
  padding: 0px;
  text-align:left
}

#nav {
  border-spacing: 0px;
}

#nav td {
 padding: 0px 2px 0px 0px;
}

#nav td a { 
  background-image: url(images/greysmall.png);
  display: block;
  width: 105px;
  height: 29px;
  text-align:center;
  line-height: 29px;
  text-decoration: none;
  font-size:13px;
  color: black;
  padding: 0px;
  margin: 0px;
}

#nav td.current a {
  background-image: url(images/blacksmall.png);
  color: white;
}

#undernav {
 background-image: url(images/under.png); 
}

#contentborder {
  background-color:#1e3650;
  padding: 2px;
}

#content {
  background-color:white;
  padding: 15px;
}

#footer, #footer a {
  text-align:center;
  font-size:12px;
  color: #333333;
  text-decoration: none;
  margin-top: 65px;
  clear: both;
}

#footer a:hover {
  color: blue;
}

.thumbnail2 {
  border: solid 1px #CCCCCC;
  height: 175px;
  width: 175px;
  margin: 5px;
  padding: 10px;
  background: white;
  display: block;
  float: left;
  position: relative;
  text-align:center;
}

.thumbnail2-img{
  height: 112px;
  vertical-align:middle;
  text-align:center;
}

.thumbnail2-cap {
  text-align: center;
  vertical-align: middle;
  font-size: 11px; 
  height:38px;
  width: 150px;
  color:#666666;
}

img {
  border: none;
}

.link-title {
  line-height:1.3em;
}

.link-desc {
  font-size:90%;
  line-height:1.3em;
}

.link-url {
  font-size:80%;
  color:#006400;
  line-height:1.3em;
}

select, input, textarea {
  font-size:13px;
}
