/* DEFAULT BODY & FONT STYLES */
body {
   margin-top: 20px;
   background-color: #ffffff;
}

body, p, td {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
   line-height: 120%
}

li {
   padding-bottom: 5px;
}

input,select,option {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
}


a:link {
   color: #0080ff;
   text-decoration: none
}

a:visited {
   color: #0080ff;
   text-decoration: none
}

a:active {
   color: #0080ff;
   text-decoration: none
}

a:hover {
   color: #333333;
   text-decoration: underline
}

/* SPECIFIC FONT STYLES */
h1 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   color: #0080ff;
   /*
   line-height: 160%;
   */
   padding-top: 7px;
   padding-bottom: 5px;
   padding-left: 15px;
   background-image: url(./layout/bg_h1.gif)
}

h2 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
   padding-top: 4px;
   padding-bottom: 2px;
   padding-left: 15px;
   background-image: url(./layout/bg_h1.gif)
   }

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

hr {
   color: #edcd6a;
   background-color: #edcd6a;
   height: 4px;
}

.high {
   color: #ff0000;
}
                            
.form_button {
   width: 110px;
   height: 24px;
   font-family: Arial, Verdana, Arial;
   font-size: 12px;
   font-weight: bold;             
   color: #ffffff;
   background-color: #0080ff;  
}                               
                                                        
.small {
   font-family: Arial, Verdana, Verdana, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
}

.infoPanel {
   color: #0080ff;
   /*
   background-color: #0080ff;  
   */
   font-size: 12px;
   font-weight: normal;
   cursor: pointer;
}

/* OUTER TABLE */
.outer_table {
   width: 760px;
   vertical-align: top
}

/* TABLE CELLS */
.header_cell {
   vertical-align: bottom;
   height: 120px;
   border-bottom: 4px solid #0080ff;   
   
   background-image: url(./layout/bg_banner.gif)
  
}  


.main_right_cell {
   width: 210px;
   vertical-align: top;
   padding-left: 10px;
   padding-top: 30px;
   padding-bottom: 20px;
   padding-right: 0px;
   
   /*
   border-right: 2px solid #66CCFF;
   */
}

.main_center_cell {
   width: 540;
   height: 400px;
   vertical-align: top;
   padding-left:0px;
   padding-top: 30px;
   padding-right: 20px;
   padding-bottom: 20px;
   
   /*
   background-image: url(./layout/bg_map.gif)
   */ 
}

.footer_cell {
   height: 40px;
   border-top: 4px solid #0080ff;
}

