@charset "utf-8";
/* CSS Document */
body {
  /*height: 2000px; /* Make this site really long */
  /*width: 2000px; /* Make this site really wide */
  /*overflow-y: hidden;
  /*overflow-x: hidden;*/
}
.h1 {
  color: #800000;
	/*color: #cc9900;*/
  text-align: left;
  font-family: verdana;
  font-size: 60px;
  text-shadow: 3px 2px #808080;
	}
	
.h2 {
  color: #cc9900;
  text-align: left;
  font-family: verdana;
  font-size: 22px;
  text-shadow: 1px 1px #000000;	
}
.bodyText {
  color: #000000;
  text-align: left;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 26px;
	}
p	{color: #000000;
  text-align: left;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 16px;}

.st4 {
  text-align: center;
  color: #000000;
  font-family: verdana;
  font-size: 24px;
  <!--text-shadow: 1px 1px #000000;-->
}

div.b {
  text-align: left;
}

div.c {
  text-align: right;
} 

div.justify {
  text-align: justify;
  text-justify: inter-word;
  color: #000000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 16px;
} 
div.justify_2 {
  text-align: justify;
  text-justify: inter-word;
  color: #000000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 20px;
} 

.justify {
  text-align: justify;
  text-justify: inter-word;
}

div.c {
  text-align: justify;
}

a{
	text-decoration: none;
}
/* unvisited link */
a:link {
  	color: blue;
	text-decoration: none;
}

/*visited link */
a:visited {
  color: blue;
}

/* mouse over link */
a:hover {
  color: lime;
}

/* selected link */
a:active {
  color: blue;
}
span.smallerText{font-size: small; font-style: italic; color:brown

	
	
}
.style1 {
				text-align: left;
}

.style2 {
				text-align: center;
				text-decoration: none;
}
.style3 {
				text-align: center;
}
.style5 {
				font-family: "Times New Roman";
				font-size: large;
				color: #000000;
}
.style8 {
				text-align: right;
}
.style9 {
				font-family: Verdana;
}
.style10 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: x-small;
}
.style12 {
				color: #CC6600;
}
.style13 {
				text-decoration: none;
				font-family: "Arial, Helvetica, sans-serif";
				font-size: "xx-large";
				color: #000000;
}
.style14 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: small;
}
.style15 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: medium;
}
.style16 {
				font-family: Arial, Helvetica, sans-serif;
				font-size: large;
}
.style17 {
				font-family: "Times New Roman", Times, serif;
}
.style18 {
				font-size: large;
}
.style19 {
				font-family: Arial, Helvetica, sans-serif;			
				font-size: xx-large;
				color: #0000FF;
				font-weight: bold;
				font-style: italic;
}
.style20 {
				font-family: Arial, Helvetica, sans-serif;			
				font-size: x-large;
				color: #0000FF;
				font-weight: bold;
				font-style: italic;
}


    
    
    
/*Stylesheet for the JavaScript drop-down menu*/
    
    /*<meta name="viewport" content="width=device-width, initial-scale=1">
    <style>*/

/* Dropdown Button */
.dropbtn {
  background-color: #000000; /*color of the button before hover*/
  color: #FFFFFF;
  padding: 2px;
  font-size: 34px;
  border-color: #e0e0e0;

}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  color: #000000;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff1f1;
  font-size: 20px;
  min-width: 175px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  text-align: left;
  color: black;
  padding: 4px 12px;
  text-decoration: none;
  display: block;
  
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #FFFFDA;}

/* 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: #800000;} 

