body 
{
	font-family: verdana;
	background-color: #E5E4E2;
	color: #000000;
	width: 98%;
	margin: auto;
}

img1 
{
	border: none;
	width: 150px;
	height: 150px;
	margin: 5px 5px 5px 0;
}

a 
{
	background-color: #E5E4E2;
	color: #000000;
}

a:hover 
{
	background-color: #5CB3FF;
	color: #000000;
	text-decoration: none;
}

p 
{
	margin: 5px 0;
}

#frame 
{
	border: solid 1px #000000;
	padding: 10px;
	background-color: #F5F5F5;
	color: #000000;
}

#title 
{
	margin: 5px 0 25px 0;
	text-align: center;
}

#title h1 
{
	margin: 5px 0;
	font-size: 1.5em;
}

#quicklinks 
{
	background-color: #DADBDD;
	color: #1447e6;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}

#quicklinks a 
{
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

#quicklinks a:hover 
{
	background-color: #5CB3FF;
	color: #000000;
	text-decoration: none;
}

#sidebar 
{
	float: center;
	clear: center;
	width: 100%;
	height: auto;
	text-align: center;
}

.menu 
{
	margin: 10px 0 10px 10px;
	text-align: center;
}

.menu h4 
{
	text-align: center;
	border: 1px solid #000000;
	background-color: #E5E4E2;
	color: #E41B17;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

.menu ul 
{
	list-style: none;
	background-color: #DADBDD;
	color: #000000;
	margin: 0;
	padding: 0;
}

.menu li 
{
	margin: 0;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 2px 5px;
}

.menu li:hover 
{
	background-color: #00BFFF;
	color: #000000;
}

.menu a 
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

#content 
{
	width: 100%;
	min-height: auto;
	margin-bottom: 10px;
}

.block h2 
{
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #000000;
	background-color: #E5E4E2;
}

.block .marker 
{
	font-size: 1.2em;
	background-color: #1447e6;
	color: #000000;
}

.block .content 
{
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: justify;
}

.block .content1 
{
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: left;
}


.quote 
{
	text-align: justify;
	font-style: italic;
}

#footer 
{
	font-size: .8em;
	text-align: center;
}

.dropbtn {
  background-color: #12AD2B;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F62817;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #F62817;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #FDD017;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #0020C2;
}
