* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #625197;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

p {
    padding: 0 20px 20px 0;
}

h3 {
    font-size: 1em;
    font-style: bold;
    text-decoration: none;
    margin: 0 20px 15px 0;
}

#wrapper {
    text-align: center;
}

#container {
    width: 995px;
    margin: 0 auto;
    text-align: left;
}

#banner {
    margin-top: 15px;
}

#sidebar {
    background: url('images/sidebar-bg.gif') repeat-y left top;
    width: 244px;
    float: left;
}

#sidebar p {
    padding: 0 20px 20px 20px;
}

#sidebar h3 {
    margin-left: 20px;
}

#sidebar a {
    color: #4095d5;
}

#content-wrapper {
    float: left;
    width: 751px;
}

#content-top {
    background: url('images/content-bg.gif') repeat-y left top;
    height: 475px;
}

#content-bottom {
    background: url('images/content-bg.gif') repeat-y left top;
    height: 249px;
}

#content-wrapper a {
    color: #000000;
}

#content-more {
    background: url('images/more-bg.gif') repeat-y left top;
    width: 995px;
}

#content-more-left {
    background: url('images/sidebar-inner-bg.gif') no-repeat left top;
    float: left;
    margin-left: 5px;
    padding-left: 20px;
    padding-top: 20px;
    width: 250px;
}

#content-more-right {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    width: 600px;
}

.content-inner {
    background: url('images/sidebar-inner-bg.gif') no-repeat left top;
    padding-top: 20px;
}

.content-inner-left {
    width: 350px;
    float: left;
    margin-left: 20px;
}

.content-inner-right {
    width: 350px;
    float: left;
}

.content-inner-right table {
    margin-top: 10px;
}

.select-title {
    background-color: #b9d8f0;
    border-top: 1px solid #4095d5;
    border-right: 1px solid #4095d5;
    border-left: 1px solid #4095d5;
    padding: 3px;
    font-size: .8em;
}

.select-control {
    border-bottom: 1px solid #4095d5;
    border-right: 1px solid #4095d5;
    border-left: 1px solid #4095d5;
    font-size: .8em;
}

.select-control select {
    width: 325px;
    height: 50x;
}

#physicians, #other, #physicians2 {
    height: 75px;
}

.sidebar-top {
    background: url('images/sidebar-inner-bg.gif') no-repeat left top;
    margin-left: 4px;
    padding-top: 20px;
    height: 100px;
}

.sidebar-middle {
    background: url('images/sidebar-inner-bg.gif') no-repeat left top;
    margin-left: 4px;
    padding-top: 20px;
    height: 250px;
}

.sidebar-bottom {
    width: 233px;
    background: #b8d8f0 url('images/sidebar-bottom-bg.gif') no-repeat left top;
    margin-left: 4px;
    padding-top: 20px;
    height: 320px;
}

.blue {
    color: #4095d5;
}

.low {
    padding-top: 50px;
}