        
body {
    font-size: 11px;
    font-family: arial, sans-serif;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('background.gif');
    background-attachment: fixed;
    text-align: center;
    margin: auto;
    line-height: 1.5em;
}
html>body {
    width: auto;
    max-width: 780px;
}
td {
    font-size: 12px;
    font-family: arial, sans-serif;
    color: #333333;
    vertical-align: top;
}
img {
    border: 0px;
}
span.orangemedhas {
    color: #FF4500;
}
td.menubar {
    background-color: #CCCCCC;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding: 0px;
}
td.menubar table {
    float: right;
}
#act0, #act1, #act2, #act3 {
    font-size: 11px;
    color: #222222;
    /* letter-spacing: 1px; */
    border: 1px solid #CCCCCC; 
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
#act0.active, #act1.active, #act2.active, #act3:hover {
    border-bottom-color: #666666;
    border-right-color: #666666;
    border-left-color: #FFFFFF;
    border-top-color: #FFFFFF;
} 
.menu .options {
    margin-right: 1px;
    margin-bottom: 1px;
    border: 1px solid #AAAAAA;
    background-color: #EEEEEE;
    font-size: 11px;
}
.menu a {
    color: #333333;
    display: block;
    white-space: nowrap;
    padding: 2px 10px;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
}
.menu a:hover {
    color: #FF4500;
}
td div {
    position: relative;
}
table.external {
    width: 100%;
    /* width: 780px; */
    border: 1px solid #AAAAAA;
    border-top: 0px;
    border-right: 3px solid #FF4500;
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: left;
}
.titlebar {
    height: 70px;
    background-color: white;
    padding: 8px;
    vertical-align: bottom;
}
.contentbar {
    background-color: white;
    padding: 8px;
    font-size: 12px;
}
.footbar {
    background-color: transparent;
    text-align: center;
    color: #888888;
    text-shadow: black 0px 0px 5px;
}
.contentbar a {
    color: #FF4500;
    text-decoration: underline;
}
.contentbar a:visited {
    color: #FF4500;
}
.smallmenubar {
    background-color: white;
    padding: 8px;
    text-align: right;
    vertical-align: top;
}
.smallmenubar a {
    color: #FF4500;
    font-size: 11px;
    text-decoration: none;
}
p.heading {
    color: #FF4500;
    text-align: right;
    font-weight: bold;
}
td.heading {
    width: 40%;
}
input.contactform {
    width: 175px;
    background: #EEEEEE;
    border: 1px #333333 solid;
}
textarea.contactform {
    width: 225px;
    background: #EEEEEE;
    border: 1px #333333 solid;
}
.contactform:hover, .contactform:focus {
    background:white;
}
form.contactform {
    display:inline;
}
ul {
    padding-left: 20px;
}
ul a {
    color: #333333;
    text-decoration: none;
}
ul a:visited {
    color: #333333;
}

