/* CSS Document */
body {
  font-family: Garamond, serif;
  text-align: center;
  background: #CCF; 
  color: #036;
}

#container {
  text-align: left;
  margin: 0 auto;
  width: 900px;
  background: #FFF 
}

h1 {
  background: #036;
  color: #FFF;
  padding: 0px;
  margin: 0;
  border-bottom: 3px solid #FC0;
}

h1 img {

border: 0;
}

ul#navigation3 {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  }

ul#navigation3 li {
  display: inline;
}

ul#navigation3 a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #036;
  border-bottom: 1px solid #FFF;
  width: 7em;
}

ul#navigation3 a:hover {
  color: #000;
  background: #69C;
}
 
#navigation {
  float: left;
  width: 140px;
  display: inline;
}

#content {
  float: left;
  width: 650px;
  margin-left: 45px;
  padding: 15px 0;
}

#footer {
  clear: both;
  background: #036;
  color:#FFF;
  padding: 5px 10px;
  text-align: right;
  font-size: 80%;
}

h2 {
  margin-top: 0;
  color: #036;
  font-weight: normal;
  }
  
h4 {
  margin-top: 0;
  color: #060;
  font-weight: normal;
  text-align: right;
}
h5 {
  margin-top: 0;
  color: #060;
  font-weight: normal;
  font-size: 100%;
}
.underline
{
text-decoration: underline;
}

table { border-collapse: collapse; }
	
th, td
	{
		padding: 1.0em;
	}

#services  { border-collapse: collapse; }
	
#services th, td
	{
		padding: .5em;
		width: 200px;
	}
	
	#services tbody th
	{
		font-weight: strong;
		text-align: left;
	}
	
	
#navigation a {
text-decoration: none;
}

#footer a {
text-decoration: none;
color: #fff;
}

a:link {
  color: #175B7D;
}

a:visited {
  color: #600;
}

a:hover, a:active {
  color:#FFF;
  background: #69C;
}

