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

body {
	background: url(img/chestnut_beige.jpg) repeat;
	margin: 0px;
}
td {
	font: normal 13px/1.25em Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	padding: 7px 10px;
}
.imgRight {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.imgLeft {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.tdBorder {
	border-top: 2px solid #5f0905;
	border-bottom: 2px solid #5f0905;
}
a.nav:link {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #5f0905;
	text-decoration: none;
	padding: 3px 5px;
}
a.nav:visited {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #5f0905;
	text-decoration: none;
	padding: 3px 5px;
}
a.nav:hover {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #f8e0b0;
	text-decoration: none;
	padding: 3px 5px;
	background: #5f0905;
}
a.nav:active {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #f8e0b0;
	text-decoration: none;
	padding: 3px 5px;
	background: #5f0905;
}
.footer {
	font-size: 14px;
	font-weight: bold;
	color: #5f0905;
	line-height: 1.25em;
}
.tdContainer {
	text-align: center;
	vertical-align: middle;
	border: 2px double #5f0905;
}
#tdAddress {
	font-size: 14px;
	line-height: 1.25em;
	color: #5f0905;
	text-align: right;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #5f0905;
}
hr {
	border: 0;
	color: #5f0905;
	background-color: #5f0905;
	height: 1px;
	width: 100%;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #5f0905;
	padding-left: 15px;
}

