@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: left; /* 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: "Comic Sans MS", cursive;
	font-size: 12pt;
	background-color: #ffffee;
	font-style: normal;
}
.oneColLiqCtrHdr #container {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFee;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: normal;
}
.oneColLiqCtrHdr #header {
	background-color: #FFFFEE;
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	text-align: left;
}
.oneColLiqCtrHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Stencil;
	font-size: 36px;
}

h1 {
	font-family: Stencil;
	font-size: 36px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFEE;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	text-align: left;
}
.oneColLiqCtrHdr #footer {
	padding: 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFEE;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.title {
	font-family: Stencil;
	font-size: 36px;
	vertical-align: text-top;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.photo {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	text-align: center;
}

.navigation {
	font-family: Venranda, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 8px;
}
.sm {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	text-align: left;
	overflow: auto;
	line-height: normal;
}
thead {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.list_title {
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent table tr td ul li {
	color: #C00;
}
.oneColLiqCtrHdr #container #mainContent table tr td ul li {
	color: #000;
	font-size: 16px;
	text-align: left;
}
#red_highlight {
	color: #C00;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: italic;
}
#hyperlink_red {
	color: #C00;
}
.oneColLiqCtrHdr #container #mainContent table tr td {
	color: #000;
	text-align: center;
	vertical-align: top;
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	font-style: oblique;
}
.body_left {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	vertical-align: text-top;
}
.Button_list {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	font-style: normal;
	background-position: center center;
	text-align: center;
	position: relative;
	width: auto;
}
.floating_photo {
	background-color: #FFE;
	float: left;
	vertical-align: top;
}
.heading {
	font-family: Stencil;
	font-size: 36px;
	text-align: center;
	padding-top: 20px;
}
.bodyleftsm {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	text-align: left;
}
.Centered {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: normal;
	text-align: right;
	vertical-align: middle;
	white-space: normal;
	position: relative;
}

