﻿@import url(layout.css);
body {
	color: #000000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile1000.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 980px;
	padding: 0;
	background-color: #cde;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	height: 36px;
	background-color: #000000;
	overflow: hidden;
	color: #0000FF;
	
}
	width: 930px;
	margin: 0 0 0 10px;
	padding: 0px;
	border: 0px;
}
#column_r {
	width: 10px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#column_r {
	width: 10px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	font: normal normal bold large Arial, Helvetica, sans-serif;
	background: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 10;
}
#navigation li {
	background: #000000;
	float: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #000000;
	border-left-color: #000000;
}
#navigation a {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	display: block;
	border: 1px #000000 solid;
}
#navigation a:hover {
	background-color: #EFEFEF;
	border: 1px solid #020202;
	color:#FF0000;
	
	
}

/* My styles */

NickRed {
	font-size: large;
	color: #FF0000;
	font-weight: bold;
}

.NickRed {
	font-size: large;
	color: #FF0000;
	font-weight: bold;
}

.NickBlack{
	font-size: large;
	color: #000000;
	font-weight: bold;
}

NickRedXlarge {
	font-size: x-large;
	color: #FF0000;
}


/* Styles for Content */
h1 {
	color: #000000;
	font-size: 2.0em;
}
h2 {
	color: #000000;
	font-size: 1.75em;
}
h3 {
	color: #000000;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
	visibility: hidden;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}





li a, .dropbtn {
  display: inline-block;
  color:red;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;   /* this says create but hide this box */
  position: absolute;
  z-index: 1000;
  background-color:#09f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;  /* this says show this box */
}













