/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {

}

/* main wrapper */
#main {
display : block;
width: 800px;
position : absolute;
left : 20px;
top : 20px;
border : double black;
height : auto;
background-color : #313c8e;
 }
/* Paragraph style */
.pdf {
font-family : arial,helvetica;
font-style : normal;
font-size : 2em;
}
/* Home page text block */  
.navblk {
display:block; 
width:800px;
height:auto;
margin: 0 auto;
text-align:center;
}
 
/* gradient for navigation */
.green {
width: 120px;
  padding: 5px;
  font-size:8pt;
  font-weight: bold;
background: #b4ddb4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ddb4), color-stop(17%,#83c783), color-stop(33%,#52b152), color-stop(67%,#008a00), color-stop(83%,#005700), color-stop(100%,#002400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
 }

/* reversing gradient for clicking */
.green:active, .green:focus {
  background: rgb(#b4ddb4);
  background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -webkit-gradient(linear, left top, left bottom,
color-stop(0% #b4ddb4), color-stop(17%, #83c783),
color-stop(33%, #52b152), color-stop(67%, #008a00),
color-stop(83%, #005700), color-stop(100%, #002400));
  background: -webkit-linear-gradient(top, #b4ddb4 0%, #83c783 
17%, #52b152 33%, #008a00 67%, ##005700 83%, #002400 100%);
  background: -o-linear-gradient(top, #b4ddb4 0%, #83c783
17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: -ms-linear-gradient(top, #b4ddb4 0%, #83c783
17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  background: linear-gradient(to bottom, #b4ddb4 0%, #83c783
17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4''
endColorstr='#002400',GradientType=0 );
 }
 
 .blue {
width: 110px;
  padding: 5px;
  font-size:8pt;
  font-weight: bold;
background: #a7cfdf; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #a7cfdf 0%,#23538a 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #a7cfdf 0%,#23538a 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #a7cfdf 0%,#23538a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }
 
 /* reversing gradient for clicking */
.blue:active, .blue:focus {
  background: rgb(#a7cfdf);
  background: -moz-radial-gradient(center, ellipse cover, #23538a 0%, #a7cfdf 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#23538a), color-stop(100%,#a7cfdf)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #23538a 0%,#a7cfdf 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #23538a 0%,#a7cfdf 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #23538a 0%,#a7cfdf 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #23538a 0%,#a7cfdf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#a7cfdf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }
 
 
 /* Left column of home page */
 #lftflt {
 float:left;
 width:330px;
 /*margin-left:10px; */
 font-family:arial,helvetica;
 font-weight:bold;
 font-size:large;
 text-align:left;
 color:#ffffff;
 padding-left:15px; 
  }
  
  /* Right column of home page */
  #rtflt {
  float:right;
  width:325px;
  /*margin-right:10px;*/
  font-family:arial,helvetica;
  font-weight:bold;
  font-size:large;
  text-align:left;
  color:#ffffff;  
   }

   /* heading blocks on members page */
#mem
{
    font-family : arial , helvetica;
    font-weight : bold;
    font-size : 12pt;
    text-align:center;
    display : table-cell;
    width : 305px;
    height : 20px;
    background-color : rgb(1,153,204);
}

/* main header on page */   
   .mhd
{
    color : #ffffff;
    font-family : comic sans ms;
    font-style : italic;
    font-size : 2em;
    margin-left : 10px;
}

h3
{
    font-style : normal;
    font-family : arial,helvetica;
    font-weight : bold;
    margin-left : 10px; 
}

h2
{
    font-style : italic;
    font-family : arial,helvetica;
    font-weight : bold;
    margin-left : 10px;
}

a:link
{
    color : rgb(255 , 255 , 255);
    text-decoration : underline;
}
a:visited
{
    color : rgb(167 , 207 , 223);
    text-decoration : underline;
}
a:active
{
    color : rgb(7 , 87 , 11);
    text-decoration : underline;
}

/* copyright text */
.cpy
{
    font-family : arial,helvitica;
    font-size : 75%;
    color : rgb(255 , 255 , 255);
    text-align : center;
}

