body {
	color: #000;
	background: #FFF;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
}
/* a:hover {
	color: #F63;
}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 115%; }
h4 { font-size: 100%; margin-top: 1em; }
h5 { font-size: 80%; }
h6 { font-size: 65%; }
h2 {
	margin-top: 0;
}
h2, h3, h4 { 
	color: #009;
}
p.br {
	margin: 0;
}
.important {
	color: #F00;
}
.successful {
	color: #090;
} */
div#template {
	width: auto;
	margin: 0;
	background: none;
	border: none;
}
div#header {
	height: auto;
	background: none;
	border: none;

}
	div#header h1 {
		visibility: visible;
		margin: 10px 0;
		font-size: 2em; 
		text-indent: 0;
	}
	div#header ul {
		display: none;















	}
	div#header address {
		display: none;
	}
div#topbar {
	height: auto;
	background: none;
	margin: 10px 0;
	border-bottom: 1px solid #000;
}
	p#crumbs {
		color: #808080;
		margin: 10px 0;
		line-height: normal;
		font-size: 12px;
		padding-left: 0;
	}
/*		p#crumbs a {
			color: #69C;
		}
			p#crumbs a:hover {
				color: #CCF;
			} */
ul#topmenu { 
	display: none;
}

div#main {
	border-top: none;
	position: relative;
	background: none;
}
	div#panel {
		display: none;
	}

	div#content {
		color: #000;
		background: #FFF;
		width: auto;
		padding: 0;
		position: relative;
		left: 0;
		border: none;
		min-height: 0;
	}

		div.newsbox {
			border-bottom: 1px solid #808080;
			margin: 1em 0;
			min-height: 0;
		}
			div.newsbox div.heading {
				border: none;
				background: none;
				padding: 0;
			}
		img.pageright {
		}

div#footer {
	background: none;
	border-top: 1px solid #000;
	text-align: center;
	margin: 1em 0;
}
	p#copyright {
		color: #000;
		font-size: 10px;
		font-family: Verdana, Helvetica, Arial, Sans-serif;
		line-height: normal;
		margin: 1em 0;
	}
