@charset "utf-8";
/* CSS Document */
/* Basic Structure */
html {
width:100%
}
body {
color:black;
background: white;
font-size: 12pt;
}
.thrColLiqHdr #header h1 {
	margin: 0 0 0 30px; 
	padding: 10px 0;
	font-size:1.5em;
	word-spacing: 1em;
}
#subtitle {
	font-size:.5em;
	word-spacing: 0em;
}
.authorName {
	word-spacing: 0;
	font-family: "Courier New", Courier, monospace;
}
.pageTitle {
	position:absolute;
	left: 46%;
	top: 112px;
	color: #FFCC33;
	font-style:italic;
}
img {
border: 0;
}
/* Hide Various Elements when printing */
.iconsleft, #gallery, #menu8, #footerMenu {
display: none;
}
/* Link Management */
a:link, a:visited {
color: black;
background: transparent;
font-weight: bold;
text-decoration: none;
}
.primary a:link:after, #content a:visited:after {
font-size: 90%;
}

.thrColLiqHdr #layoutTable {
	background-image: none;
} 

#windowContainer {
	width: 100%;
	height: 100%
}
.bodyText {
	margin-top: 75px;
}
.fade {
	visibility: visible;
	width: 100%;}
.printHiddenText { visibility: visible; height: auto;}
.doNotPrint { visibility: hidden;}
a span {
font-weight:normal;}