body {
   background-color: #F0F0F0;
   padding: 0px;
   margin: 0px;
   font-family: Arial;
   height: 100% !important;
   width: 100%;
}

A {
   text-decoration:none;
   color: #4b4b4b;
}
img {
   border: 0px;
}

.send_message_field {
   border: 1px solid #aaaaaa;
   font-family: Arial;
   font-size: 15px;
   width: 218px;
}
#send_message_result {
   color: green;
   font-weight: bold;
}
.main_table {
   border: none;
   background-color: #F0F0F0;
   width: 100%;
   height: 100% !important;
}
.header {
   text-align: center;
   background-color: #F0F0F0;
   padding: 0px;
}
.content {
   text-align: justify;
   vertical-align: top;
   background-color: #F0F0F0;
   padding: 0px 10px;
   color: #4b4b4b;
   font-size: 15px;
   height: 100% !important;
   border-left: 1px dotted #aaaaaa;
}
.sidebar {
   text-align: left;
   vertical-align: top;
   background-color: #F0F0F0;
   color: #4b4b4b;
   font-size: 15px;
   white-space: nowrap;
   width: 247px;
   height: 100% !important;
   padding: 0px 10px;
}
.sidebar_form {
   background: url('../images/form-bg.gif') center repeat-x;
   padding: 6px 10px 5px 10px;
}
.sidebar_form_button {
   background: url('../images/form-button.gif') center no-repeat;
   width: 88px;
   height: 28px;
   border: none;
   cursor: pointer;
}
.sidebar_form_title {
   color: #7f4014;
   font-family: arial;
   font-size: 16px;
   font-weight: bold;
   padding-left: 5px;
}
.footer {
   text-align: center;
   vertical-align: middle;
   background-color: white;
   color: #4b4b4b;
   font-size: 15px;
}
.menu_button_container {
   color: #7f4014;
   font-family: arial;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   padding: 5px;
}
.menu_button {
   color: #7f4014;
   font-family: arial;
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
.menu_button_hovered {
   background-color: #ea7e09;
   color: white;
   cursor: pointer;
}
