/*
CSS for v2 Aug 07
*/

body {
  font-family:   trebuchet, verdana, helvetica, arial, sans-serif;
  background-color: #e2edff;
    line-height: 125%;
  padding: 0;
  margin: 0;
}

#navigation {
  width: 200px;
  height: 1200px;
  background-color: #7da5d8;
  padding-top: 1.5em;
}

#navigation li {
    margin-bottom: 5px;
}


u1 {
  margin-top: 15px;

}


li {
  font-size: small;
  list-style-type: none;
  text-decoration: none;
  	
}

p {
  font-size: small;
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: georgia, times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7DA5D8;
  border-bottom: 3px solid #7DA5DB;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
background: #bed8f3 url(tagline-fade.jpg) repeat-y right bottom;
}

em {

  text-transform: uppercase;
}

h1,h2,h3 {
  font-family: "trebuchet ms", helvetica, arial, sans-serif;
  }

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(polo.jpg) repeat-y right;
}

h2 {
  color: navy;
  font-size: 130%
  font-weight: normal;
  padding-top: 30px;
}

h3 {
  color: navy;
  font-size: 130%;
}

.photo img {
 border: 10px solid white;
 padding: 4px;
}

.figure p {
  font: 0.8em/normal Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 10px 0 0 0;
}

.figure {
  float: left;
  width: 228px;
  margin: 0 10px 10px 10px;
}


a:link {
  color: navy;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

#contact a  {

background: url(pictures/email.gif) no-repeat left center;
padding-left: 30px;
margin-left: 20px;

}

#contact a:hover {
background-color: navy
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.5em;
}

.attention {
   width: 50%
}

/*
This section deals with the position of items on the screen.  It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 6.54em;
}

#bodycontent {
  left: 280px
 
}

#header {
  width:  100%;
  border-top: 3px solid #7da5d8;
}
.caveat {
font-size: 50%
}

.feature {
  float: right;
  margin: 10px;


}
.members {
  float: left;
  margin: 10px;


}


.galleryphoto p {
  font-size: 75%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
}
.galleryphoto img {
 border: 15px solid white;

}

}

.galleryphoto {
  padding-bottom: 20px;

}

.photocredit {
  font-weight: normal;
  color: gray;
}

table{
  border-collapse: collapse;
  border: 1px solid black;
}

th {
  text-align: left;
  background: #241374 url(polo.jpg);
  color: white;
  padding: 0.2em;
  padding-left: 15px;
}

td {
  border: 1px solid black;
  padding: 0.3em;
  padding-left:  15px;
  padding-right: 15px;
  font-size: small;
}
table caption {
  color: navy;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight:
}






