/* CSS Document */

div#title h2 
{
	text-indent: 10px;
}

div#title h3 
{
	text-indent: 20px;
}

#title h3
{
  font-size: 1.1em;
  line-height: 0.8em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

div.content h2, div.content h3, div.content h4
{
	text-indent: 1em;
	font-weight: bold;
}

div.links_left
{
	width: 48%;
	float: left;
}

div.links_right
{
	width: 48%;
	float: right;
}

div.links_inner
{
}

div.links_inner ul
{
	list-style-position: inside;
}

#footHead .head a {
	text-decoration: none;
	color: #59452a;
	background-color: inherit;
}



