@charset "utf-8";
/* CSS Document */

body {  
margin:0px; padding:0px;  
background-color:#bbcbdb;
height:100%;
width:100%;
}  


#main {  
align:center;
background-color:#bbcbdb;  }


#header {  
height:137px;
background-color:#001122;
background-image:url(images/bg_header.png);
background-repeat:repeat-x;
}

#mid {  
background-color:#000000;
background-image:url(images/bg_mid.gif);
background-repeat:repeat-x;
}


#content {  
position:absolute;
width: 961px;
left:auto;
background-color:#000000;
background-image:url(images/bg_content.gif);

}




#footer {  
background-color:#001122;
background-image:url(images/bg_footer.png);
background-repeat:repeat-x;
height:100%;
margin-left: auto;
margin-right: auto;


}
 
.container {  
width:961px;  
margin:0 auto;
padding:0px;
border:0px solid ;  
}  

div.copy P {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color:#d9d9d9
}


div.fronttext P {font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;font-size:10pt;
color:#FFF;}

div.fronttext {width:400px;}

div.fronttext UL LI {
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
font-size:9pt;
color:#FFF;}

ul.left {
    float: left;
    width: 200px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
    left: 50px;
  }
  
ul.right {
    float: right;
    width: 200px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
  }
  

div.A {
  color: #19426f;
  font-weight: bold;
  text-decoration: none;
}
div.A:hover {
  color: #007aff;
}



P {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 9pt;
  text-align:justify;
}

H1 {
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 13pt;
  color:#19426f;
  text-transform: uppercase;
}
H2 {
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 11pt;
    color:#19426f;
	text-transform: uppercase;
}

H3 {
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 9pt;
font-weight: bold;
}

OL {
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 9pt;
}

UL {
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 9pt;
  display: inline;
}

