@import url(footer.css);

body {
	text-align: center;
}
div.main {
	text-align: center;
}
table.main {
	width: 85%;
	text-align: left;
	padding: 1px;
	margin: 0em auto;
	border-width: 1px;
	border-color: #b7b7b7;
	border-style: solid;
	font-family: Garamond, Georgia, "Times New Roman",
	Times;
	font-size: 12pt;
	color: #555;
}
table.styles {
	border-collapse: collapse;
	width: 100%;
}
td.category {
	text-align: left;
	border-bottom: 1px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
}
td.thumb {
	text-align: center;
	padding: 5px;
}
td.nav {
	text-align: center;
	border-top: 1px solid #b7b7b7;
}
td.image {
	width: 30%;
	vertical-align: top;
	padding-top: 30px;
	padding-left: 10px;
	border-top: 1px solid #b7b7b7;
}
td.links_image {
	width: 30%;
	vertical-align: center;
	padding: 5px;
	border-top: 1px solid #b7b7b7;
	text-align: center;
}
td.links_content {
	padding: 5px;
	border-top: 1px solid #b7b7b7;
}
td.feature {
	width: 30%;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
}
td.content {
	padding-left: 20px;
	vertical-align: top;
	border-top: 1px solid #b7b7b7;
}
td.calendar {
	border-bottom: 1px solid #b7b7b7;
	padding: 2px 5px 2px 5px;
}
.calendar {
	border-collapse: collapse;
}
img {
	border-width: 0px;
}
h1 {
	font-size:16pt;
	font-family: Garamond, Georgia, "Times New Roman", Times;
	color: #f4824e;
	letter-spacing: 3pt;
}
h2 {
	font-size: 12pt;
	font-family: Garamond, Georgia, "Times New Roman",
	Times;
	color: #555;
}
h3 {
	font-size: 14pt;
	font-family: Garamond, Georgia, "Times New Roman", Times;
	color: #576a18;
}
.var {
	width: 100%;
	text-align: center;
}
.style {
	font-size: 15pt;
	font-family: Garamond, Georgia, "Times New Roman",
	Times;
	color: #555;
	text-decoration: none;
}
.style:hover {
	color: #92B222;
}
p {
	font-family: Garamond, Georgia, "Times New Roman",
	Times;
	font-size: 11pt;
	color: #555;
}
a {
	color: #7B8626;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	font-family: Garamond, Georgia, "Times New Roman",
	Times;
	font-size: 11pt;
	color: #555;
}
.smaller {
	font-size: 10pt;
}
#footer {
    background-color: #191c17;
    color: #fff;
    font-size: 11pt;
    font-family: Garamond, Georgia, "Times New Roman", Times;
    height: 100px;
    width: 913px;
    margin: auto;
    margin-top: -20px;
    text-align: center;
}
#footer p {
	color: #fff;
	padding-top: 10px;
}
#footer a {
	color: #fff;
}
