@charset "UTF-8";
body {
	margin: 0;
	color: #666;
	background-image: url(images/notes.jpg);
	background-color: #D5DBDB;
	background-repeat: yes;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.6;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-attachment: fixed;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	color: black;
	padding-left: 15px;
}

p {
	border-right-width: 15px;
	border-left-width: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-transform: ;
}

.container {
	width: 640px;
	padding: 10px;
	background-color: #DAFEFE;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-image: none;
	background-attachment: scroll;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
a:link {
	color: #000000;
}
a:visited {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover, a:active, a:focus {
	color: black;
}

ul.nav {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	list-style: none;
	background-color: #D6EAF8;
	width: 100%;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;

}
ul.nav li {
	display: inline;
	padding-right: 1px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}
ul.nav a, ul.nav a:visited {
	font-family: sans-serif;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	border: 1px solid #000000;
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #3498DB;
}
ul.nav a.current {
	background-color: #3498DB;
	font-family: "Times New Roman", Times, serif;
	color: white;
}
h1 {
	color: #5DADE2;
	padding-left: center;
	background-image: none;
	font-family: "Arial Black", Gadget, sans-serif;
}
.header img {
	width: 100%;
	margin-left: 0px;
	background-color: #000;
	
}


.image_centered img {
	padding: 15px;
	vertical-align: middle;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 75px;
	border: 0px solid #000000;
}
.image_left img  {
	padding: 15px;
	border: 3px solid #66FF33;
	margin: 3px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	left: 3px;
}

/* Dropdown Button */
.dropbtn {
  background-color: #5AFCFC;
  color: black;
  padding: 12px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #CAF7F7;}