body
  {
    margin: 0px;
    background: url(../images/huge_bg1.jpg) repeat-x top left;
    background-color: #e7d59e;
    font-family: Arial, sans-serif;
    color: #000000;
  }
a
  {
    color: #335979;
    text-decoration: underline;
    font-weight: bold;
  }
img{ margin: 0px; padding: 0px; border: 0px; }
h1
  {
    margin-top: 24px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 16px;
    color: #335979;
  }
h2
  {
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 14px;
    text-decoration: underline;
    color: #335979;
  }
h3
  {
    margin-top: 16px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
  }
p
  {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 20px; 
    font-size: 0.8em;
  }
ul { margin: 0px; padding: 0px; }
li.linklist
  {
    position: relative;
    float: left;
    top: 9px;
    margin: 0px 4px;
    list-style-type: none;
  }
.clear{ clear: both;}

#logo
  {
    position: absolute;
    top: 16px;
    left: 20px;
    width: 266px;
    height: 64px;
    padding: 0px;
    background-image: url(../images/logo.gif);
  }
#linkbar
  {
    position: absolute;
    top: 84px;
    left: 8px;
    width: 684px;
    height: 39px;
    background: #8c3555;
  }
#leftcurve
  {
    float: left;
    width: 18px;
    height: 39px;
    background-image: url(../images/leftcurve.gif);
  }
#rightcurve
  {
    float: right;
    width: 18px;
    height: 39px;
    background-image: url(../images/rightcurve.gif);
  }
#photo
  {
    position: absolute;
    top: 123px;
    left: 8px;
    width: 684px;
    height: 233px;
    background-image: url(../images/doctor.jpg);
  }
#content
  {
    position: absolute;
    top: 356px;
    left: 8px;
    width: 684px;
    background: url(../images/newlogo.jpg) no-repeat top right;
    background-color: #ffffff;
  }
#textsection
{
  width: 420px;
  margin-bottom: 20px;
  height: auto !important;
  height: 300px;
}
#textsection_wide { width: 600px; margin-bottom: 20px; }
.textPad { padding-left: 20px; font-size: 12px; }
.textPad li { margin-left: 20px; font-size: 12px; }
.data_left
  {
    float: left;
    margin-left: 30px;
    font-size: 0.8em;
    width: 16em;
    padding: 2px;
  }
.data_right
  {
    float: left;
    font-size: 0.8em;
    padding: 2px;
  }
.data
  {
    margin-left: 30px;
    font-size: 0.8em;
    padding: 2px;
  }
form { margin: 0px 30px;}
.formlabel
  {
    float: left;
    font-size: 0.8em;
    width: 10em;
    padding: 2px;
    text-align: right;
  }
input.text
  {
    float: left;
    width: 14em;
    margin-left: 4px;
    margin-bottom: 8px;
  }
input.text
  {
    float: left;
    width: 14em;
    margin-left: 4px;
    margin-bottom: 8px;
  }
textarea 
  {
    float: left;
    margin-left: 4px;
    margin-bottom: 8px;
  }
input.submit { margin-left: 240px; }


#footer
  {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    width: 24em;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    color: #335979; 
  }
#footer li
  {
    float: left;
    margin: 12px 8px;
    list-style-type: none;
  }



