body{
	font-family:Times New Roman;
	background-color:#fff;
	background-image:none;
	width:99%;
	height:auto;
	overflow:visible;
	color:#000;
}

h1, h2, h3, h4, h5, h6, p{
	color:#000;
}

p{
	font-size:1em;
}

table{
	color:#000;
	font-size:1em;
}
table tr td{
	color:#000;
}

ol, ul{
	font-size:1em;
}

.topimage{
	display:none;
}
.topmenu{
	margin-bottom:20px;
}
.topmenu ul{
	display:none;
}
.submenu{
	display:none;
}

.poll fieldset legend{
 color:#000;
}
.poll fieldset .pollBox{
	background-color:#fff;
	background-image:none;
}

.comments fieldset{
	display:none;
}

.container{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	overflow:visible;
	width:auto;
	height:auto;
}


.content, .centerColumn{
	position:relative;
	top:0px;
	left:0px;
	width:80%;
	height:auto;
	margin:0px;
	padding:0px;
	background-color:#fff;
	overflow:visible;
	white-space:normal;
}

.leftColumn{
	display:none;
}
.rightColumn{
	display:none;
}


.footer{
	text-align:left;
	width:100%;
	margin-bottom:0px;
	margin-top:20px;
	padding:0px;
}
