body {
  
  text-align:center;
  padding: 0;
  
  font-family: arial;
  background: #FFFFFF;
}

.message{
    top: 50px;
    text-align:left;
    margin: auto;
	background: #99FF33;
	width: 75%;
    height: 100px;
    padding: 1em;
    border-style: solid;
    border-bottom-width: 0px;
    border-color: #0000ff;
}
.contactT {
    width: 100%;
    color:blue;
}
.contactD {

    width:25em;

    float:right;
}
.surgerypic {

    float:right;

    width:303px
    height:100px;
  }
  
.bodytext {

        margin: auto;
        padding-top: 1px;
        text-align:left;
        top: 100px;
        width: 75%;
        background: #B9FFB9;
        height: 120%;
        padding: 1em;
        border-style: solid;
        border-top-width: 0px;
        border-color: #0000ff;
}
.bodytextBIG {

        margin: auto;
        padding-top: 1px;
        text-align:left;
        top: 100px;
        width: 75%;
        background: #B9FFB9;
        height: 180%;
        padding: 1em;
        border-style: solid;
        border-top-width: 0px;
        border-color: #0000ff;
}
.impinfo  {
    width: 200px;
    padding: 1em;
   	background: #99FF33;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #0000ff;
}

P {
  font-family: arial;
  font-size: 16;
}

.staffbox {
  width: 100%;
    }

.pic{
position:absolute;
right:70px;
}

A:link {
color:red;
}

A:visited {
color:#ff00ff;
}

A:hover {
color:blue;
}

A:active {
color:blue;
}


.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 140px; /*default  width of main box */
border: 1px solid black;
position: relative;
text-indent: 3px;
padding: 1px 0;
cursor: hand;
cursor: pointer;
background-color: #F0F0F0;
}

.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
position: absolute;
right: -25px;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 180px; /*default width of drop down menu*/
border: 1px solid black;
border-bottom-width: 0;
display: none;
z-index: 5;
font-weight: normal;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: auto;
display: block;
background: #fff7d1;
border-bottom: 1px solid black;
padding: 1px 0;
text-indent: 5px;
text-decoration: none;
color: black;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background: #ffe469;
}
