@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF; /* page background color */
}
#crumbs {
	width: 7in;
	display: block;
	height: 78px;
	background: url(tg-logo-print.png) right top no-repeat;
} 
#crumbs p {
	display:none;
}
#container  {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 7in;
} 
#header {
	display:none;
} 
#menu  {
	display:none;
}
#menu a {
	display:none;
}
#menu  a:visited  {
	display:none;
}
#menu  a:hover  {
	display:none;
}
#sidebar1 {
	display:none;
}
#sidebar1 p a, #sidebar1 p a:visited {
	display:none;
}
#sidebar1 p a:hover {
	display:none;
}
#sidebar1 a.menu, #sidebar1 a.menu:visited  {
	display:none;
}
#sidebar1 a.menu:hover  {
	display:none;
}
#sidebar1 p {
	display:none;
}
#sidebar1 form, #sidebar2 form {
	display:none;
}
#sidebar1 form input, #sidebar1 form select {
	display:none;
}
#sidebar2 {
	display:none;
}
#sidebar2 p {
	display:none;
}
#search form {
	display:none;
}
#search form input.searchinput {
	display:none;
}
#search form input.searchbutton {
	display:none;
}
#mainContent {
	padding: 5px;
	border-right: 0px;
	border-left: 0px; /* background of left column */
	background: url(p1-ghoststar.gif) right top no-repeat;
	border-top: 0px;
} 
#mainContent2 {
	padding: 5px;
	border-right: 0px;
	border-left: 0px; /* background of left column */
	background: url(p1-ghoststar.gif) right top no-repeat;
	border-top: 0px;
} 
#mainContent a, #mainContent2 a, #sidebar2 a, #mainContentGreen a, #footer a, #crumbs a,  #crumbs a:hover, #crumbs a:visited, #footer a:hover, #footer a:visited {
	color: #000000;
}
#mainContent a:hover, #mainContent2 a:hover, #sidebar2 a:hover, #mainContentGreen a:hover {
	color: #000000;
}
#mainContent a:visited, #mainContent2 a:visited, #sidebar2 a:visited, #mainContentGreen a:visited {
	color: #000000;
}
#footer {
	display:none;
} 
#footer p {
	display:none;
}
h1 {
	display:none;
}
h2 {
	margin: 0 -10px 0 -10px;
	padding: 2px 0 2px 13px;
	font-size: 0.9em;
	color: #FFFFFF;
	border-bottom: 0px;
	background-color: #000000;
	border-top: 0px;
}
h3 {
	font-size: 1.4em;
	border-top: 1px solid #000;
	color: #000000;
}
h4 {
	font-size: 1.1em;
	color: #000000;
}
h5 {
	font-size: 1.1em;
	color: #000000;
	border-top: 1px solid #000;
}
h6 {
	font-size: 1em;
	border-top: 1px solid #000;
	color: #000000;
}
table {
	margin: 5px 0;
	width: 99%;
}
th {
	background-color: #EEEEEE;
	color: #000000;
	text-align: left;
}
table.portal tr {
	line-height: 18px;
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}
img.homeimg {
	text-align: right;
	border: 1px solid black;
	margin: -1px 0 5px 5px;
}
ul li {
	padding-top: 2px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
