/* main navigation */

#col1 div.navigation {
  border: none;
  padding-left: 2em;
text-align:left; 
}
#col1 div.navigation ul {
  margin: 0px  1em 0px 0px;
  padding: 0px;
  color: #4F5920;
}
#col1 div.navigation ul li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  list-style: none;
  font-size: 11px;
}
#col1 div.navigation ul li a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-weight: bold;
}
#col1 div.navigation ul li a:hover {
  text-decoration: underline;
}
#col1 div.navigation ul li li {
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
  margin-top: 2px;
  margin-bottom: 2px;
  border: none;
  list-style: none;
}
#col1 div.navigation ul li li.active {
  list-style: square;
  }
  
#col1 div.navigation ul li li a {
  margin: 0px;
  font-size: 11px;
  border: none;
  font-weight: bold;
}

/* right boxes */

#col2 div.box {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#col2 div.box div.boxTitle {
  color: #333366;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #CCC;
  background-image: url(pics/wpoint.gif);
  background-position: 4px 5px;
  background-repeat: no-repeat;
  padding-left: 13px;
}
#col2 div.box div.boxData {
  padding: 4px;
  border-bottom: 1px solid #FFF;
}

/* path navigation in content area */

#main div.pathnav {
  border-bottom: 1px solid #97A948;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-top: 8px;
}
#main div.pathnav img {
  width:9px;
  height:8px;
  border: none;
  margin-left: 6px;
  margin-right: 6px;
}
#main div.pathnav a.pathMenu {
  text-decoration: none;
  color: #F0AB04;
  font-weight: bold;
  font-size: 11px;
}

#col2 div.boxData a {
  text-decoration: none;
  color: #336;
}

#col2 div.boxData a:hover {
  background-color: inherit;
  text-decoration: underline;
}

#col2 .teaserBoxTopicTitle a {
  text-decoration: none;
}
#col2 .teaserBoxTopicTitle a:hover {
  text-decoration: underline;
}
#col2 .teaserBoxTopicTeaser {
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 11px;
}

div.navigationStatic {
  text-align: right;
  line-height: 11px;
}

div.navigationStatic a {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
div.navigationStatic img {
  width: 6px;
  height: 4px;
  border: none;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

/* calendar */

table.calendar {
  width: 200px;
}
table.calendar a {
  font-weight: bold;
  text-decoration: none;
}
table.calendar td {
  text-align: right;
}
table.calendar td.calTitle {
  text-align: center;
}
table.calendar td.navLeft {
  text-align: left;
}
table.calendar td.navRight {
  text-align: right;
}
table.calendar td.calheader {
  text-align: center;
}