#header {
	margin:0px auto; 
	text-align:left; 
	padding:15px;
	padding-bottom:15px;
	background-color:#777788;
	text-align:center;
	color:#4B0082;
	font-size:100%;
  }


@media screen and (min-width: 950px) {
#header {
	width:950px;
}
}

@media screen and (max-width: 950px) {
#header {
	width: 90%;
}
}

img {
  max-width: 100%;
  height: auto;
}


/*NAVIGATION BAR*/

.navbar {
  overflow: hidden;
  background-color: #660099;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



.dropbtn {
  background-color: #660099;
  color: white;
  padding: 14px 16px;
  font-size: 17px;
  border: none;
  text-align: center;
  font-family: inherit;

}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #660099;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #660066;
}

.item {
  text-align: center;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #660066;
}

/* Change the color of links on hover */
.navbar a:hover , .dropdown-content a:hover {
  background-color: #660066;

}

/* Add an active class to highlight the current page */
.active {
  background-color: #660066;
  color: white;
}

/* Hide the link that should open and close the navbar on small screens */
.navbar .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .navbar div:not(:first-child) {display: none;}
  .navbar #home a{
    max-width: 100px;
  }
  .navbar a.icon {
	float: right;
    display: block;
  }
  
  
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .navbar.responsive div {
    float: none;
    display: block;
    text-align: left;
	width: 100%;
  }
  
  .navbar.responsive #home {
	width: auto;
  }
  
  .navbar.responsive button{
	color: #32004B;
	float: none;
	display: block;
    text-align: left;
	width: 100%;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #660099;
	
	width: 100%;
	display: block;
    text-align: left;
  }


  .dropdown-content {
    position: static;
    text-align: left;
    background-color: #660099;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	margin-left: 50px;
  }

  .item a{
	color: #E6E6FA;
	font-size: 15px;
	width: 100%;
	float: none;
	display: block;
    text-align: left;
  }
  
  
  .top a{
	width: 100%;

	display: block;
    text-align: left;
  }
}
  












#content {
	margin:0px auto; 
	text-align:left; 
	padding:15px;
	padding-bottom:100px;
	background-color:#D3D3D3;
}

@media screen and (min-width: 950px) {
#content {
	width:950px;
  }
}

@media screen and (max-width: 950px) {
#content {
	width:90%;
  }
}



body {

	margin:50px 0px; 
	padding:0px; 
	background:#A9A9A9;
	text-align:center; 
	
}

#type{
	font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
	font-size: 90%;
}


#color{
	color:#660099;
}

#head{
	color:#660099;
	font-size: 1.2em;

}

#subhead{
	color:#660099;
	font-size: 1.1em;
}

#centdiv{
	text-align:center;
}

#footer {
	font-size:x-small;
	font-family:helvetica;
	color:#808080;
	background-color:#eeeeee;
	margin:0px auto; 
        padding-top: 20px;
        padding-bottom: 20px;
	padding-right:15px;
	padding-left:15px;
        text-align: center;


}

@media screen and (min-width: 950px) {
#footer {
	width:950px;
  }
}

@media screen and (max-width: 950px) {
#footer {
	width:90%;
  }
}

.clear{
	clear:both;
	height:10px;
}


a.archive{
	/*color: #990099;*/
	color: #660066;
}

