@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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #663;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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-color: #CC9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 30px;
	font-weight: bold;
}
.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;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 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 #footer h6 {
	font-weight: normal;
}
#addthis {
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #003;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #C90;
	font-weight: normal;
	font-style: italic;
}
.oneColFixCtrHdr #container #mainContent h2  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	color: #C90;
	line-height: 22px;
	letter-spacing: 0.25em;
	font-variant: small-caps;
}

.oneColFixCtrHdr #container #footer a {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003;
	font-size: 85%;
}
.oneColFixCtrHdr #container #header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50%;
	color: #003;
}
.oneColFixCtrHdr #container #mainContent h1  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	color: #003;
	line-height: 22px;
	letter-spacing: 0.25em;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
}
.medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
}
.red {
	color: #F00;
}
.strikethrough {
	text-decoration: line-through;
}
.oneColFixCtrHdr #container #mainContent h3  {
	font-weight: normal;
	font-size: 95%;
}
.oneColFixCtrHdr #container #footer a:hover {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C90;
	font-size: 85%;
	font-style: italic;
}
.oneColFixCtrHdr #container #header a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50%;
	color: #C90;
	font-style: italic;
}
.fill {
	background-color: #366;
	margin: 10px;
	border: 3px solid #000;
	color: #FFF;
	padding: 5px;
}
li {
	margin-bottom: 10px;
}
.large {
	font-size: 150%;
}
.oneColFixCtrHdr #container #footer h5 {
	font-size: 90%;
}
