body {
  margin:0;
  padding:0;
  background:#fff;
  width:754px;
  font:small Verdana,Sans-serif;
  line-height:1.6em;
  text-align:center;
  color: #333333
  }

/* links */
a {
  color: #1f72ac;
  text-decoration:none;
  border-bottom:1px dotted #64a7d6;
  }
a:visited {
  color: #708a9e;
  border-color: #5d85a6;
  }
a:hover {
  color: #cc5705;
  border-bottom: 1px solid #cc5705;
  }
#nav {
  display: block;
}
#nav a {
  position: relative;
  vertical-align: bottom;
  bottom: 5px;
  padding: 5px 10px 5px 10px;
  border-bottom: none;
}
#nav a:hover, #tnavitems a:active {
  color: #cc5705;
  text-decoration: underline;
  background-color: #f6f6f6;
  border-top: 1px solid #e1e1e1;
}
#nav .select {
  position: relative;
  color: #8c8c8c;
  border-top: 1px solid #999999;
}
/*
	links for pictures: no underlining
*/
#pic {
  text-decoration: none;
  border-bottom: none;
  vertical-align: middle;
}
/*
	paragraph
*/
p {
  text-align: left;
  margin: 0.55em 1em 0.35em 0.5em;
  }
/* 
	lists
*/
ul li {
  list-style-image: url("../img/bullet.png");
}
/*
 */
h2 {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 160%;
  margin-top: 8px;
  margin-bottom: 0px;
  color:#666666;
}

.tagline {
	width:95%;
	clear:both;
	text-align:center;
	border-top:1px solid #bababa;
	margin-left:15px;
	padding-top:1px;
	color:#878787;
	font-style:italic;
	font-family:times new roman,times,georgia,serif;
	margin-top:10px;
}

