body
{
	margin: 0px auto 0px auto;
	width: 100%;
	background: #e1ebf6;
	display: block;
	font-family: Sans-serif;
}

header
{
	background-color: #19773A;
	width: 100%;
	height: 20%;
	/*border-top-left-radius: 15px;
	border-top-right-radius: 15px;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-style: none;
	/*border-width: 3px;
	border-color: #ffffff;*/
	box-shadow: 0px 0px 0px 0px #888888;
	
}

header img
{
	
	height: 50px;
	
}

header h1
{
	margin: 15px auto 0px 5%;
	font-size: medium;
	color: #ffffff;
	
}

nav
{
	background-color: #19773A;
	width: 100%;
	border-style: solid;
	border-width: 3px;
	border-color: #19773A;
	box-shadow: 0px 0px 0px 0px #888888;
	height: 10%;
}
nav a
{
    color: #ffffff;
    text-decoration: none;
}
section
{
	box-shadow: 0px 0px 0px 0px #888888;
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	border-style: none;
/*	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:100%;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-color: #000000;
}

section article h1
{
	background-color: #19773A;
	border-style: none;
	/*border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-color: #000000;
	box-shadow: -5px 10px 5px 5px #888888;*/
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-size: medium;
	color: #ffffff;
	font-family: Sans-serif;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

section article h2
{
	font-size: medium;
	padding: 0px 5px 0px 5px;
}

section figure
{
	
	display: table;
	max-width: 100%;
	margin: 0px auto 0px auto;
	

}
section figure img
{
	width: 100%;
	height: auto !important;
}

section figure figcaption
{
	background-color: #ffffff;
	color: #19773A;
	padding: 5px;
	font-size:small;
}

#bigbutton
{
	height: 90%;
	width: 75%;
	background-image: none;
	margin: auto auto auto auto;
	border-style: none;
	border-width: 3px;
	border-color: #ffffff;
	text-align: center;
}

#bigbutton:hover
{
	height: 90%;
	width: 75%;
	background-image: none;
	margin: auto auto auto auto;
	border-style: none;
	
}

#bigbutton:hover a
{
	height: 90%;
	width: 75%;
	background-image: none;
	margin: auto auto auto auto;
	border-color: #ffffff;
	text-align: center;
	
}
#bigbutton a
{
	margin: auto auto auto auto;
	padding-top: 10%;
	border-radius: 10px;
	font-size: x-large;
    color: #ffffff;
	text-align: center;
	text-decoration: underline;
}
}

#bigbutton a:hover
{
	margin: auto auto auto auto;
	border-radius: 10px;
	border-style: none;
	text-align: center;
	color: #ffffff;
}
}

footer
{
	background-color: #19773A;
	width: 100%;
	height: 40%;
	float: none;
	margin-bottom: 20px;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 2px !important;
	border-bottom-width: 0px;
	border-color: #000000 !important;
	box-shadow: 0px 0px 0px 0px #888888;
}

