#pageDiv
{
  width: 100%;
  height: 1600px;
  margin: 0 auto;
  position: relative;
  background: url("images/Fashion_Space_020.jpg");
  
   }

#topbanner
{
   width: 100%;
   height: 80px;
   top: 0px;
   margin: 0 auto;
   position: absolute;
   background: #CED4DE;
   border: 0px solid #ff0000;
}


#heading
   {
     text-align:center;
     font-size: 25px;
     font-family: Arial;
     font-weight:bold;
     color: #000000;
     margin-top:60px;
      }
#content
  {
	background: none repeat scroll 0 0;
        width: 90%;
	margin: 0 auto;
        position: relative;
  }


.backtoHome
{     font-family: Arial;
      font-size: 1.0em;
      font-weight:bold;
      margin-left: 1.0em;
      top:0;  
}

.Menu
{
  font-size: 1.0em;
  font-weight: bold;
  font-family: Arial;
  Padding: 10px;
  color: #000000;

}

#tableformat
{
  border: 0px solid black;
  border-collapse: collapse;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  table-layout: fixed;
  margin:0 auto;
}

#tableformat th
{
  border: 0px solid black;
  padding: 0px;
}

#tableformat td
{
  border: 0px solid black;
  padding: 5px;
  
 }




 /* Dropdown Button */
.dropbtn {
    background-color: #CED4DE;
    color: black;
    padding: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight:bold
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #CED4DE;
    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 {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight:bold;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* 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: #CED4DE;
} 




