@charset "utf-8";
/* CSS Document */
/* Body */
body {
	margin: 0;
	background: #211A1A;
 }
/* Menu */
div.body, div.foot {
	display:flex;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
nav {
  	height: 50px;
	width: 900px;
	background-color: #000030;
}
ul.menu {
	margin: 2px;
	}
li.menu, li.menuSelected {
	list-style-type: none;
	text-align: center;
	font-family: 'Trebuchet MS', sans-serif;
	display: block;
	float: left;
	width: 140px;
	height: 45px;
}
li.menu {
	background-color: black;	
	}
li.menuSelected {
	background-color: #300;
	}
li.menu a, li.menuSelected a {
	color: antiquewhite;
	text-decoration: none;
	  	}
li.menu a:hover, li.menuSelected a:hover {
	  color:indianred;
}

/* Left side menu */

div.side {
	width: 200px;
	float: left;
	background-color: #330E0E;
	display: block;
}
div.side ul {
	margin-top: 20px;
	margin-left: 5px;
 	padding: 0px;
}
div.side li {
	list-style-type: none;
	background-color: black;
	width: 190px;
	height: 50px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-align: center;
		
}
div.side li a {
	text-decoration: none;
	color: antiquewhite;
	vertical-align: middle;
}
div.side li a:hover {
	color:indianred;
}

/* Right side menu */

div.sideRight {
	width: 200px;
	float: right;
	background-color: #000066;
	display: block;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Article */

article {
	width: 700px;
	float: left;
	background-color: #006;
}
article h1 {
	color: antiquewhite;
	margin-left: 50px;
	margin-right: 50px;
}
article h2 {
	color: greenyellow;
	margin-left: 20px;
	margin-right: 20px;
}
article p {
	color: white;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}


/* Form */
label {
	color: aqua;
	margin-left: 20px;
	margin-right: 20px;
}
input {
	margin-left: 20px;
	margin-right: 0px;
	display: block;
}

/* IndexPage */

div.IndexFrame1, div.IndexFrame3 {
	width: 440px;
	height: 300px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
div.IndexFrame2 {
	width: 440px;
	height: 150px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-color:darkblue;
}
div.IndexFrame4 {
	width: 260px;
	height: 756px;
}
div.IndexFrame1 h1  {
	padding: 20px;
	color: antiquewhite;
	margin-left: 20px;
	margin-top: 0px;
	font-size: 40px;
	
}

div.IndexFrame1 h2 {
	text-decoration: none;
	color: #FFF;
	font-size:20px;
	text-align: center;
	background-color: cornflowerblue;
	
}
div.IndexFrame1 a, div.IndexFrame2 a, div.IndexFrame3 a {
	text-decoration: none;
}

div.IndexFrame2 h2 {
	margin: 5px;
	padding: 5px;
	color: #FFF;
	font-size:20px;
	text-align: center;
	background-color:darkred;
}
div.IndexFrame3 h1 {
	color:#FF88FF;
	padding-right: 20px;
	margin-top: 0px;
	font-size: 50px;
	text-align: right;
	font-style: italic;
	font-weight: 200;
  	font-family: Garamond, serif;
}


div.IndexFrame3 h2 {
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	color: burlywood;
	font-size:20px;
	text-align: right;
	font-style: italic;
}
div.IndexFrame3 h3 {
	text-align: center;
	color: lightpink;

	
}
div.IndexFrame3 p {
	text-align: justify;
	color: antiquewhite;
	padding: 20px;
	background-color:darkmagenta;
}
/* Foot */

div.foot {
	background: #000033;
		}
ul.foot li {
	list-style-type: none;
	display: block;
	background-color: darkblue;
	float: left;
	color: #FFF;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	text-align: center;
	width: 135px;
	height: 17px;
	margin: 2px;
}
div.foot a{
	color: #0F0;
	text-decoration: none;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
