@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-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAD6A3;
}
/* Louisa addition. The default starter layout has space between the main content and both the header and footer divs, caused by margin collapse from the browser default h1 and p tag margins. Setting the margins for all the headers and the p tags globally avoids this problem and leaves it to me to specify as I choose. (Note that it's recommended to also set padding to 0 since different browsers use different default values.)
*/
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0; 
	padding: 0;
}
h4 {
	font-size: 115%;
	font-weight: bold;
}
#mainContent h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 170%;
	text-transform: uppercase;
	color: #850000;
	padding-top: 10px;
	padding-bottom: 20px;
}



.oneColFixCtrHdr #container {
	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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #C96;
	background-image: url(../images/header_TGBanner.jpg);
	padding-top: 132px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 32px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/bg_Gradient_oneMenuPages.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-image: url(../images/footer_WoodGrain.jpg);
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 90%;
	text-align: center;
}
#footer p a {
	color: #000;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFF;
}

#level2Menu {
	height: 32px;
	background-image: none;
	background-color: #FAD6A3;
	clear: both;
}
.photoRight {
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid #000;
	float: right;
}
.photoLeft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 2px solid #000;
}
.photoLeftFlushTop {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 2px solid #000;
}

.captionData {
	font-size: 115%;
	font-weight: bold;
}
.photoCaption {
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 20px;
}
.photoCaptionRight {
	font-style: italic;
	margin-bottom: 20px;
}


.photoBorder2 {
	border: 2px solid #000;
}

.captionParagraph {
	color: #850000;
	font-weight: bold;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
a {
	color: #2828B4;
	text-decoration: none;
}
a:hover {
	color: #FE5218;
	text-decoration: underline;
}

