@charset "UTF-8";
/* CSS Document */
/* The navigation bar */


@media screen and (min-width:1280px)
{
.navbar {
font-family: Verdana, Arial, Helvetica, sans-serif;
  /*overflow: hidden;*/
  background-color: #F39200;
  position: absolute; /* Set the navbar to fixed position */
  top: 10px; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}


/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #E6007E;
  color: white;
}
}

@media screen and (max-width:1280px)
{
	
	.navbar {
		float:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
  /*overflow: hidden;*/
  background-color: #F39200;
 position: fixed; /* Set the navbar to fixed position */
 /* top: 100px; /* Position the navbar at the top of the page */
  width: 10%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display:inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: #E6007E;
  color: white;
}
}
/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
	
}

table {
  width: 100%;
  border-collapse: collapse;
	border:0px;
	cellpadding:0px;
	cellspacing:0px;
}

