body {
  margin:20px;
  font-family:verdana, helvetica, sans-serif;
  color:#222;
  width:1009px;
  margin:auto;
}

h1 {
  letter-spacing:0.2em;
  color:#003399;
  margin-bottom:0;
  border-bottom:1px solid #ccc;
}

h2 {
  margin-top:0;
  letter-spacing:0.2em;
}

h3 {
  border-bottom:1px solid #ccc;
}

#header {
  margin:0 0 30px 0;    
}

#content {
}

#content a, #content a:visited {
  color:#003399;
}

#content a:hover, #content a:active {
  text-decoration:none;
}

p#mission {
  letter-spacing:0.1em;
  font-size:120%;
}

#content ul {
  
}

  #content ul li {
    margin-bottom:20px;
  }
  
  
ul#news {
  list-style:circle;
  margin:0;
  padding:0 0 0 20px;
}

  ul#news li {
    margin-left:0;
  }

#footer {
  color:#666;
  margin-top:80px;
  margin-bottom:10px;
  font-size:12px;
}

#footer a, #footer a:visited {
  font-weight:bold;
  text-decoration:none;
  color:#777;
}

#footer a:active, #footer a:hover {
  text-decoration:underline;
}

.newsticker {
	list-style-type: none;
	color:#333;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
	min-height:60px;
}

