@charset "utf-8";
/* CSS Document */

body {
	background-color: #c3b59a;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2;
}

ul, ol, dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.content h1 {
	color: #063;
	margin-top: 15px;
	text-align: left;
}
h2 {
	color: #903;
}

a img { 
	border: none;
}

a:link {
	color: #993333;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #33C;
}

.container {
	width: 1280px;
	max-width: 1260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}

.header {
	background-color: #7B6F59;
	text-align: center;
	font-size: 55px;
	background-image: url(../images/header/header-2020.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 258px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C3B59A;
}

.content {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
	text-align: left;
}

.footer {
	background-color: #7b6f59;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	margin-top: 10px;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
