body
{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	background-color: #ffffff;
	font-family: Dosis, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-image: url(images/main_back.png);
	background-repeat: repeat;
}


div#main {
	clear: both;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 840px;
	background-color: #ffffff;
}

div#menu-mobile {
	display: none;
}

div#navigation {
	margin: 0 auto;
	padding: 0 0 6px 0;
	width: 100%;
	height: 25px;
	max-width: 840px;
	background-color: #7f7f7f;
	text-align: center;
}

div#navigation ul {
	width: 100%;
	height: 25px;
	padding: 0;
	margin: 0 auto;
	clear: left;
}

div#navigation ul li {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

div#navigation ul li ul {
	background-color: #e8d7bd;
	padding: 2px 0 0 0;
	display: none;
	z-index: 1000;
}

div#navigation ul li ul li {
	float: none;
}

div#navigation ul li:hover ul {
	display: block;
	position: absolute;
	background-color: #e8d7bd;
}

div#navigation ul li a {
	color: #ffffff;
}

table.container-two,
table.container-three,
table.container-four,
table.container-five {
	width: 100%;
	padding: 0;
	margin: 0;
}

table.container-two td,
table.container-three td,
table.container-four td,
table.container-five td {
	padding: 0;
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-weight: normal;
	margin: 5px 0 5px 0;
	padding: 0;
}

p.highlight {
	font-size: 18px;
	color: #643f2c;
}


table, table td {
	border:0;
}

hr {
	margin: 20px 0 20px 0;
	color: #ffffff;
	width: 85%;
	clear: both;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.plain {
	margin: 3% auto;
	padding: 0;
	list-style: none;
}

ul.plain li
{
	background-image: url(../images_template/2021/bullet_talon_orange.png);
	background-repeat: no-repeat;
	background-position: default default;
	background-attachment: top;
	padding: 3px 0 6px 35px;
}


table {border-collapse:collapse;border-spacing:0;border:0 none;}

/* fix padding of TD to suit your needs */
table td {border:0 none;padding:0;}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a:visited {
	color: #333333;
}


a:active,
a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Ballet',Helvetica,serif;
	font-size: 40px;
	letter-spacing: 1px;
}

