@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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #32433B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E8DDCF;
	background-image: url(../images/natural_paper1.jpg);
}
#container {
	width: 924px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FEFEFE;
	background-image: url(../images/natural_paper2b.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cabea2;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cabea2;
	background-position: 0px 188px;
	background-repeat: repeat-y;
} 
#header {
	background: #DDDDDD;
	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: 0px;
} 
#header img {
	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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 12px;
}
#sidebar1 h1 {
	font-size: 100%;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#sidebar1 a {
	color: #32433B;
	text-decoration: none;
	font-size: 88%;
	padding-left: 8px;
}
#sidebar1 a:hover {
	color: #FFFFFF;
}
#sidebar1 .navigation {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#sidebar1 .navigation:hover {
	color: #32433B;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 268px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h1 {
	font-size: 170%;
	color: #3a0801;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent h2 {
	font-size: 180%;
	color: #3a0801;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h3 {
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#mainContent h4 {
	font-size: 150%;
	font-weight: normal;
	color: #0F0F0F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 12px;
	margin-bottom: 6px;
}
#mainContent p {
	font-size: 80%;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent a {
	color: #32433B;
}
#mainContent a:hover {
	color: #3A0801;
}
#mainContent strong {
	font-weight: bold;
	color: #3a0801;
}
#mainContent ul {
	font-size: 80%;
	margin-top: 1px;
	color: #32433B;
	padding-left: 16px;
	margin-bottom: 2px;
}
#mainContent li strong {
	color: #32433B;
	font-style: normal;
}
#mainContent li {
	padding-top: 4px;
	padding-bottom: 4px;
	font-style: italic;
}
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#footer p {
	color: #32433B;
	font-size: 65%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #32433B;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#footer a {
	color: #32433B;
	text-decoration: none;
}
#footer td {
	vertical-align: top;
}
#box h1 {
	font-size: 150%;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3A0801;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#box {
	border: 1px dotted #3A0801;
	padding: 15px;
	background-color: #FFFFFF;
}
#box p {
	font-size: 80%;
	color: #32433B;
}
#box a {
	color: #32433B;
}
#mainContent .quote {
	font-size: 95%;
	font-style: italic;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	color: #3A0801;
}
#mainContent .quoteref {
	font-size: 72%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#mainContent .photo-wide {
	border: 1px solid #32433B;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContent .photo-right {
	float: right;
	border: 1px solid #32433B;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent .photo-left {
	float: left;
	border: 1px solid #32433B;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#mainContent .logo-right {
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.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;
}
.tdpad {
	vertical-align: top;
	padding-bottom: 15px;
}
.topline {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #32433B;
}
.cornerline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32433B;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #32433B;
}
.leftline {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #32433B;
}
.alignbottom {
	vertical-align: bottom;
}
