body {
	background: #EEEEEE;
}
body, li, td, div {
	font: 13px arial, verdana, arial, sans-serif;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
ol {
	list-style-type: none;
}
li {
	font-size: 10pt;
}
p.largefont {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}
div.pagebody {
	clear: both;
	background: white;
	padding:16px;
	border: solid 1px silver;
	margin-right: 175px;
}
div.post {
	border: solid 1px silver;
	padding: 1px;
	margin-bottom: 16px;
}
div.username {
	padding: 4px;
	background: #EEEEEE;
}
div.posttext {
	padding: 4px;
	background: #F9F9F9;
}
div.highlight {
	padding: 4px;
	background: #FFFFCC;
}
span.small {
	font-size: 10px;
}
#content {
	margin-bottom: 8px;
	border: solid 1px silver;
	padding: 4px;
}
#navbar {
	background: #F9F9F9;
	border: solid 1px silver;
	padding: 4px;
}
#pagenumbers {
	text-align: center;
	margin-bottom: 4px;
}
#copyright {
	text-align: center;
}
hr {
	visibility: hidden;
	display: none;
}
#topad {
	text-align: center;
	padding: 0px 0px 10px;
}
#towerad {
	text-align: center;
	padding: 0px 0px 10px;
	position:absolute;
	width:160px;
	height:600px;
	right: 0;
	top: 120px;
	z-index: -1;
}
#googlebanner {
	text-align: center;
	background-color: #ECF8FF;
	/*border-left: solid 1px #B4D0DC;
	border-right: solid 1px #B4D0DC;*/
	border: solid 3px #B4D0DC;
	margin: 30px;
	padding-top: 10px;
}
