@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #4D3334;
}
body,th,td,p,input,textarea,select,button {
	font-family: Signika, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
body {
	margin: 35px 20px 0;
	background-color: #FFF;
}
p {
	line-height: 150%;
	margin: 10px 0;
}
a {
	text-decoration: none;
}
table {
	border-bottom: 2px solid #dedede;
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
	padding: 7px 5px;
	text-align: left;
	vertical-align: top;
}
table th {
	background-color: #f4f4f4;
	border-top: 2px solid #dedede;
	border-bottom: 1px solid #dedede;
}
table td {
	border-bottom: 1px solid #dedede;
}
#page {
	max-width: 1024px;
	margin: 0 auto;
}
a:link,a:active {
	color: #9B2224;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #702021;
}
a:hover {
	text-decoration: none;
	color: #C58889;
}
.button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	color: #FFFFFF;
	background-color: #7F2021;
	font-weight: bold;
	border: 0 none;
}
a.button:link,
a.button:visited,
a.button:active {
	color: #FFFFFF;
}
a.button:hover {
	background-color: #AF2021;
}
nav ul,
.links {
	list-style: none;
	padding: 0;
}
nav {
	clear: both;
	min-height: 40px;
}
nav li,
.links li {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
.links li:nth-child(4n-3) {
	clear: left;
}
nav a {
	display: inline-block;
	padding: 10px 20px;
	color: #FFFFFF;
	background-color: #494344;
	font-weight: bold;
	border: 0 none;
}
nav a:link,
nav a:visited,
nav a:active {
	color: #FFFFFF;
}
nav a:hover,
nav a.current:link,
nav a.current:hover,
nav a.current:visited,
nav a.current:active {
	background-color: #6B6B6B;
}
footer {
	background-color: #f4f4f4;
	border-top: 2px solid #dedede;
	margin: 40px 0 0;
	padding: 0 20px;
	min-height: 200px;
}
footer > div {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
	min-height: 200px;
}
footer p,
footer li {
	font-size: 90%;
}