@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	color: rgba(0,0,0,1.0);
	}

body {
	font-family: verdana,arial,sans-serif;
	margin: 0px;
	background-color: rgba(13,111,71,1.00);
	text-align: center;
	}

.Wrapper {
	max-width: 1400px;
	height: auto;
	margin: auto;
	padding: 0px;
	background-color: rgba(97,186,144,1.00);
	overflow: auto;
	}

.Header {
	background-color: rgba(42.179.4,1.0);
	}

.HeadLeft {
	float: left;
	height: 250px;
	width: 25%;
	padding-top: 30px;
	}

.HeadMid {
	float: left;
	height: 250px;
	width: 50%;
	margin-bottom: 23px;
	text-align: center;
	padding-top: 60px; 		
	background-color: rgba(254,237,221,1.0);
	font-size: 20px;
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	text-shadow: 2px 2px 5px rgba(97,186,144,1.00);
	}

.HeadRight {
	float: left;
	width: 25%;
	height: 250px;
	}

.Nav {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	background-color: rgba(255,223,9,1.00);
	border-radius: 20px 20px 20px 20px;
	border: 2 px solid rgba(255,0,0,1.00);
}


.Navbar {
	clear: left;
	width: 500px; 
	height: 50px;
	margin: auto;
    padding: 0px; 
	font-size: 16px;
	}

.Navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: rgba(255,223,9,1.00);
	overflow: hidden;
		}

.Navbar li {
	float: left
	}

.Navbar a {
	display: block;
	width: 100px;
	height: 50px;
	font-size: 20px;
	color: rgba(0,0,255,1.00);
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 20px 20px 20px 20px;
	border: 2 px solid rgba(255,0,0,1.00);
	}

.Navbar a:hover {
	color: rgba(255,0,0,1.00);
	font-style: oblique;
	background-color: rgba(166,246,252,1.00);
	}

.Navbar .active{
	color: rgba(255,255,255,1.00);
	background-color: rgba(97,186,144,1.00);		
	}

.Aside {
	float: left;
	width: 25%;
	height: auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
	}

.Aside a {
	color: rgba(0,0,255,1.00);
	}

.Aside h1 {
	text-shadow: 2px 2px 5px rgba(255,223,9,1.00);
	}
.Aside a {
	font-size: 32px;
}

.Main {
	float: left;
	width: 50%;
	font-size: 28px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: auto;
	color: rgba(255,255,255,1.00);
	background-color: rgba(254,237,221,1.0);
	border: 5px  outset rgba(255,223,9,1.00);
	border-radius: 30px 30px 30px 30px;
	border-color: rgba(13,111,71,1.00);
	}

.Main h1 {
	text-shadow: 2px 2px 5px rgba(255,223,9,1.00);
	}

.main h2 {
	background-color: rgba(255,255,255,1.0);
	}

.Article {
	float: left;
	width: 25%;
	height: auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	}

.Article h1 {
	text-align: center;
	text-shadow: 2px 2px 5px rgba(255,223,9,1.00);
	}

.Article h2 {
	text-align: center;
	}

.Article h3 {text-align: left;
	margin: 10px;
	}

.Article h4 {text-align: left;
	font-size: 20px;
	padding-left: 55px;
	line-height: 20px;
	margin: 0;
	}

.Article h5 {
	font-size: 25px;
	text-align: center;
	}

.Article a {
	color: rgba(0,0,255);
	}

.Footer {
	clear: left;
	float: left;
	width: 100%;
	height: 150px;
	background-color: rgba(97,186,144,1.00);
	}

.FootLeft {
	clear: left;
	float: left;
	width: 25%;
	height: auto;
	}

.FooterMiddle {
	float:left; 
	width: 50%;
	height: auto;
	text-align: center;
	padding-top: 5px;
	margin: auto;
	font-size: 30px;
	}

.FooterRight {
	float:left; 
	width: 25%;
	height: auto;
	text-align: center;
	padding-top: 5px;
	margin: auto;
	font-size: 30px;
	}
