/* CSS by Webware Systems, not to be copied or distributed */
/* http://www.webwaresystems.nl */

/* global print styles */
body {
	margin: 0px;
	padding: 0px;
	/* real page background separated from other page styles to hide it from the online HTML editor */
	background-color: #FFFFFF;
	/* declaring base font type and size for entire page */
	font : 76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #003B64;
}
/* default links styles */
a:link { color : #D8671A;  text-decoration : underline;  }
a:visited { color : #D8671A;  text-decoration : underline; }
a:hover { color : #D8671A; text-decoration: none; }
a:active { color : #D8671A;  text-decoration : none; }

/* page divisions */
#divHeader {
	display: none;
}
#divNavigation {
	display: none;
}
#divMain {
	position:absolute; 
	top: 0px;
	width: 100%;
}

/* Styles for the main content area */
.divContent {
	width: 100%;
	border: none;
}

/* Sidebar content section styles */
.sideBar {
	display : none;
}
.sideBlock {
	display: none;
}

