BODY {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
    font-family: "Arial",Arial,sans-serif;
    font-size: 10pt;
}
A,A:visited,A:hover {
    color: #4A5950;
}
H1 {
    font-size: 12pt;
    padding: 0px;
    color: #819187;
    margin: 4px;
}
img.graphic {
    border: 0px;
    padding: 0px;
    margin: 0px;
}
table.mainbody {
    width: 770px;
    padding: 0px;
    margin: 0px auto 0px auto;
    border-collapse: collapse;
    border-left: 1px solid #303E0D;
    border-right: 1px solid #303E0D;
    border-top: 1px solid #303E0D;
}
table.mainbody td {
    padding: 0px;
    margin: 0px;
    border: none;
}

table.mainbody td.title {
    padding: 6px;
    text-align: center;
    background-color: #303E0D;
}
table.mainbody td.navbar {
    text-align: center;  
    vertical-align: bottom;
    border-bottom: 1px solid black;
    padding-bottom: 0px;
}
* html table.mainbody td.navbar img {
    padding: 0px;
    margin: 0px;
    margin-bottom: -3px;
}
table.mainbody td.subnav {
    background-color: #303E0D;
    color: white;
    padding: 4px;
    text-align: center;
    font-size: 9pt;
    border-top: 1px solid black;
}
table.mainbody td.subnav_purple {
    background-color: #666699;
    color: white;
    padding: 4px;
    text-align: center;
    font-size: 9pt;
    border-top: 1px solid black;
}
table.mainbody td.subnav_red {
    background-color: #993300;
    color: white;
    padding: 4px;
    text-align: center;
    font-size: 9pt;
    border-top: 1px solid black;
}
table.mainbody td.subnav a,table.mainbody td.subnav a:visited,table.mainbody td.subnav a:hover {
    color: white;
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: none;
}
table.mainbody td.subnav a.selected {
    font-weight: bold;
    text-decoration: none;
}
table.mainbody td.leftbar {
    padding: 10px;
    vertical-align: top;
    background-color: white;
}
table.mainbody td.leftbar ul {
    padding-left: 12px;
    margin-left: 4px;
    padding-top: 2px;
    margin-top: 0px;
}
table.mainbody td.content {
    padding: 12px;
    background-color: white;
    vertical-align: top;
}
table.toc {
    width: 450px;
    margin: 10px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
}
table.toc td {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #CCCCCC;
}
table.toc td.cap {
    background-color: transparent;
}
* html table.toc ul {
    margin-bottom: 2px;
    padding-bottom: 0px;
}
h3.heading {
    font-size: 12pt;
}
p.centered {
    text-align: center;
}
table.hotelform {
    width: 90%;
    margin: 2px auto 10px auto;
    padding: 0px;
	vertical-align:top;
}
table.hotelform td {
    padding: 3px;
    border: none;
}
table.hotelform td.title {
    color: #303E0D;
    text-align: left;
    font-weight: bold;
    background-color:#FFFFFF;
}
table.hotelform td.field {
    padding: 6px;
}
table.hotelform td.field label {
    margin-left: 4px;
    margin-right: 4px;
}
table.hotelform td.search,table.hotelform td.lsearch {
    padding: 6px;
    background-color: #ffffff;
}
table.hotelform td.lsearch {
    text-align: left;
}
table.hotelform td.search {
    text-align: right;   
    padding-right: 10px;
}
table.hotelform td.lsearch a,table.hotelform td.lsearch a:visited,table.hotelform td.lsearch a:hover {
    color: #303E0D;
}
table.contact {
    width: 98%;
    border-collapse: collapse;
    border: none;
    margin: 3px auto 3px auto;
    padding: 0px;
}
table.contact td {
    padding: 4px;
    border: none;
}
table.contact td.formlabel {
    width: 90px;
    text-align: right;
}
table.contact td.forminput {}
table.contact td.forminput textarea {
    width: 98%;
    height: 100px;
}
table.contact td.button {
    text-align: right;
}
table.mainbody td.footer {
    background-color: #303E0D;
    color: white;
    text-align: center;
    padding: 6px;
    font-size: 8pt;
}
table.mainbody td.footer p {
    padding: 2px;
    margin: 0px;
}
table.mainbody td.footer a,table.mainbody td.footer a:visited,table.mainbody td.footer a:hover {
    color: white;
}
/* POPUPS */
div.popup {
    font-size: 9pt;
    color: white;
    padding: 6px;
    background-color: #8c9f93;
}
div.popup a,div.popup a:hover,div.popup a:visited {
    text-decoration: none;
    display: block;
    color: white;
}
span.jumpbar {
    font-size: 9pt;
    display: block;
    padding: 4px;
    margin: 3px;
    color: white;
    background-color: #464d1f;
    border: 1px solid #CCCCCC;
}
span.jumpbar a,span.jumpbar a:hover,span.jumpbar a:visited {
    color: white;
}
div.closebar {
    background-color: white;
    padding: 2px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 10pt;
    color: #464d1f;
}
div.closetext {
    float: right;
    font-size: 9pt;
}
div.closetext a, div.closetext a:hover, div.closetext a:visited {
    color: #464d1f;
}
/* Calendar */
#cal_frame {   
   background-color: #C9D6CC;
   border: 1px solid #000000;
   margin: 0px;
   position: absolute;
   left: 0px;
   top: 0px;
   width: 340px;
   height: 250px;
   padding: 0px;
}
/* Login Box */
div.loginbox {
    background-color: #C9D6CC;
    border: 1px solid #8D9994;
}
span.jointext {
    display: block;
    padding: 4px;
    text-align: center;
}