@charset "UTF-8";
/* CSS Document */

.ImgLogo {
	border: 18px solid #970623;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.Bio {
	font-family: Garamond, serif;
	color: #000;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
}
.BioImg {
	margin: 4px;
	padding: 4px;
}
a:link {
	color: #980621;
	text-decoration: none;
}
a:visited {
	color: #0E6334;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}
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: #000000;
	font-family: Garamond, serif;
	font-size: 100%;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 12px;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.Tagline {
	font-family: Garamond, serif;
	font-size: 36px;
	font-weight: bold;
	color: #960625;
}
.Nav {
	font-family: Garamond, serif;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: Garamond, serif;
	color: #0E6334;
}
h5 {
	font-family: Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 36px;
}
.oneColFixCtr #container #mainContent table tr td h5 {
	background-color: #EBBF48;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	width: 350px;
}
.Links {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: bold;
	font-family: Garamond, serif;
}
.ImgInfo {
	font-family: Garamond, serif;
	font-size: 15px;
	color: #980621;
	font-weight: bold;
}
.Sold {
	font-family: Garamond, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0E6334;
	text-transform: uppercase;
}

