/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family:"Palatino Linotype", "Times New Roman";
	font-size: 15px;
	color: #000000;
	margin:0px;
}
p {
	line-height: 150%;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:xx-large;
	font-weight:normal;
	color: #57350F;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:x-large;
	font-weight:normal;
	color: #644A1A;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:medium;
	font-weight:normal;
	color:#644A1A;
}
a:link {
	color: #57350F;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
a:visited {
	color: #57350F;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
a:hover {
	color: #996633;
	font-weight: bold;
	text-decoration:underline;
	font-size: 15px;
}
a:active {
	color: #996633;
	font-weight: bold;
	text-decoration:underline;
	font-size: 15px;
}
.nav { };
.nav a:link 	{ color: #000000; text-decoration:none; font-weight: bold; }
.nav a:visited 	{ color: #000000; text-decoration:none; font-weight: bold; }
.nav a:hover 	{ color: #996633; text-decoration:underline; font-weight: bold; }
.nav a:active 	{ color: #996633; text-decoration:underline; font-weight: bold; }

.x-small {
	font-size:x-small;
}
.linkBorder {
	border: 1px solid #000000;
}
.contentBorder {
	border: 1px dotted #96775A;
}
.navBg {
	background:url(images/layout/nav_trunkbg.jpg) top right repeat-y;
}
.header_rightbg {
	background:url(images/layout/header_rightbg.jpg) bottom left no-repeat;
}
.header_Bg {
	background:url(images/layout/header_bg.jpg) #E8E6CF top right no-repeat;
}
ul {
	line-height: 150%;
}
.BoldBrown {
	color: #57350F;
	font-weight:bold;
}
.large {
	font-size: large;
}
.quote {
	font-style: italic;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7D6251;
}
