body
{
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;

}
a:link, a:visited, a:hover {
	color: #999999;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
div {
	margin: 0;
	padding: 0;
}

#skipnav, #searchbox, #programlogo, #sidebar1, #nav {
 display: none;
 visibility: hidden;
}

/*TULINKS are required elements on every page and link to main areas in Temple site */
#tulinks {
	display: none;
	visibility: hidden;
}

#headerlogo {
	background-color: #ffffff;
	background-image: none;
	border: none;
}

#headerlogo #logo {
	display: none;
	visibility: hidden;
}
#headerlogo #logoprint {
	display: block;
	visibility: visible;
	margin: 0;
	margin-bottom: 10px;
}
#headerimg {
	display: none;
	visibility: hidden;
}
#imgright {
	margin: 0;
	z-index: 500;
}

#masthead
{
  	display: none;
	visibility: hidden;
}

html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}



#leftColumn
{
	display: none;
	visibility: hidden;
}

#contentColumn
{
	margin: 1px;		/* required to get the negative margin-based
				   layout to work. if #contentColumn does not
				   overlap the left and right columns, then
				   the whole layout will break */
	width: 100%;
	text-align: left;
}

#contentColumn img {
	margin: 5px;
}

#rightColumn
{
	display: none;
	visibility: hidden;
}

#footer
{
	display: none;
	visibility: hidden;
}
#footerprint {
	clear: both;
	margin-top: 10px;
	display: block;
	visibility: visible;
	font-size: 85%;
	color: #000000;
}

html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

.clear
{
	clear: both;
}

