@charset "utf-8";

/* CSS Document */
body {
	font-family: merriweather;
	text-align: center;
	
}
#container {
	background-color: hsla(0,0%,100%,1.00);
	/* [disabled]clear: both; */
	margin-left: 8%;
	margin-right: 8%;
	border-right: thin solid #D2D2D2;
	border-left: thin solid #D2D2D2;
	padding-left: 40px;
	padding-right: 40px;
}

#header  {
	text-align: left;
	padding-left:2%;
	padding-right:2%;
	

	
}

#section  {
	margin-bottom:5%;
}

#articledk  {
	border: medium outset #66CC68;
	background-color: #3E3E3E;

}

#nav {
	width: auto;
	clear: both;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-right: 5%;
	margin-bottom: 5%;
	text-align: center;
}

#mobnav  {
	display:none;
}

#nav ul li {
	text-align: left;
	width: auto;
	
}       
#nav ul li a {
	text-decoration: none;
	color: #535353;
	font-size: medium;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	width: auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: bold;
}

#nav ul {
	list-style-type: none;
	width: auto;
}

#nav a:hover {
	border-top: medium solid #009966;
	text-decoration: none;
	font-size: medium;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	

}

h1  {
	font-size: large;
	color: #009966;
	text-align: center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	font-weight: bolder;
}

h2  {
	font-size: medium;
	color: #009966;
	text-align: center;
	font-family: lobster;
	font-style: normal;
	font-weight: 400;
}
p {
	color: #2D2D2D;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: medium;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 22px;
}

p.justified {
	color: #2D2D2D;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: medium;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 22px;
}

p.caption  {
	color:#313131;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:small;
	text-align:justified;
	padding-left:150px;
	padding-right:150px;
}

td p a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #008C5D;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-radius: 10px;
	text-align: center !important;
	background-image: -webkit-linear-gradient(89deg,rgba(0,113,76,1.00) 0%,rgba(0,153,102,1.00) 100%);
	background-image: -moz-linear-gradient(89deg,rgba(0,113,76,1.00) 0%,rgba(0,153,102,1.00) 100%);
	background-image: -o-linear-gradient(89deg,rgba(0,113,76,1.00) 0%,rgba(0,153,102,1.00) 100%);
	background-image: linear-gradient(1deg,rgba(0,113,76,1.00) 0%,rgba(0,153,102,1.00) 100%);
}
#footer {
	padding-bottom: 5px;
	padding-top: 5px;
	


}
h3 a {
	color: hsla(160,100%,30%,1.00);
	text-decoration: none;
}

#footer  {
	border-top: thin solid #009966;
	background-color: #2A2A2A;
}
#footer p a {
	color: #009966;
	text-decoration: none;
}
#footer p {
	color: hsla(0,0%,100%,1.00);
}
#article p a {
	color: #009966;
	text-decoration: none;
	text-align: center;
}
.main {
	font-family: lobster;
	font-weight: 400;
	font-size: x-large;
	color: hsla(0,0%,22%,1.00);
	font-style: normal;
	
}

.left {
	float:left;
}
.center {
	text-align: center!important;

}

.right  {
	float:right;
}
h4 {
	text-align: center;
}
h5 {
	text-align: center;
}
h6 {
	text-align: center;
}
.white {
	color: #FFFFFF !important;
	text-align: justify;
}
.bold {
	color: #56BF58;
	font-weight: bold!important;
	font-size: x-large!important;
}
#articledk .white strong {
	color: #56BF58;
}
.green {
	color: #009966;
}
.ce {
}
