
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(/meadowlands/images/bg2.jpg);
}
.oneColFixCtrHdr #container {
	width: 780px; 
	background: #adb291;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-style: ridge;
	border-width: 6px; 
	border-color: #7f010f;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: 20px;
}
.oneColFixCtrHdr #header {
	background-color: #adb291;
	background-image: url(/meadowlands/images/header.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.headerannouncements {
	position: absolute;
	float: left;
	padding: 50px 0 0 130px;
	clear: both;
}

.oneColFixCtrHdr #header hone {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #adb291;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-image: url(/meadowlands/images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0;
	vertical-align: bottom;
        font-size: small;
} 
.thrColFixHdr #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:  0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.CESEbg {
	background-image: url(/meadowlands/images/ec2.png);
	background-repeat: no-repeat;
	clear: both;
}

.styleone {
	font-size: small
}
.styletwo {
	font-size: small;
	font-weight: bold;
}
.linkone A:link {
	text-decoration: none;
	color: #7f010f;
}
.linkone A:visited {
	text-decoration: none;
	color: #7f010f;
}
.linkone A:active {
	text-decoration: none;
	color: #7f010f;
}
.linkone A:hover {
	text-decoration: underline; 
	color: #7f010f;
}
img {
	border:0;
}


.linktwo A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.linktwo A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.linktwo A:active {
	text-decoration: none;
	color: #FFFFFF;
}
.linktwo A:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}


A.linktwo:link {
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
}
A.linktwo:visited {
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
}
A.linktwo:active {
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
}
A.linktwo:hover {
	font-weight:bold;
	text-decoration: underline; 
	color: #FFFFFF;
}
.highlight {
	font-weight: bold;
	font-style: italic;
	color: #7f010f;
}


-->
</style>
