a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

a:active {
  color: white;
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  text-align: center;
  /*overflow: -moz-scrollbars-vertical;*/
}

/***************** legacy CSS *******************/

.tahoma10 {
  font-family: Tahoma;
  font-size: 10px;
  color: #ABAAAA;
}

.yellow {
  color: #F7941D;
}

.copy {
  font-family: Tahoma;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none;
}

.blue {
  color: #448CCB;
}

/***************** divs *******************/

div#wrapper {
  width: 710px;
  margin: 0 auto;
  text-align: left;
  border: 2px solid #DCDCDC;
  /*background-image: url("images/bg.jpg");*/
}

/* the following hack allows the background image to expand dynamically to cover the page in firefox */
body > div#wrapper {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
}

/***************** column 1 *******************/

div#col1 {
  position: relative;
  float: left;
  width: 235px;
}

div#col1 img, div#mission {
  margin: 5px 0 0 5px;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
}

div#col1 img#mainPic {
  width: 229px;
  height: 188px;
}

div#mission {
  width: 229px;
  background-color: #F5F5F5;
  font-size: 9pt;
}

div#mission em {
  font: 10pt "Trebuchet MS";
  font-weight: bold;
  color: navy;
}

div#news, div#motto {
  width: 228px;
  padding: 5px;
  margin: 5px 0 0 5px;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  font: 12px Tahoma;
  color: #ABAAAA;
}
  
div#news img {
  margin: 0;
  padding: 0;
  border: none;
}

div#news a {
  color: #ABAAAA;
}

div#contact {
  width: 239px;
  padding: 0px 0 20px;
  margin: 5px 0 0 5px;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  text-align: center;
  font: 12pt Tahoma;
  color: #000000;
}

/***************** column 2 *******************/

div#col2 {
  float: left;
  position: relative;
  margin-left: 5px;
  width: 454px;
}

div#wrapper > div#col2 {
  margin-left: 12px;
}

div#menu {
  margin-top: 10px;
  text-align: center;
}

div#menu img {
  border: none;
  margin-left: -5px;
/*
  width: 77px;
  height: 94px;
*/
}

div#col2 > div#menu img {
  margin-right: -2px;
}

div#content {
  margin-top: 10px;
  margin-left: 2px;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #DCDCDC;
  font: 10pt 'Trebuchet MS';
}

div#content a { /* this is the mailto on the contacts page */
  color: navy;
  text-decoration: underline;
}

div#mail_recipient {
  padding: 5px;
  background-color: #eed;
  border: 1px solid black;
}

div#sponsors {
  text-align: center;
}

div#sponsors img {
  padding-top: 10px;
  border: none;
  vertical-align: middle;
}

/***************** footer *******************/

div#footer {
  position: relative;
  clear: left;
  padding: 5px;
  background-color: gray;
  border: 1px solid #DCDCDC;
  font: 12px Tahoma;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}

/*
div#news img.left_column {
  width: 77px;
  height: 40px;
  margin-top: 5px;
  margin-left: 14px;
}
*/

.news {
  color: #000000;
}

