  body {
    font-size: small
  }
  dt {
    font-weight: bold;
  }
  #nav {
    float: left;
    width: 100%;
	 margin: 0;
	 padding: 10px 0 0 46px;
	 list-style: none;
	 background: #4674f6 url(../images/nav_bg.gif) repeat-x bottom left;
  }
  #nav li {
    float: left;
	 margin: 0;
	 padding: 0;
	 font-family: "Lucida Grande",sans-serif;
	 font-size: 100%;
  }

  #nav a {
    float: left;
	 display: block;
	 margin: 0 1px 0 0;
	 padding: 4px 8px;
    color: #000000;
	 text-decoration: none;
	 border: 1px solid #0000ff;
	 border-bottom: none;
	 background: #91b4f6 url(../images/off_bg.gif) repeat-x top left;
  }

  #nav a:hover, body#home #t-home a {
    color: #001b66;
	 padding-bottom: 4px;
	 border-color: #0000ff;
	 background: #ebf0ff url(../images/on_bg.gif) repeat-x top left;
  }

  #nav a:hover, body#events #t-events a {
    color: #001b66;
	 padding-bottom: 4px;
	 border-color: #0000ff;
	 background: #ebf0ff url(../images/on_bg.gif) repeat-x top left;
  }

  #nav a:hover, body#results #t-results a {
    color: #001b66;
	 padding-bottom: 4px;
	 border-color: #0000ff;
	 background: #ebf0ff url(../images/on_bg.gif) repeat-x top left;
  }

  #nav a:hover, body#links #t-links a {
    color: #001b66;
	 padding-bottom: 4px;
	 border-color: #0000ff;
	 background: #ebf0ff url(../images/on_bg.gif) repeat-x top left;
  }

  #nav a:hover, body#pictures #t-pictures a {
    color: #001b66;
	 padding-bottom: 4px;
	 border-color: #0000ff;
	 background: #ebf0ff url(../images/on_bg.gif) repeat-x top left;
  }

  #nav a:hover, body#members #t-members a {
    color: #001b66;
	 padding-bottom: 4px;
	 border-color: #0000ff;
	 background: #ebf0ff url(../images/on_bg.gif) repeat-x top left;
  }

  #nav a:hover, body#announcements #t-announcements a {
    color: #001b66;
	 padding-bottom: 4px;
	 border-color: #0000ff;
	 background: #ebf0ff url(../images/on_bg.gif) repeat-x top left;
  }

  .date {
    text-align: left;
	 position:relative;
	 left: -2%;;
	 font-size: 120%;
	 font-weight: bolder;
  }
  div.row span.right {
    float: left;
	 font-size: 110%;
	 text-align: left;
	 width: 59%;
  }
  div.clear {
    clear: left;
  }
  div.row span.date {
    float: left;
	 position:relative;
	 left: -4%;
	 font-size: 120%;
	 font-weight: bolder;
	 text-align: left;
	 width: 39%;
	 list-style-type: circle;
  }
  div.row span.h {
    float: left;
	 font-size: 110%;
	 font-weight: bolder;
	 text-align: left;
	 width: 39%;
  }
  p.event {
    border: 1px solid #c8cdd2;
  }

  td.site {
    text-align:left;
	 font-size:110%;
  }