
body
{
	margin: 15px auto 0px auto;
	width: 90%;
	background: #e1ebf6;
	display: block;
	font-family: Sans-serif;
	
}

header
{
	background-color: #19773A;
	width: 100%;
	height: 90px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
	box-shadow: -5px 10px 5px 5px #888888;
	
	
}

header img
{
	margin: 15px auto 0px 15px;
	font-size: 48px;
	color: #ffffff;
	height: 62px;
	
}

header h1
{
	margin: 15px auto 0px 15px;
	font-size: 48px;
	color: #ffffff;
	
}

nav
{
	background-color: #19773A;
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: #19773A;
	box-shadow: -5px 10px 5px 5px #888888;
	height: 20px;
}
nav a
{
    color: #ffffff;
    text-decoration: none;
}
section
{
	box-shadow: -5px 10px 5px 5px #888888;
	background-color: #FFFFFF;
	width: 100%;
	min-height: 300px;
	border-style: solid;
	border-width: 3px;
	border-color: #19773A;
	float: left;
	display: block;
	
}

section  article p
{
	
}

section article ul
{
	margin: 0px  !important;
}

section article
{
	float: left;
	max-width: 100%;
	width:98%;
	margin: 15px 1% 15px 1%;
	
}

section article h1
{
	background-color: #19773A;
	border-style: solid;
	border-width: 3px;
	border-color: #19773A;
	/*box-shadow: -5px 10px 5px 5px #888888;*/
	padding: 0px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	font-size: 24px;
	color: #ffffff;
	font-family: Sans-serif;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


section article h2
{
	font-size: 18px;
	padding: 0px 5px 0px 5px;
}

section figure
{
	
	display: table;
	max-width: 100%;
	margin: 15px auto 15px auto;

}
section figure img
{
	width: 100%;
	height: auto !important;
}

section figure figcaption
{
	background-color: #19773A;
	color: #ffffff;
	padding: 5px;
}

footer
{
   
	background-color: #19773A;
	width: 100%;
	height: 60px;
	border-style: solid;
	border-width: 3px;
	border-color: #ffffff;
	display:inline-block;
	box-shadow: -5px 10px 5px 5px #888888;
}

footer div
{
    margin: 20px auto auto auto;
    text-align: center;
    color: #ffffff;
}

footer div a
{
    color: #ffffff;
    text-decoration: none;
}
