body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #000000;
	background-image: url(../IMG/SiteBackground.jpg);
	background-repeat: repeat-x;
}
.framework  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid #9c4d00 2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

@charset "utf-8";
/* CSS Document */

.allcells {
	width: 780px;
}
.bannercell {
	height: 125px;
	background-image: url(../IMG/YearlyChange/2010_Banner.jpg);
}
.navcell {
	height: 25px;
	background-color: #fff000;
	border-top: solid #9c4d00 2px;
	border-bottom: solid #9c4d00 2px;
}
.rightbar {
	width: 560px;
	padding: 5px;
	vertical-align: top;
	font-size: small;
}
.DateBar {
	text-align: center;
	border-bottom: solid 2px #9C4D00;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFEAB;
}

.leftbar {
	width: 200px;
	padding: 5px;
	background-color: #9C4D00;
	vertical-align: top;
}


.legalbar {
	background-color: #FFF000;
	border-top: solid #9c4d00 2px;
	text-align: center;
	font-size: x-small;
	padding: 5px;
}
.Insert2 {
	padding: 2px;
	text-align: center;
}
.PhotoInsert {
	padding: 2px;
	text-align: center;
}

img.PhotoInsert {
	padding: 2px;
}


.KellyName {
	font-size: x-large;
	font-style: italic;
	color: #9C4D00;
	font-weight: bold;
}

.FairBoard {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
