body {
   background: #FFFFFF;

   }
#newsbar {
   display: none;
   }
#header {
   display: none;
   }
.mainpic {
	display: none;
}
#main {
	width: auto;
	padding: 0px;
	border: 0;
	float: none;
	color: black;
	margin: 0px;
   }
.list {
	float: right;
	padding-top: 20px;
	width: 200px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
p {
	font-size: 14px;
}
li {
	font-size: 14px;
}
#sidebar {
	display: none;
}
div.content h1 {
	font-size: 24px;
	padding-bottom: 10px;
}
div.content h2 {
	font-size: 16px;
	padding-bottom: 10px;
}
div.content h3 {
	padding-bottom: 10px;
}
div.content h4 {
	padding-bottom: 10px;
}
div#definition h5 {
	font-size: 14px;
	padding-bottom: 10px;
}
div.content h4 {
	text-align: left;
}

dt {
	font-weight: bold;
	padding-bottom: 0.5em;
	font-size: 1em;
	}
dd {
	font-size: 1em;
	padding-bottom: .5em;
	}
a:link, a:visited {
   background: transparent;
   text-decoration: underline;
   }
