#bodycontent {

	padding: 0px 29px 0px 25px;
	width: 700px;
}

#bodycontent h1 {
	padding: 34px 0 17px 0;
	font-family: "Courier New", Courier, mono;
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
/*	text-transform: lowercase; */
	color: #ADADAD;
}

#bodycontent h2 {
	padding: 8px 0 0 0;
	font-family: "Courier New", Courier, mono;
    font-size: 11px;
}

#bodycontent h3 {
	padding: 8px 0 0 0;
	font-family: "Courier New", Courier, mono;
    font-size: 11px;
	font-weight: normal;
}

#bodycontent ul {
	padding: 0 0 0 20px;
}


