.body { color: #333333; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px; }
.paragraphheader { color: #000000; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.tag { color: #000000; font-size: 21px ; font-family: Verdana, Arial, Helvetica, sans-serif; padding-bottom: 0px; }
.date { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px; }
.date2 { color: #999999; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 15px }
.email { color: #666666; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }

/* Nav list styles */
#nav  {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#nav  a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: block;
  width: 100px;
  height: 29px;
  line-height: 29px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(graphics/pixy-rollover.gif) no-repeat left bottom;
  text-indent: 15px;
}

#nav a:hover, .selected a {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}

.first a {
  height: 30px;
  line-height: 30px;
}

#home #nav .home a,
#attend #nav .attend a,
#about #nav .about a,
#agenda #nav .agenda a,
#agenda #nav .agenda a,
#speakers #nav .speakers a,
#venue #nav .venue a,
#contact #nav .contact a, 
#testimonial #nav .testimonial a,
#sponsor #nav .sponsor a {
background-position: right bottom;
color: #FFFFFF;
cursor: default;
}

.reasons{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: block;
  width: 100px;
  height: 29px;
  line-height: 29px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(graphics/pixy-rollover.gif) no-repeat left bottom;
  text-indent: 15px;
  
  }
#maincontent {
 float:left;
 width: 325px;
 padding-left: 10px;
 }
 #sponsorCol {
 float:left;
 width: 210px;
 padding-left:10px;
 margin:0px;
 }
 .sponsorHeader {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#666666;
 font-size: 11px;
 }
 .clear{
 clear: both;
 line-height: 0px;
 }