/* CSS Document */

.subnav {
  font-weight: bold;
  padding: 0 10% 0 5%;
  color: #8EC222;
  }

#col1 {
  float: left;
  width: 30%;
  background:#007A9F;
  }
  
#col1 img {
  padding: 4% 4% 2% 4%;
  }
  
#col2 {
  float: right;
  width: 70%;
  }

#current {
  color: #000;
  background: url(images/nav_bg_alt.gif) left bottom no-repeat;
  }
  
.main {
  clear: both;
  font-size: 80%;
  padding: 0 15% 0 5%;
  line-height: 130%
  }

.main_alt {
  font-size: 100%;
  color:#007A9F;
  line-height: 130%;
  padding: 0 15% 0 5%;
  }

.main_alt a {
  color:#007A9F;
  text-decoration: none;
}

.main_alt a:hover {
  color:#8EC222;
  text-decoration: none;
}

.main a {
  color: #007A9F;
  text-decoration: underline;
  }

.caption {
  color:#FFFFFF;
  font-size: 75%;
  padding: 0 5% 5% 5%;
  line-height: 140%;
  }

a {
  color: #000;
  text-decoration: none;
  }
  
a:hover {
  color: #8EC222;
  text-decoration: none;
  }

#content ul {
  padding: 0 5% 0 7%;
  list-style: square; 
  }

#content li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  line-height: 140%;
  padding: 0 15% 2% 2%;
  }
  
.leftimg {
	float: left;
	margin: 0 3% 2% 0;
}

.rtimg {
	float: right;
	margin: 0 0 2% 3%;
}
