/* CSS style template - three column left navigation layout */

/* Browne template */

#fr_top_br
  {position: relative;
   top: 0px;
   left: 0px;
   width: 960px;
   float: none;
   clear: both;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: #32579e;
   z-index: 1;}

#fr_top_br a, a:visited, a:hover
  {margin: 0px;
   padding: 0px;
   border: 0px;}
   
#fr_btm_br
  {position: relative;
   top: 0px;
   left: 0px;
   width: 960px;
   float: none;
   clear: both;
   margin: 0px;
   padding: 0px;
   color: #FFFFFF;
   background-color: #32579e;
   z-index: 5;}

#fr_lft_br
  {position: relative;
   width: 200px;
   float: left;
   clear: left;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: #32579e;
   z-index: 3;}

#fr_mid_br
  {position: relative;
   color: #000000;
   width: 560px;
   background-color: #FFFFFF;
   float: left;
   clear: none;
   z-index: 4;}

#fr_rht_br
  {position: relative;
   width: 200px;
   float: left;
   clear: right;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: #FFFFFF;
   z-index: 2;}


/* Eagar template */

#fr_top_eg
  {position: relative;
   top: 0px;
   left: 0px;
   width: 960px;
   float: none;
   clear: both;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: #ecdac6;
   z-index: 1;}

#fr_top_eg a, a:visited, a:hover
  {margin: 0px;
   padding: 0px;
   border: 0px;}
   
#fr_btm_eg
  {position: relative;
   top: 0px;
   left: 0px;
   width: 960px;
   float: none;
   clear: both;
   margin: 0px;
   padding: 0px;
   color: #FFFFFF;
   background-color: #ecdac6;
   z-index: 5;}

#fr_lft_eg
  {position: relative;
   width: 200px;
   float: left;
   clear: left;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: #ecdac6;
   z-index: 3;}

#fr_mid_eg
  {position: relative;
   color: #000000;
   width: 560px;
   background-color: #FFFFFF;
   float: left;
   z-index: 4;}

#fr_rht_eg
  {position: relative;
   width: 200px;
   float: left;
   clear: right;
   margin: 0px;
   padding: 0px;
   color: #000000;
   background-color: #FFFFFF;
   z-index: 2;}

.wrapper_br
  {background-color: #FFFFFF;
   background-image: url(../images/bgbr.gif);
   background-repeat: repeat-y;
   float: left;
   margin-right: -1px;}

.wrapper_eg
  {background-color: #FFFFFF;
   background-image: url(../images/bgea.gif);
   background-repeat: repeat-y;
   float: left;
   margin-right: -1px;}
