body {
	text-align: center;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 0;
	font: 0.8em/1.25em "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #797979 ;
}

#page {
	width: 510px;
	margin: 0 auto;
}

#header {

}
#header h1 {
	display: none;
}

#main {
	padding: 175px 0 10px;
	background: url(images/5q.0007.header.jpg) no-repeat;
	text-align: left;
}

#content {
	margin: 0 85px 0 5px;
}
#content h2 {
	color:#000000;
	font-size:1.5em;
	padding-bottom: 10px;
	background: url(images/5q.0007.dot.gif) repeat-x bottom;
}
#content h3 {
	font-size: 12px; 
	margin: 20px 0 0;
}
#content p {
	margin: 4px 0 0;
}

#footer {
	clear: both;
	height: 40px;
}

ol, ul {
	padding: 0 25px;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #0088FF; 
	border-bottom: dotted 1px #94CBFA;
}
a:visited {
	color: #005387; 
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #0088ff; 
	text-decoration: none;
	border-bottom: none;
}