* {
	margin: 0;
	padding: 0;
}
body {
	font: 12pt "Times New Roman", Georgia, Palatino, serif;
	line-height: 16pt;
	margin: 0 auto;
	color: #000;
	background: white;
}
.clear {
	clear: both;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Georgia, Palatino, serif;
	color: #000;
	padding:10px 0;
}
h2 {
	font-size: 20pt;
}
h3 {
	font-size: 15pt;
}	
h4 {
	font-size: 13pt;
}
#header {
	background: #FFF;
}

.hide,#nav,#content #questions,#content h2#top,#content  a.btt,.printHide,#footerlinks,#design,#content form {
	display: none;
}

#content {
	padding-top: 20px;
}
#content h2 {
	text-align: left;
	padding: 5px 0 20px 0;
	text-transform: uppercase;
}
#content p {
	padding: 5px 0;
	text-align: left;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content ul { 
 	padding: 0.5em 20px 0.5em 20px; 
} 
#content li { 
	list-style: none; 
}
#content #answers h3 {
	text-decoration: underline;
}
#content #answers h3, #content #answers h4 {
	color: #000;
	padding: 5px 0;
}
#content a {
	font-weight: normal;
}

#content table {
	text-align: left;
}
#content td {
	padding: 0.25em 0.25em 0.25em 0;
}
#footer {
	position: relative;
	margin: 0 auto;
}








	

