@charset "utf-8";
body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	background: #E0EB92;
	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: #3D2217;
	font-size: small;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bdr{
	padding-bottom: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDDF4D;
	
}
#mainContent a:link {
	color: #402E00;
	padding-bottom: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDDF4D;
	
	}
.oneColFixCtrHdr #container #mainContent .nobdr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent a:visited {
		color: #402E00;
	padding-bottom: 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDDF4D;

	}
#mainContent a:hover {
	padding-bottom: 0;
	text-decoration: none;
	color: #CDDF4D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0EB92;
	}
a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #CDDF4D;
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}
h6 {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	border-top: 2px #402E00;
	border-right: 2px solid #402E00;
	border-bottom: 2px #402E00;
	border-left: 2px solid #402E00;
	background-color: #FFFFFF;
	text-align: center;
}
#container {
	width: 804px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 2px solid #3D2217;
	border-right: 2px none #3D2217;
	border-bottom: 2px none #3D2217;
	border-left: 2px none #3D2217;
}
#header {
	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. */
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #3D2217;
	border-right-color: #3D2217;
	border-bottom-color: #3D2217;
	border-left-color: #3D2217;
}
#topnav {
	background-color: #3A2819;
	line-height: 30px;
	padding-right: 10px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: small;
}
#topnav a:link{
	font-weight: normal;
	color: #E0EB92;
	text-decoration: none;
	border: none;
	line-height: 30px;
}
#topnav a:visited{
	font-weight: normal;
	color: #E0EB92;
	text-decoration: none;
	border: none;
	line-height: 30px;
}
#topnav a:hover{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#address {
	font-weight: normal;
	color: #E0EB92;
	background-color: #402e00;
	padding: 10px;
	text-align: center;
	clear: both;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: small;
}
#address a:link{
	font-weight: normal;
	color: #E0EB92;
	text-decoration: none;
	border: none;
}
#address a:visited{
	font-weight: bold;
	color: #E0EB92;
	text-decoration: none;
	border: none;
}
#address a:hover{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#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 */
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px;
	border-top: 2px #3A2819;
	border-right: 2px solid #3A2819;
	border-bottom: 2px #3A2819;
	border-left: 2px solid #3A2819;
}
#container #bottom {
	background-color: #E0EB92;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3D2217;
	background-image: url(/img/2008/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	height: 24px;
	text-align: right;
}
#bottom a:link {
	color: #402E00;
	text-decoration: none;
}
#bottom a:visited {
	color: #402E00;
	text-decoration: none;
}
#bottom a:hover {
	color: #A5C003;
	text-decoration: none;
}
#main {
	margin: 0px 0px 0px 220px;
	padding: 4px 22px 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CDDF4D;
}
#sidebar {
	margin: 0px;
	padding: 10px 8px 10px 8px;
	border-right-width: 1px;
	border-right-style: none;
	float: left;
	width: 200px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.medtxt {
	font-size: medium;
}
.attr {
	font-style: italic;
	text-indent: 25px;
}
.quote {
	font-size: x-small;
	padding-top: 40px;
	background-image: url(/img/quote_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftphoto {
	border: 2px solid #CDDF4D;
	text-align: center;
}

.sidebar {
	font-size: 16px;
	font-weight: normal;
	color: #402E00;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 4px;	
}
a.side:link, a.collections:visited {
	color: #402E00;
	text-decoration: none;
	border: none;
	padding-bottom: 5px;
}
a.side:hover {
	color: #CDDF4D;
	text-decoration: none;
}
.nobdr {
	margin: 0px;
	padding: 0px;
}
img a {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
.bg_slide {
	background-image: url(/images/bg_home_left.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

