/* Site CSS */
body, html {
   color: #333333;
   background-color: #ffffff;
   font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   line-height: 130%;
}

input,select,option {
   font-size:11px;
}

h1 {
   font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: bold;
   color: #105f90;
   margin-top: 0px;
   margin-bottom: 24px;
}

h2 {
   font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   color: #105f90;
}

h3 {
   font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: bold;
   color: #105f90;
}   

hr {
   float: left;
   width: 100%;
   height: 0px;
   color: #d6d6d6;
   background-color: #d6d6d6;
   border: 1px solid #d6d6d6;
   border-bottom: 0px;
   padding:0;

}

a:link {
   color: #0066cc;
   text-decoration: none
}

a:visited {
   color: #0066cc;
   text-decoration: none
}

a:active {
   color: #0066cc;
   text-decoration: none
}

a:hover {
   color: #ff6600;
   text-decoration: none
}

/* -- site custom classes ---------------------------------------------- */

img {
   border: 0px;
}

.image-right {
   float: right;
   margin: 5px 0px 5px 20px;
   border: 0px; 
}

.image-left {
   float: left;
   padding: 5px 20px 5px 0px;
   border: 0px;   
}   

/* -- site layout css ------------------------------------------------ */

.outer_table {
   width: 860px;
   vertical-align: top;
   background-image: url('layout/bg_body.gif')
}

.header_cell {
   vertical-align: top;
   height: 200px;
   
   background-image: url('layout/bg_banner.gif')
   
}  

.menu_cell {
   background-color: #000000;
   height: 34px;
   border-top: solid 1px #d6d6d6;
   border-right: solid 4px #d6d6d6;
   border-bottom: solid 4px #d6d6d6;
   border-left: solid 1px #d6d6d6;
}

.main_right_cell {
   width: 215px;
   vertical-align: top;
   padding-left: 0px;
   padding-top: 0px;
   padding-bottom: 20px;
   padding-right: 0px;
}

.main_center_cell {
   width: 645px;
   height: 400px;
   vertical-align: top;
   padding-left: 20px;
   padding-top: 10px;
   padding-right: 25px;
   padding-bottom: 20px;
   
   /*
   border-top: dashed 1px #d6d6d6;
   
   border-right: solid 4px #d6d6d6;
   border-bottom: solid 4px #d6d6d6;
   border-left: solid 1px #d6d6d6;
   */
}

.footer_cell {
   height: 40px;
   background-color: #ffffff;
   /*border-top: 4px solid #105f90;*/
}

/* =========================================== */

table.info_table {
   width: 200px;
   border: 0px;
   margin-bottom: 10px;
}

table.info_table td {
   vertical-align: top;
   padding: 5px 10px 5px 10px;
   background-image: url('layout/bg_info_table.png');
   border-bottom: solid 4px #d6d6d6;
}

table.info_table h2 {
   background-color: #ffcc66;
   margin: 10px 0px 0px 0px;
   padding: 4px 0px 4px 0px;
} 

