@charset "utf-8";

body {
	background-image:url(Images/Background.jpg),url(Images/BackgroundRep.jpg);
	background-repeat:no-repeat, repeat-y;
	background-color:#000000;
}


#container1 {
    min-width:400px;
    max-width:1000px;
	margin: 0 auto;
	/*border:1px solid #000; 
	border-radius:10px 10px 10px 10px; */
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-align: left;
}


#container2 {
    min-width:400px;
    max-width:1000px;
	margin: 0 auto;
	border:1px solid #000; 
	/* border-radius:10px 10px 10px 10px; */
	padding-left: 2%; 
	padding-right: 2%; 
	padding-top: 3px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}




.navbar {
  overflow: hidden;
  /*background-color: #FFF;*/
}

.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 4px 8px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: black;
  padding: 2px 8px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: blue;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  font-size:14px;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}



#footer {
	background: #EEE;
	color:#000;
	height:22px;
	padding:2px;
	margin:0px;
	border-radius:0px 0px 6px 6px;  /*TopR TopL BottomL BottomR*/
	font-family:"Times New Roman", Times, serif;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /*  forces the .container to understand where the columns end and contain them */
	overflow:hidden; /*remove white space below footer */
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
    display: block;
    width: 99%;
    height: auto;
	/*border:solid;*/
	border-width:thin;
}
tr td img {
	max-width:: 400px;
}
