@charset "UTF-8";
body {
	background-image: url(/images/bckgrnd.jpg);
	margin-top: 18px;
	margin-bottom: 22px;
}
.twoColFixLtHdr #container #mainContent #books tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #330333;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 200%;
	color: #303;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 20px;
	color: #330333;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 130%;
	font-style: italic;
	color: #303;
	padding-top: 5px;
	padding-bottom: 0px;
}
li {
	font-size: 110%;
	padding-bottom: 4px;
	color: #330333;
}
a {
	]color: #FF0;
	text-decoration: none;
	font-weight: bold;
	color: #930;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 p .link {
	font-weight: bold;
	color: #CCC;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8b447e;
	border-right-color: #FC6;
	border-bottom-color: #FC6;
	border-left-color: #8b447e;
	background-image: url(/images/main_bckgrnd.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #8b447e;
	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. */
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #303;
	text-align: left;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #8b447e;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.invisible {
	visibility: hidden;
}
.twoColFixLtHdr #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 */
	text-align: center;
	font-size: 75%;
	background-color: #8B457E;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #330333;
	color: #330533;
}
.twoColFixLtHdr #footer a  {
	color: #330533;
	text-decoration: none;
	font-weight: normal;
}
.twoColFixLtHdr #footer a:hover {
	color: #EBCFE6;
	text-decoration: none;
}
.twoColFixLtHdr     #mainContent img{
	border: 3px solid #306;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent form fieldset table tr td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 br {
	background-color: #8B457E;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 p {
	padding-right: 0px;
	padding-left: 5px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 p a {
	margin: 0px;
	padding: 0px;
	background-color: #8B447C;
	background-image: url(/images/spacer.gif);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.backtotop {
	font-style: italic;
	color: #8B467E;
	text-decoration: none;
	padding-left: 200px;
}
.goldText {
	font-size: 140%;
	color: #FF0;
	font-style: italic;
}
legend {
	font-size: 100%;
	color: #330333;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #5C2D77;
}
.rsstitle {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #303;
	font-size: 100%;
}
.rsstext {
	font-size: 90%;
	color: #5C2D77;
	padding-left: 10px;
}
h4 {
	font-size: 160%;
	font-weight: bold;
	color: #303;
	text-decoration: none;
	text-align: center;
	background-color: #8B447C;
	background-image: none;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 h4 a {
	background-image: none;
}
.tableBorder {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B1A52;
	border-bottom-color: #5B1A52;
	color: #309;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.paypalLabels {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #309;
	text-align: right;
	padding-right: 15px;
	padding-left: 10px;
}
.tableBorderThick {
	border: medium solid #5B1A52;
}
.events        {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
}
