/*****************************************************************************/
/*                            document styles                                */
/*****************************************************************************/

BODY {
   color: white;  
   background-color: rgb(40,48,60);
}

A:link, A:visited {
  color: rgb(144, 213, 252);
  font-family: Arial;
  font-style: italic;
  font-size: 10pt;
}

A:active, A:hover {
  color: white;
  font-family: Arial; 
  font-style: italic;
  font-size: 10pt;
}

/*****************************************************************************/
/*                            template styles                                */
/*****************************************************************************/

.site_header {
  color: white;
  font-family: Georgia, 'New York CE', utopia, serif;
  font-size: 11pt;
  font-style: italic;
  padding-left: 285px;
  margin-bottom: 5px;
}

.site_title {
  font-size: 32pt;
  font-family: Georgia, 'New York CE', utopia, serif;
}

.site_footer {
   height: 80px;
   text-align: center;
   vertical-align: bottom;
   color: rgb(58,79,95);
   font-family: Serif;
   font-size: 11pt;
   font-style: normal;
   background-image: url('footer.png');
   background-position: center;
   background-repeat: no-repeat;
   border-left: 2px solid rgb(58,79,95);
   border-right: 2px solid rgb(58,79,95);   
}

.site_footer a:link, .site_footer a:visited {
   color: rgb(58,79,95);
   text-decoration: none;
}

.site_footer a:hover, .site_footer a:active {
   color: rgb(58,79,95);
   text-decoration: underline;
}

/*****************************************************************************/
/*                              custom styles                                */
/*****************************************************************************/

.bar_top {
   height:170px;
   width:770px;
   vertical-align: bottom; 
   background-image: url('bar_top.png');
   background-repeat:no-repeat;
   background-position-y:bottom;
   border-left: 2px solid rgb(58,79,95);
   border-right: 2px solid rgb(58,79,95);
}

.bar_left {
   height:64px;
   background-image: url('bar_left.png');
   background-repeat:repeat-x;
}

.bar_middle {
   height:200px;
   width:770px;
   background-image: url('bar_middle.png');
   background-repeat:repeat-x;
}

.bar_right {
   height:64px;
   background-image: url('bar_right.png');
   background-repeat:repeat-x;
}

.menu {
   vertical-align: top;
}

.letter_table {
   margin-top: 50px;
}

.letter_data {
   height: 28px;
   width: 28px;
   margin: 0px;
   padding: 0px;
   color: white;
   text-align: center;
   vertical-align: middle;
   background-image: url('letter.png');
   background-position: center;
   background-repeat: no-repeat;
}

.search {
   margin-top: 40px;
   font-size: 10pt;
   font-family: Georgia, 'New York CE', utopia, serif;
}

.filter {
   font-size: 10pt;
   font-family: Georgia, 'New York CE', utopia, serif;
}

.address {
   margin-top: 40px;
   font-size: 10pt;
   font-family: Georgia, 'New York CE', utopia, serif;
}

.page_content {
   width: 100pct;
   padding: 0px;
   background-image: url('background.png');
   background-position: center;
   background-repeat: no-repeat;
}

.page_content_section {
   border-right: 2px solid rgb(144, 213, 252);
}

.page_content_section_title {
   color: white;
   font-size: 16pt;
   font-style: italic;
   font-family: Georgia, 'New York CE', utopia, serif;
}

.page_content_author {
   color: white;
   font-size: 11pt;
   font-style: italic;
   font-family: Georgia, 'New York CE', utopia, serif;
}


