A:link {color: white; font-weight: bold}
A:active {color: yellow; font-weight: bold}
A:visited {color: #f1f35f}	/* was pink */
A:link, A:visited, A:active {
 text-decoration: bold;
} 
a.rollover img {
    border: 0;
}

body {
  background: darkgreen;
/*  background-image:url("../images/goldGradient_vertical_400px_single.gif"); */
  color : black;
  margin: 0px auto 20px auto; /* 0px auto 32px auto; */
  /* width: 940px; */

  font-family: Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
}

#headerDiv {
  background: white url( 'http://icwh1975.org/images/westmain_960x200.jpg' ) repeat-x top left;
  color: black;
  font-weight: normal;
  height: 200px;
  width: 958px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
 /*  border: none; */
 /* position: relative; */
  position: absolute;
  top:  0px;
  left: 0px;
}
#pageName {
  font-size: 44px;
  color: gold;
  padding-top: 8px;
  position: absolute;
  top: 90px;
  left: 20px;
  font-weight: normal;
}
#pageDescription {
  font-size: 16px;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: normal;
  position: absolute;
  bottom: 20px;
  left: 24px;
}

#contentDiv {
  color: white;
  background: darkgreen;
 /* position: relative; */
  position: absolute;
  top:  200px;
  left: 0px;
  height: 600px;
  width: 958px;
}
#siteListDiv {
    position: absolute;
    top:  0px;
    left: 0px;
    border-collapse: collapse;
    border-width:       0px;
    padding-top:        5px;
    padding-bottom:     5px;
    padding-left:       2px;
    padding-right:      5px;
    /*
    margin-top:     	0px;
    margin-bottom:      0px;
    margin-left:        0px;
    margin-right:       0px;
    */
    /* border: 4px solid #032a6d; */
    /* margin: 8px 5px 5px 5px; */
    margin: 2px 2px 2px 2px;
}
#siteListIFrame {
  /* background: darkgreen; */
  /* background-color: darkgreen; */
  /*  background-image:url("../images/goldGradient_vertical_400px_single.gif"); */
  font-family:  Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color : gold;
  text-align: left;
  display: inline;
  width:  170px;
  height: 590px;
}

#infoDiv {
    position: absolute;
    top:  0px;
    left: 200px;
    /* background-image:url("../images/goldGradient_vertical_400px_single.gif"); */
    text-align: center;
    color: gold;
    background: pink; /* darkgreen; */
    display: inline;
    width: 800px;
    height: 140px;
    /* border-collapse: collapse; */
    border-width:       0px;
    padding-top:        10px;
    padding-bottom:     10px;
    padding-left:       10px;
    padding-right:      10px;
    margin-top:     	0px;
    margin-bottom:      0px;
    margin-left:        0px;
    margin-right:       0px;
    /* border: 4px solid #032a6d; */
}
#instructionsDiv {
    position: absolute;
    top:		0px;
    left:		200px;
    background:		darkgreen;
    text-align:		left;
    width:		500px;
    height:		80px;
    padding-top:        10px;
    padding-bottom:     10px;
    padding-left:       10px;
    padding-right:      10px;
    margin-top:     	5px;
/*
    margin-top:     	12px;
    margin-bottom:      5px;
    margin-left:        10px;
    margin-right:       5px;
*/
    font-size: 16px;
}
#adsDiv {
    position:		absolute;
    top:		0px;
    left:		724px;
    color:		blue;
    background:		white;
    text-align:		left;
    width:		208px;
    height:		90px;
    padding-top:        10px;
    padding-bottom:     10px;
    padding-left:       10px;
    padding-right:      10px;
    margin-top:     	5px;
    margin-left:        5px;
/*
    margin-top:     	5px;
    margin-bottom:      5px;
    margin-left:        18px;
    margin-right:       5px;
*/
}
#decorationDiv {
    position: absolute;
    top:  0px;
    left: 960px;
}

#slInfoDiv {
    position: absolute;
    top:  120px;
    left: 200px;
    z-index: 5;
    /* 
    width: 700px;
    height: 508px;
    */
}

#slAffDiv {
    position: absolute;
    background:	pink;
    top:  226px;
    left: 960px;
}
#authDiv{
    position: absolute;
  /*  background-image:url("http://www.icwh1975.org/images/goldGradient_vertical_600px_single.gif"); */
  /*  background:	pink;  */
    top:  156px; /* eventually use this for login and register 152px; */
    left: 960px;
    width: 160px;
    height: 50px;
}
#authPromptsDiv {
    position: absolute;
    color: white;
    top:  4px;
    left: 20px;
}

#siteHelpDiv {
    position: absolute;
    top:  586px;
    left: 24px;
    text-align: left;
    padding-top:        20px;
    padding-bottom:     3px;
    padding-left:       20px;
    padding-right:      10px;
    font-size: 20px;
}
.icwhBody {
    color: gold;
    background: darkgreen;
}
#infoDiv {
    top:  10px;
    left: 60px;
}
#emailDiv {
    position: absolute;
    top:  180px;
    left: 240px;
    width: 800px;
    height: 400px;
    font-size: 40px;
}
#extraInfoDiv {
    top:  260px;
    left: 60px;
}
#extraInfo2Div {
    top:  560px;
    left: 90px;
}
#infoDiv, #extraInfoDiv, #extraInfo2Div {
    color: gold;
    background: darkgreen;
    position: absolute;
    width: 550px;
    height: 400px;
    border-width:       20px;
    padding-top:        20px;
    padding-bottom:     20px;
    padding-left:       20px;
    padding-right:      20px;
    margin-top:         20px;
    margin-bottom:      20px;
    margin-left:        20px;
    margin-right:       20px;
    font-size: 20px;
}
#googleGroupDiv {
    position: absolute;
    top:  430px;
    left: 170px;
    color: darkgreen;
}
#mainBorderDiv {
    position: absolute;
    top:  10px;
    left: 10px;
/*    border-collapse: collapse; */
    border-width:       0px;
    padding-top:        10px;
    padding-bottom:     10px;
    padding-left:       10px;
    padding-right:      10px;
    margin-top:     	0px;
    margin-bottom:      0px;
    margin-left:        0px;
    margin-right:       0px;
}
#promoImageDiv {
    position: absolute;
    top:  150px;
    left: 420px;
    z-index: 10;
}

/* probably not using these (yet) */
.splashBody {
  font-family:  Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color : darkgreen;
  background-color: white;
  text-align: center;
  margin: 8px 5px 5px 5px;
}
.swimTitle {
  font-family:  Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color : gold;
  background-color: darkgreen;
  text-align: center;
  margin: 2px 2px 2px 2px;
}
.swimBody {
  font-family:  Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color : gold;
  background-color: darkgreen;
  text-align: center;
  margin: 8px 5px 5px 5px;
}

