@charset "UTF-8";
/* CSS Document */
h1, h2, h3  {
	color: #691818;
}
p {
	color: #513414;
}
#centeredBox {
	background-color: #FFFAEC;
}
#centeredBox  img {
	border: 6px solid #619818;
}
#centeredBox ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50261B;
	margin: 0px 25px 10px 25px;
	line-height: 20px;
	text-indent: 0px;
	padding-left: 25px;
}
#centeredBox li {
	padding: 2px 0 0 0;
	list-style: none;
}
#sidebar {
	background: url(Assets/sidebar/widersidebartemp.jpg) no-repeat;
	height: 455px;
	padding-top: 52px;
}
#sidebar a {
	color: #691818;
}
#sidebar a:hover {
	color: #A26422;
}
#sidebar    a.current  {
	color: #861515;
}
#leftBox {
	background-color: #FFFAEC;
}
#leftBox img {
	border: 6px solid #480102;
}
#centeredBox a {
	font-weight: bold;
	color: #50261B;
}
#centeredBox a:visited {
	color: #666666;
}
#centeredBox a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
}
th, td {
	padding: 0;
	vertical-align: top;
}
