﻿@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-repeat: repeat-y;
	background-color: #B0CDB2;
	background-position: center;
	margin-left: -40px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-repeat: repeat;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	height: 135px;
	padding: 0px;
	background-image: url(../images/banner.png);
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #header table {
	border: 3px ridge #333;
	padding: 0px;
	margin-left: 0;
}
.oneColFixCtrHdr #floatingPot {
	height: 135px;
	width: 140px;
	z-index: 2200;
	top: -20px;
	left: -105px;
	background-image: url(../images/brainPotSmaller.png);
	position: relative;
	border: medium solid #020081;
}



.oneColFixCtrHdr #container #topBorderSpace {
	padding: 0px;
	height: 85px;
	width: 100%;
	background-image: url(../images/topBorder.jpg);
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #btmBorderSpace {
	padding: 0px;
	width: 100%;
	height: 82px;
	background-image: url(../images/btmBorder.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent table {
	background-color: #FFF;
	margin-left: 175px;
}


.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
	background-repeat: repeat;
	background-image: url(../images/midBorder.jpg);
	margin-top: -25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.oneColFixCtrHdr #footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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 */
}.oneColFixCtrHdr #container #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	text-align: center;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #footer table {
	border: thick ridge #333;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
h3 {
	font-family: "Segoe Print";
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
