body {
	font-family: "Trebuchet MS", Verdana, Geneva, san-serif;
	background-image:url(../jpg/pagebg.jpg);
	background-position:left;
	background-repeat: repeat-x;
	color: #1A1A1A;
	margin: 0;
	padding: 0;
	text-align: center;
}

table {
	border-color:#FF0000;
	border-width: 1px; 
}

p {
	margin-top: 0;
	/* background-color: #FFFF66; */
}

.title {
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
}

.heading {
	font-family: "Felix Titling", "Perpetua Titling MT", "Algerian", serif;
}

.statement {
	font-family: "Copperplate Gothic Light", "CopprplGoth Bd BT", "Copperplate Gothic Bold", "BankGothic Md BT", Arial, san-serif;
}

.narrow {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.dataResults {
	font-family: "Courier New", Courier, mono;
}
.plain {
	font-family: Arial, Helvetica, sans-serif;
}

.footlinks {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#container {
	width: 800px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	border-color: #0099FF;
	border-width: 7px; 
	border-style: ridge;
}
#header {
	border: 0;
	background-color: #F6EBAD;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#pageContent {
	width: 800px;
	background-image:url(../jpg/moneybg.jpg);
	padding: 0;
	margin: 0;	
}

#navColumn {
	float: left;
	width: 200px;
	padding: 5px 0 0 5px;
	background-image:url(../png/swatch1.png);
}

#mainContent {
	margin-left: 200px;
	padding: 10px 20px 0 1em;
}

#sponsorTable {
	border-collapse: collapse;
	float: left;
	margin: 5px 0;

}

#giftChart {
	border-collapse: collapse;
	float: left;
	margin: 5px 0;
}

#giftChart td {
	padding: 1px 10px;
}

#giftChart tr:first-child td {
	font-weight: bold;
	border-bottom: 2px #006600 solid;
}

#giftChart td+td {
	/* text-align: right; */
}

#giftChart tr+tr+tr,
#giftChart tr+tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
	background-color:#FEEABC;
	border-bottom: 2px #0099FF solid;
}

#giftChart tr+tr,
#giftChart tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr+tr+tr+tr+tr,
#giftChart tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr+tr {
	background-color:#E6E6FF;
	border-bottom: 2px #0099FF solid;
}


#footer {
	width: 800px;
	text-align: center;
	margin: 0;
	padding: 0 0 5px 0;
}

#copyright {	
	font-size: .7em;
	font-family: Verdana, Geneva, Arial, san-serif;
	color: #1A1A1A;
}

.boardBox {
	width: 100px;
	white-space:nowrap;
	margin: 2px;
	padding: 2px;
	text-align: center;
}
.sponsorBorder {
	width: 400px;
	border: 2px solid #1D357D;
}

/* For the Footer Links */
a.footlink:link {
	text-decoration: none;
	color: #1D357D;
}
a.footlink:visited {
	text-decoration: none;
	color: #1D357D;
}
a.footlink:hover {
	text-decoration: underline;
	color: #152B59;
	background-color: #BACBEF;
}
a.footlink:active {
	text-decoration: none;
	color: #1D357D;
}

.center {
	text-align: center;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight: bold;
}
.normal {
	font-style: normal;
}

.xlarge {
	font-size: 1.4em;
}
.large {
	font-size: 1.2em;
}
.medium {
	font-size: 1em;
}
.small {
	font-size: .8em;
}
.xsmall {
	font-size: .6em;
}

.red {
	color: #FF0000;
}
.blue {
	color: #1D357D;
}

.error {
	color: #FF0000;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}

.floatRight {
	float: right;
	margin-left: .8em;
}
.floatLeft {
	float: left;
	margin-right: .8em;
}

.leftie {
	float: left;
}

.rightie {
	float: right;
}

/* Use this to remove borders for all images that are links */
a img{
	border-width: 0;
}