html, body 
{
	margin: 0;
	padding: 0px;
	background: #CCCCCC;

	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #000000;
	text-align: left;
}


h1
{
	font-size: 1.2em;
}


h2 
{
	padding-top: 15px;
	font-size: 1em;
}


p 
{
	font-size: 0.9em;
}


.headline
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}


.subheadline
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}


a:link 
{
	font-weight:bold;
	color: #0000FF;
}


a:visited 
{
	font-weight:bold;
	color: #0000FF;
}


a:hover
{
	color: #FF0000;
}


ul
{
	font-size: 0.8em;
}


table
{
	border: none;
}


tr
{
	vertical-align: top;
}


#page-container 
{
	width: 722px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}


#header
{
	background-image: url('Header.jpg');
	background-repeat: no-repeat;
	height: 250px;
}


#header h1
{
	display: none;	
}


#menu
{
	float: left;
	width: 132px;
	margin-right: 20px;
}


#menu p 
{
	color: #000066;
	font-weight: bold;
	padding-bottom: 10pt;
	border-bottom: dashed;
	border-bottom-width: 1pt;	
}


#menu a:link
{
	text-decoration: none;
}


#menu a:visited
{
	text-decoration: none;
}


#content
{
	float: left;
	width: 570px;
}


.profile p
{
	margin-left: 20px;
	display: inline;
}


table
{
	border: none;
}


#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
{
	clear: both;
	font-size: 0.7em;
}


img
{
	border: 0;
}