@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: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(images/background.gif);
	line-height: 24px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 149%;
	color: #960;
}
.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;
	font-size: 95%;
	color: #390;
}
#addthis {
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent h2  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #000;
	line-height: 22px;
	letter-spacing: 0.25em;
}

.oneColFixCtrHdr #container #footer a {
	color: #360;
	text-decoration: none;
}
.gold {
	color: #960;
	font-size: 120%;
	letter-spacing: .1em;
}
.oneColFixCtrHdr #container #mainContent h1  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 95%;
	color: #960;
	line-height: 22px;
	letter-spacing: 0.25em;
	font-variant: small-caps;
}
.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 #mainContent a {
	color: #390;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #390;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.redsmall {
	color: #F00;
	font-size: smaller;
}
.oneColFixCtrHdr #container #header #navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #360;
	text-decoration: none;
	font-size: 90%;
}
.oneColFixCtrHdr #container #header #navigation {
	background-color: #FF9;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC6;
	border-bottom-color: #CC6;
	border-bottom-width: 2px;
}
.oneColFixCtrHdr #container #header #navigation a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #360;
	text-decoration: none;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #360;
	text-decoration: none;
	font-size: 75%;
}
.oneColFixCtrHdr #container #footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #360;
	text-decoration: none;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
}
.webdesign {
	font-size: 75%;
}
