body {
  background-image: url('../site_images/bckgrndpat.gif');
  background-position: center top;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  position: relative;
  top: 60px;
  left: 175px;
  margin: 0px;
  padding: 0px;
  width: 290px;
}
h4 {
  font-size: 16px;
  font-weight: normal;
  left: 300px;
  margin: 0px;
  padding: 0px;
  width: 300px;
  position: relative;
  top: 60px;
}
h6 {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

#wrapper {
  background-image: url('../site_images/contentbckgrndpat.gif');
  background-repeat: repeat-y;
  background-position: center top;
  width: 820px;
  margin: 0px auto;
  padding: 0px;
}
#container {
  background-image: url('../site_images/contentbckgrnd.gif');
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px 0px 15px;
  padding: 0px 20px;
}
#header {
  background-image: url('../site_images/MD.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  height: 230px;
}
#menu {
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 42px;
  text-align: center;
}
#menu ul {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 4px;
  text-align: center;
}
#menu ul li {
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px 8px;
}
#menu ul li a {
  color: #CCCCCC;
  padding: 2px;
}
#menu ul li a:hover,
#menu ul li a.selected {
  color: #666666;
}
#content {
  font-family: Georgia,Times,serif;
}
#home p {
  font-size: 12px;
}

.box {
  background-image: url('../site_images/box.png');
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 256px;
  margin: 0px 0px 10px;
  padding: 14px 55px;
}
.box .box-left {
  float: left;
}
.box .box-thumbnail {
  margin: 10px 0px 0px;
}
.box .box-thumbnail img {
  border: solid 1px #AAAAAA;
}
.box .box-thumbnail span {
  color: #777777;
  font-size: 9px;
  line-height: 10px;
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.box .box-divider {
  margin: 0px 15px;
}
.box .box-content {
  width: 435px;
}
.box h5 {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
.box h5 a {
  color: #3A767E;
  text-decoration: underline;
}
.box h5 a:hover {
  text-decoration: none;
}
.box p {
  font-size: 12px;
  font-style: italic;
  color: #555555;
/*  font-variant: small-caps;*/
  margin: 10px 0px;
  padding: 0px;
}
#footer {
  height: 15px;
  background-color: #C2D7D7;
  background-color: #CCCCCC;
  margin: 0px 10px 0px 11px;
  border-top: solid 1px #888888;
  border-bottom: solid 2px #888888;
  text-align: center;
}
#footer ul,
#footer ul li {
  font-size: 10px;
  margin: 0px;
  padding: 2px 0px;
}
#footer ul li {
  display: inline;
}
#footer ul li a {
  font-size: 10px;
  font-weight: bold;
  color: #666666;
  padding: 0px 5px;
  font-family: Georgia,Times,serif;
}

.clear {
  clear: both;
}
