@charset "UTF-8";

a:link {
	text-decoration: underline;
}
	
a:visited {
	text-decoration: underline;
}

body {
	font-family: Georgia, "Times New Roman", serif;
	background-color: #FFFFFF;
	background-image: none;
	font-size: 100%;
}

#backtotop {
	display: none;
}

#breadcrumbs {
	margin-left: 0px;
}

#callout {
	display:none;
}	

#container {
	width:100%;
	background-color:#FFFFFF;
	border: none;
}

#content-area {
	width: 100%;
	border: none;
	background-color: #ffffff;
	float:none;
	display:inline;
}

#content-area-tabbed-page {
	width: 100%;
	border: none;
	background-color: #ffffff;
	float:none;
	display:inline;
}

#content-header {
	min-height: 0px;
}

#content-subcontainer {
	margin-left: 0px;
	margin-right: 0px;
}

#footerlogo {
	display: none;
}

#footermap {
	display: none;
}

#menu {
	display: none;
}

p {
	line-height: 1.2em;
}

#page-header {
	display: none;
}

#pageheading {
	margin-left: 0px;
	padding: 0px;
}

.photoboxright {
	font-size: 0.7em;
}

#printbutton {
	display: none;
}

#srrc {
	display: inline;
	padding: 0 0 2px 2px;
}

/* Any css with .Tabbed has to do with Spry Horizontal Tabbed Panels */


/* ThisTabGroup container houses all of the tab buttons. display: none keeps it from being printed */
.TabbedPanelsTabGroup {
	display: none;
}

/* float:none; keeps the tabbed panels from overlying preceding paragraphs when printed */
.TabbedPanels {
	float: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
/* keeps panel content from being outlined & background shaded when printed */
.TabbedPanelsContentGroup {
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
	background-color: #FFFFFF;
}
/* keeps panel content from being padded when printed */
.TabbedPanelsContent {
	padding: 0px;
	width: 100%;
}

