
/* Top */

#topBar {
	display: none;
}

#mainTitle {
    position: absolute;
    top: 0px;
	left: 0px;
	font-size: 10pt;
	margin: 0px;
}

#splashText {
	display: none;
}

#linksBar {
	display: none;
}


/* Sub Links */

ul.subLinks {
    display: none;
}

/* Content */

#pageTitle {
    margin-top: 20px;
	font-size: 14pt;
}

#splashBox {
	position: relative;
	margin-top: 25px;
	margin-right: 0em;
	margin-left: 0em;
	width: 100%;
	font-size: 9pt;
	margin-bottom: 10px;
}

#content {
	padding: 0px;
	margin: 0px;
}

ul.pageLinks {
	display: none;
}

#backLinkText {
    display: none;
}


/* Group Links */

#groupLinks {
	display: none;
}


/* Footer */

#footer {
	background: transparent;
}

#footerBar {
    display: none;
}

#poweredBy {
	display: none;
}


/* Searching */

#searchForm {
	display: none;
}

#search {
	display: none;
}


/* Text Sections */

a.backToTopLink {
	display: none;
}

/* Print Controls */

.printOnly {
	display: run-in;
}

.notPrint {
	display: none;
}

#contentText a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#contentTextPaddRight a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}