#content {
	margin-left: 256px;
}

#content a {
  color: #0078BA;
  text-decoration: none;
}

#content a:hover {
  color: #A4860B;
}

#content-top {
	background-image: url(content-top.png);
	background-repeat: no-repeat;
	height: 31px;
}

#content-middle {
	background-image: url(content-middle.png);
	background-repeat: repeat-y;
	min-height: 340px;
	text-align: left;
}

#content-bottom {
	height: 53px;
	background-image: url(content-bottom.png);
	background-repeat: no-repeat;
}

#content-middle-inner {
	padding: 2px 40px 2px 40px;
	position: relative;
}

#content-middle-inner-inner {
	position: relative;
}

#content h1 {
	font-size: 25px;
	line-height: 23px;
	color: #0077BA;
	margin: 0px 0 0 0;
	padding: 6px 0 2px 0;
}

#content h2 {
	font-size: 20px;
	font-weight: normal;
	color: #777;
	margin: 0 0 0px 0;
	padding: 10px 0 0px 0;
	position: relative;
	top: 8px;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0077BA;
	margin: 0 0 0 0;
	padding: 10px 0 0px 0;
	position: relative;
	top: 8px;
}


#content p {
	font-size: 16px;
	line-height: 23px;
	font-weight: 100;
	margin: 0;
	color: #888888;
	padding: 16px 0 0px 0;
}
