@charset "utf-8";

/* CSS Document */
.twoColFixLtHdr #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*margin-top: 5px;*/
	/*border: 1px solid #000000;*/
	text-align: left;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	display:none;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background: #FFFFFF;
	/*border-left: solid #000000 thin;*/
} 

ul#nav3_hor
{
	display:none;
}

#header_logo
{
	display:none;
}


body  {
	background: #000000;
}

a:link {
	color: #000000;
	text-decoration:underline;
	
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}

hr { 
    border-bottom: 1px solid #000000;
	}


h1 { color:000000; }
h2 { color:000000; }
h3 { color:000000; }
h4 { color:000000; }

.GG_Text_Large{
	color: #000000;
}
.GG_Text_Normal {
	color: #000000;
}
.GG_Text_Small {
	color: #000000;
}






.GG_InverseText {
	color:#000000;
	background-color:#FFFFFF;
}