/* -------------------- Links -------------------- */
a:link, a:visited, a:focus {
  border-bottom: 1px dashed #A6C63C;
  color: #A6C63C;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

a:hover, a:active {
  color: #A6C63C;
  border-bottom: 1px dashed #A6C63C;
}

#left a {
  color: #FFFFFF;
  border-bottom: none;
}

#left ul {
  color: #FFFFFF;
  list-style-type: square;
  margin: 0;
  padding: 0 0 15px 0;
  text-indent: -2px;
}

#left ul li {
  padding: 5px 0px 0px 0px;
}

#left ul ul {
  list-style-type: none;
  margin: 0;
  text-indent: 2px;
}

#left ul ul li {
/*  padding: 0px 0px 0px 5px;*/
  padding: 0px;
}

#left ul ul li a {
  font-weight: normal;
}


/* -------------------- Box Layout ---------- */
body {
  background-image:url('background_columns_04.gif');
  background-repeat:repeat-y;
  background-position:left top;
  background-color:#FFFFFF;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  height: 100%;
/*  line-height: 1.5; */
  margin: 0;
  padding: 0;
}

#header {
  background-repeat:no-repeat;
  background-position:left bottom;
  height: 140px;
  padding-top: 0px;
  width: 100%;
}

#page {
  margin: 0;
  width: 802px;
}

#right {
  float: left;
  width: 158px;
  background-repeat:no-repeat;
  background-position:left top;
}

#content {
  float: left;
  width: 491px;
  margin: 0;
  padding: 0;
}

#left {
  float: left;
  width: 153px;
  background-repeat:no-repeat;
  background-position:left top;
}


/* -------------------- Margins within the Columns -------------------- */
#left .frame {
  margin: 90px 0px 100px 20px;
}

#content .frame {
  margin: 50px 40px 100px 40px;
}

#right .frame {
  margin: 0px 0px 100px 13px;
}


/* -------------------- Headings and Text -------------------- */
#content h1 {
  font-size:16px;
  font-weight:bold;
  margin: 30px 0 0 0;
}

