/*  display only main article */ 
.contentRightDogMain, #level3navDog, .contentRightCatMain, #level3navCat, .level3nav {
	display: none;
}

#header, #top, #topNav, #banner, #footer, #menu_2_container {
	display: none;
}

#ClickableArea {
	display: none;
}

#homeClickableArea, .homeGreyDottedBar, .CalendarContainer {
	display: none;
}

.right_buttons, .greyBoxFooter {
	display: none;
}

.hidden {
  display: none;
}

.path_categories {
	 display: none;
}

.copy {
	width: 100% !important;
}
/*  end of: display only main article */

/* print style */
#wrapper {
}
BODY {
	background: none;
	font-family: 'Tahoma', verdana, helvetica, Times, sans serif;
	font-size: 70%;
	color: #000000;
}

IMG {
	border: 0px;
	padding: 0px;
	margin: 0px;
} 

H1 {
	font-family: 'Times New Roman', Times, sans serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	text-transform: uppercase;
}

H2 {
	font-family: 'Times New Roman', Times, sans serif;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-transform: uppercase;
}

H2.dogHeader{
	color: #000000;
}

H2.catHeader{
	color: #000000;
}

H3 {
	font-family: 'Times New Roman', Times, sans serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	color: #000000;
	text-transform: uppercase;
}

H4 {
	font-family: 'Tahoma', Times, sans serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

H5 {
	font-family: 'Tahoma', Times, sans serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

H6 {
	font-family: 'Tahoma', Times, sans serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000000;
}

P {
	font-family: 'Tahoma', Times, sans serif;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

A, A:active, A:visited {
	color: #000000;
	text-decoration: underline;
}


