@charset "UTF-8";
body  {
	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;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(blueGrd.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
} 
.thrColFixHdr #header {
	padding: 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. */
	background-image: url(Berry-banner.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 850px;
	margin: 0;
} 
#navBar {
	background-color:#c5391D;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 1px;
	margin: 0px;
}
#container #navBar ul li {
	list-style-type: none;
	margin-right: 5px;
	margin-left: 4px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: none;
}

.thrColFixHdr #mainContent {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 482px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 243px;
} 
#mainContent h1 {
	font-size: 120%;
	color: #c53910;
	line-height: 110%;
}

#mainContent p {
	line-height: 1.45em;
	margin-top: 3px;
}
#navBar ul li a {
	color: #FFF;
	text-decoration: none;
}
ul {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	padding-left: 20px;
}
#navBar ul li a:hover {
	color: #f8f488;
}
#mainContent ul li {
	list-style-type: none;
	color: #000;
	font-size: 95%;
	font-weight: normal;
	line-height: 1.15em;
	padding-top: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h2 {
	font-size: 100%;
	color: #333;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.green {
	color: #696;
}
.thrColFixHdr #container #footer {
	color: #333;
	text-align: center;
	background-color: #f8f488;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a {
	text-decoration: none;
	color: #06C;
}
.red {
	color: #C03;
	font-weight: bold;
}

