
body {
	background: #FFFFFF; /* 666666;
	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: #000066;*/
	color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #015E93;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 0;
	/* background-color: #FFFFFF; */
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/goal_keeper.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	float: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #015E93;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 75% Verdana, Arial, Helvetica, sans-serif;
}

.styleHeading {
color: #EF0010;
font-size:20px;
}

.styleFooter {
color: #FFFFFF;
/*font-weight: bold; */
}
.styleFooter A {
color: #FFFFFF;
text-decoration: none;
/*font-weight: bold; */
}

.solidblockmenu{
margin: 0;
padding: 0;
font-size: 12px;
font-weight: bold;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #FFFFFF;
border-width: 1px 0;
background: white url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
width: 100%;
}

.solidblockmenu li a{
float: left;
color: #FFFFFF;
padding: 10px 10px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited
{
color: #FFFFFF;
}

.solidblockmenu li a:hover, .solidblockmenu li .currentpage
{
color: #FFFFFF;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

