a, a:visited {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #e30000;
  text-decoration: none;
  font-weight: bold;
}

body {
  background-color: #f2f2f2;
  font-family: Helvetica, Arial, verdana, sans-serif;
  font-size: x-small;
  margin: 25px 25px 25px 50px;
}
.description {
  font-size:11px;
  line-height: 18px;
  padding-top: 10px;
}
div.entry {
  font-size: 11px;
  line-height: 160%;
}
h1 {
  font-family: Helvetica, Arial, verdana, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
#h1title {
  margin-top: 15px;
}
#h1title a {
  text-decoration: none;
  font-weight: lighter;
  color: #666666;
}
#h1title a:hover {
  color: #e30000;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 140%;
}
.linklist {
  list-style-type: none;
  text-indent: -6px;
  margin-left: 2px;
  line-height: 180%;
  font-size: 11px;
}
.linklist li a {
  
  font-weight: normal;
}
li a {
  text-decoration: none;
  color: #555555;
  font-weight: normal
}
li a:visited {
  text-decoration: none;
  color: #555555;
  font-weight: normal;
}
li a:hover {
  color: #e30000;
  font-weight: normal
}
.newsdate {
  text-transform: uppercase;
  font-weight: bold;
  font-size: xx-small;
  margin-top: -9px;
  letter-spacing: 1px;
  color: #666666;
}


#container {
  width: 850px;
}
#leftcolumn {
  background-color: #f2f2f2;
  width: 240px;
  float: left;
}
#rightcolumn {
  float: right;
  width: 610px; 
  margin-top: 40px; 
}
#subnav {
  background-color: #f2f2f2;
  float: left;
  width: 0px;
  position: relative; 
  z-index: 0;
}
#subcontent {
  background-color: #f2f2f2;
  #float: right;
}
#maincontent {
  background-color: #f2f2f2;
  float: right;
  width: 610px;
}
.subtitle {
  color: #777777;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-size: medium;
  position: relative;
  z-index: 0;
}
