body {
  background-image:url(Images/left.gif); 
  background-repeat:repeat-y;
  margin: 0px;
  padding: 0px;
  }

h4, h5 {
  font-family: arial, helvetica, sans-serif;
  color: #404040;
  }

a.link {
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 10pt;
  color: #0000ff;
  margin: 4px;
  }

a:hover.link {
  text-decoration: underline;
  }

span.bold {
  font-family: arial, helvetica, sans-serif; 
  font-size: 10pt; 
  font-weight: bold;
  color: #404040;
  }

div#sidebar {
  position: absolute;
  width: 163px;
  top: 30px;
  left: 0px;
  }

div#sidebar a.sublink {
  color: #e5e5e5;
  font-size: 12px;
  width: 163px;
  height: 30px;
  margin-left: 25px;
  text-decoration: none;
  }

div#sidebar a.sublink:hover {
  text-decoration: underline;
  }

div#content {
  line-height: 15pt;
  padding-top: 145px;
  margin-right: 15px;
  margin-left: 175px;
  min-width: 600px;
  }

div#testimonials {
  float: right;
  margin: 10px 0 5px 5px;
  padding: 5px 10px 10px 10px;
  width: 160px;
  height: 500px;
  background-color: #e5e5e5;
  border-style: dotted;
  border-width: 1px;
  border-color: #c4c4c4;
  }

div#testimonials p {
  font-style: italic;
  font-size: 9pt;
  font-family: arial, helvetica, sans-serif;
  color: #5f5f5f;
  text-decoration: none;
  }

.clearthefloats {
  clear: both;
  }

div#headshot {
  float: left;
  position: relative; 
  margin: 10px 20px 10px 0px;
  font-style: italic;
  font-size: 8pt;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
  }

div#headshot img {
  border: 1px solid;
  }

div#media {
  float: left;
  position: relative; 
  margin: 10px 20px 10px 0px;
  width: 200px;
  text-align: center;
  }


img#pagetitle {
  margin-left: -13px;
  }

div#header {
  position: absolute;
  width: 632px;
  top: 0px;
  right: 0px;
  z-index: 10;
  }

div#header_bg {
  background-image:url(Images/header_bg.gif); 
  background-repeat: no-repeat;
  position: absolute;
  width: 250px;
  height: 135px;
  top: 0px;
  left: 150px;
  z-index: 5;
  }

img#title {
  margin-left: -3px;
  }

div#footer {
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  margin: 0px 15px 0px 175px;
  min-width: 600px;
  }

a.footer {
  text-decoration: underline;
  font-size: 10pt;
  color: #0000ff;
  margin: 4px;
  }

a.footer:hover {
  text-decoration: none;
  }




/* NAVIGATION BUTTONS */
.cssnav {
  position: relative;
  font-family: arial, verdana, sans-serif;
  background: url(Images/link_on.gif) no-repeat;
  white-space: nowrap;
  display: block;
  width: 163px;
  height: 30px;
  margin: 0;
  padding: 0;
  }

.cssnav a {
  display: block;
  color: #e5e5e5;
  font-size: 12px;
  width: 163px;
  height: 30px;
  display: block;
  float: left;
  text-decoration: none;
  }

.cssnav a:hover {
  font-weight: bold;
  }

.cssnav img {
  width: 163px;
  height: 30px;
  border: 0
  }

* html a:hover {
  visibility:visible
  }

.cssnav a:hover img {
  visibility:hidden
  }

.cssnav span {
  position: absolute;
  left: 12px;
  top: 8px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  width: 149px;
  height: 14px;

  }
  
  
/* END NAVIGATION BUTTONS */
