body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
}

/* main body text*/
#spacerImage{
	display:none;
}
#dnn_ContentPane {
/*
	position: relative;
	position: absolute;
	top: 0px;
	margin: 15px 20px 10px 10px;
	padding: 10px 0px 20px 40px;
	background-color: #fff;
*/
}
#dnn_ContentPane table{
	width: 100%;
}
#dnn_ContentPane table tr td table{
	width: 100%;
}
#dnn_ContentPane h1 {
	margin-bottom: 15px;
	font-size: 1.8em;
	color: #e92703;
	padding-bottom: 10px;
	font-weight: bold;
}
#dnn_ContentPane h2 {
	margin-bottom: 15px;
	font-size: 1em;
	color: #e92703;
	font-weight: bold;
}
#dnn_ContentPane p, #dnn_ContentPane ul, #dnn_ContentPane ol{
	margin-bottom: 17px;
	font-size: 1em;
	line-height: 1.9em;
}
#dnn_ContentPane ol, #dnn_ContentPane ul {
	margin-left: 25px;
}
#dnn_ContentPane a:link, #dnn_ContentPane a:visited {
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
}

#dnn_ContentPane a:hover {
	color: #cc6600;
	font-weight: bold;
	text-decoration: underline;
}


/* top menu */
#top-menu {
	display: none;
}

/* top menu */
#left-menu {
	display: none;
}

/* --- left menu --- */
#logo{
	display: none;
}

/* footer */
/* Styles for the footer at the bottom of the page */

#footer {
	display: none;
}
