/* general styles */
body {
  font-family:Helvetica,Trebuchet MS, Verdana, sans-serif;
  font-size:150%;
  background-color:#000;
  margin:0 10px 0 10px;
  color:#fff;
}
p, input, select, th, td, li, div {
  margin:0;
  padding:0;
}
p, input, select, th, td, li, .deeCard {
  font-size:1.2em;
  color:#fff;
}
p {
  padding: 0.25em;
}
/*.deeCard {padding-left: 0.75em;}*/
img {
  border-width:0;
}
a, a:visited, a:active {
  color:#fff;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
h1, h2, h3, h4, h5 {
  color:#fff;
  margin:0;
  padding:1em 0.25em 1em 0.25em;
}
h1 {
  font-size:1.6em;
}
h2 {
  font-size:1.4em;
}
h3 {
  font-size:1.3em;
}
h4 {
  font-size:1.2em;
}
h5 {
  font-size:1.0em;
}
h1 a, h2 a, h3 a, h4 a, h5 a {color:inherit;text-decoration:none;}
.clearFloat {clear:both;}
.deeCard {display:inline;}
.thumbNailList li {display:inline}
.readMore {
  padding:0px 0.25em 0px 10em;
}
acronym {cursor:help;}
a acronym {cursor:pointer;}
table, th, td {
  border:1px solid #fff;
  border-collapse:collapse;
  padding:0.1em 0.25em;
}
table {margin-left:0.5em;}
caption {
  font-size:1.25em;
  padding-bottom:0.25em;
}
/* end of general styles */
/* skip navigation */
#skipNavigation {text-align:center}
#skipNavigation a, #skipNavigation a:active, #skipNavigation a:visited, #skipNavigation a:hover
 {font-size:1em;}
/* end of skip navigation */
/* pageContainer */
#pageContainer {
  background-color:#000;
}
/* end of pageContainer */
/* header */
#header {height:60em;}
#header h1 {
  margin:0;
  padding:5px;
}
/* end of header */
/* mainMenu */
#mainMenu {
  font-size:1.4em;
  position:absolute;
  top:4em;
  left:1em;
}
#mainMenu ul {
  margin:0;
  padding:0 0 0 5px;
}
#mainMenu ul li {
  font-size:1em;
  padding:0 0 0.25em 0;
  list-style-type:disc;
}
#mainMenu ul ul {
  margin:0;
  padding:0.5em 0 0 0;
}
#mainMenu ul li ul li {
  list-style:none;
  font-size:1em;
}
#mainMenu ul li ul li a{
  font-size:0.9em;
  padding-left: 14px;
}
#mainMenu ul li ul li a:hover{
  background-image:url(images/kite.gif);
  background-repeat:no-repeat;
  background-position:left center;
}
/* end of mainMenu */
/* centerPane */
#centerPane {
  border:solid 0px #fff;
  border-bottom-width:1px;
  border-top-width:1px;
  padding:0 10px 10px 10px;
}
/* centerPane */
/* leftPane */
#leftPane {display:none}
/* leftPane */
/* rightPane */
#rightPane {
  border:solid 0px #fff;
  border-bottom-width:1px;
  border-top-width:1px;
  padding:0 10px 10px 10px;
}
#rightPane img.centeredImage {margin:20px 0 0 20px;}
/* rightPane */
/* footer */
#footer {
  clear:both;
  font-size:1em;
  margin:10px 0 0 0;
}
#footer ul {
  margin:0;
  padding:0 0 0 1em;
}
#footer p {
  margin-top:5px;
}
/* end of footer */
/* news */
#latestNews {
  padding-bottom:5px;
}
#newsItems {
  margin:0px;
  padding:0px;
}
#latestNews li.newsItem {
  list-style:none;
  padding-bottom:0.25em;
  font-size:1em;
}
#latestNews .newsItem h4 {
  padding:0px 0.25em;
}
#latestNews .subscribe2News .help {
  cursor:help;
  border-width:0;
  border-bottom-width:1px;
  border-style:dashed;
  border-color:#fff;
}
/* end of news */
/* club membership */
.clubMembership table, .clubMembership th, .clubMembership td {
  border:1px solid #fff;
  border-collapse:collapse;
  padding:0.1em 0.25em;
}
.clubMembership caption {
  font-size:1.2em;
  padding-bottom:0.25em;
}
/* end of club membership */
/* membership application */
#membershipApplicationForm {
  font-size:1.2em;
}
#membershipApplicationForm label {
  display:block;
}
#membershipApplicationForm label.radioLabel {
  display:inline;
}
#membershipApplicationForm input {
  font-size:2em;
}
/* membership application */
