@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: 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;
}

.oneColLiqCtrHdr #sitesheader {
	text-align:center;
	font-size:9px;
	font-weight:bolder;
	background: #FFFFFF; 
	padding: 0;  /* 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. */
	margin-bottom: 1px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-style:solid;
	border-top-color:#a5966d;	
}
.oneColLiqCtrHdr #header {
	text-align:left;
	background: #FFFFFF; 
	padding: 0;  /* 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. */
	margin-bottom: 7px;
	margin-left: 6px;
	margin-right: 6px;
	border-bottom-style:solid;
	border-bottom-color:#a5966d;
	border-top-style:solid;
	border-top-color:#a5966d;	
}
.headertitle {
	color: #47186a;
	font-size: x-large;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.headerblurb {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: -3px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #menubuttons {
	margin-top: -24px;
}
.oneColLiqCtrHdr #leftsidebar {
	border-right: #a5966d;
	border-right-style:solid;
	padding: 0px 5px;
}
.oneColLiqCtrHdr #rightsidebar {
	border-left: #a5966d;
	border-left-style:solid;
	padding: 0px 5px;
	font-size:small;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	margin-top: 7px;
	margin-left: 6px;
	margin-right: 6px;
	border-top-style:solid;
	border-top-color:#a5966d;
} 
.stylefooter {font-size: xx-small;
	text-align:left;
}
.oneColLiqCtrHdr #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: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.textlink {
	font-size: small;
	color: #5d6474;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.pagelistcurrent {
	font-size: medium;
	color: #a5966d;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#imagetable {
	text-align:center;
	font-size: small;
}
#adbriteAds
{
	margin: 0px 0px 0px 20px;
	text-align:center;
}
#imagetable a:link img, a:visited img, a:focus img, a:active img {
    border: 3px #5d6474 solid;
}
#imagetable a:hover img {
    border: 3px #a5966d solid;
}

#about {
	text-align:center;
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #a5966d;
	border-collapse: separate;
	background-color: white;
	margin-bottom:5px;
}

.stylefooter {font-size: xx-small}

a:link {color: #5d6474; text-decoration: none; }
a:active {color: #5d6474; text-decoration: none }
a:visited {color: #5d6474; text-decoration: none; }
a:hover {color:#a5966d; text-decoration: none; }

.sblinks { font-size:10px
}

a.sblinks:link {color: #000000; text-decoration: none; }
a.sblinks:active {color: #000000; text-decoration: none; }
a.sblinks:visited {color: #000000; text-decoration: none; }
a.sblinks:hover {color:#619358; text-decoration: none; }
.askbox {color: #000000;font-weight: bold;}
