/*--------htmfiles css for Warren and Watters internal pages--------------------*/
#wrap {
  margin: auto;
  min-width:250px;
  max-width:750px;
  overflow:hidden;
}
body {
  background-color: #000000;
  color: #ffffff;
  margin-top: 0;
  padding:0;
}
img {
  border: none;
}
h1 {
  font-family: "times new roman", times, serif;
  font-size: 2.75em;
  padding: 0 0 0 15px;
}
h2 {
  font-family: arial, helvetica, sans-serif;
  color: #ffffff;
}
p {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  padding: 10px;
  text-align: justify;
}
p.center {
	text-align: center;
}
#top {
  background: url(images/header.JPG) no-repeat 50% 0; 
  height: 100px;
}
#navcent {
  background-color: #000000;
  color: #ffffff;
  font-family: arial, helvetica, sans-serif;;
  font-size: 14px;
  list-style: none;
  padding: 15px 0 0 0;
  text-align: center;
}
#navcent ul {
  margin: 0;
  padding: 0;
}
#navcent li {
  display: inline;
}
#navcent ul li a:link, ul li a:visited {
  background-color: #000000;
  color: #00ffff;
  text-decoration: none;
}
#navcent ul li a:hover {
  background-color: #000000;
  color: #ffff00;
}
#center {
	margin: 0;
	padding: 0;
	text-align: center;
}
#content {
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 75px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
#content p.list a:hover {
  background-color: #000000;
  color: #ffff00;
}
#content a {
  background-color: #000000;
  color: #00ffff;
  text-decoration: none;
}
#content ul li {
	list-style: none;
}
#content ul li a:hover {
  background-color: #000000;
  color: #ffff00;
}
#content ol li a:hover {
  background-color: #000000;
  color: #ffff00;
  text-decoration: none;
}
/*-------------------------------The end------------------------------------*/
