/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

#header {
	display:none;
}

.subtitle {
	display:none;
}


#leftColumn1 {
	display:none;
}

#outerWrapper #contentWrapper #content .topblock
{text-align: center;
margin-top: 25px;}



#outerWrapper #contentWrapper {
	 background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
  width:auto !important; 
  margin-top: 70px;
  margin-bottom: 50px;
  overflow: visible;
}


.bottomblock { 
	display:none;
	overflow: visible;
}

a:after {
	content: " ("attr (href) ") ";
}

#outerWrapper #contentWrapper #content {
	width: auto !important;
	margin: 0;
	padding: 0;
	overflow: visible;
	margin-top: 50px;
  margin-bottom: 50px;
}

#outerWrapper #contentWrapper #content .noteblock{
	margin-left:60px;
	font-size:16px;
	overflow: visible;
}

.maincontent{
	width:auto;
	margin-left: 50px;
	margin-right: 50px;
	padding: 0;
	overflow: visible !important;
	 margin-top: 70px !important;
  margin-bottom: 50px !important;
  font-size:18px;
}

.submaincontent{
	margin-left: 40px;
	overflow: visible;
}


#outerWrapper #footer {
		 background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}

#outerWrapper #footer .socialbookmarks {
	display:none;
}

#outerWrapper #footer .webaddress {
	width:auto;
	float:left;
	margin-left: 100px;
	padding:0;
}

#outerWrapper #footer .date {
	width:auto;
	float:right;
}

.bottomblock {
	display:none;
}

a,  a:link {
  color: #f80c14;
  font-weight: bold;
  text-decoration: underline;
}
