html, body 
{
	margin: 0;
	padding: 0;
	background: #FFFFCC;

	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
}


h1
{
	font-size: 1.2em;
}


h2 
{
	padding-top: 15px;
	font-size: 1em;
}


p 
{
	font-size: 0.9em;
}


a:link 
{
	font-weight:bold;
	color: #0000FF;
}


a:visited 
{
	font-weight:bold;
	color: #0000FF;
}


table
{
	border: none;
}


#page-container
{
	width: 100%;
	margin: 0px;
	background: #FFFFFF;
}



#header
{
	font-style: italic;
}



#menu
{
	display: none;
}


#content
{
	float: left;
	width: 100%;
	margin-right: 8px;
}


#footer
{
	background-image: url('GCB.png');
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-bottom: 1px;
	border-top: 1px solid #CCCCCC;
	clear: both;
}


#footer p
{
	font-size: 0.7em;
	color: #666666;
}


#counter
{
	display: none;
}


img
{
	border: 0;
}