* {
     spacing: 0px;
     padding: 0px;
}
html {
     min-height: 100%; 
}
body {
     background: #000000;
     background: -moz-linear-gradient(left, #000000, #323232) no-repeat;
     background: -o-linear-gradient(left, rgb(0,0,0), rgb(50,50,50)) no-repeat;
     background: -webkit-gradient(linear, center left, center right, from(#000000), to(#323232)) no-repeat;
     min-height: 100%; 

     font-family: Helvetica, Arial, sans-serif;
     font-size: 12px;
     color: #ffffff;		

}
a {
     color: #ffd700;
}
img {
     vertical-align:text-bottom;	
}
img.menu {
    position: absolute;
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
    margin-left: 5px;    
}
h1, h2 {
     text-align: center;
     font-variant:small-caps;
     border-top: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;
}
iframe {
     overflow-x: hidden;
     overflow-y: scroll;
}

table.header {
     border-top: 0px;
     border-left: 0px;
     border-right: 0px;
     border-bottom: 5px solid #847003;
     border-collapse: collapse;	
     border-spacing: 0px;
     width: 100%; 
     padding: 0px;
     background-color: #000000;     
     background-image: url("images/swirls.jpg");  
     background-repeat:no-repeat;        
}
h1.header {
     text-transform:uppercase;    
     border-top: 0;
     border-bottom: 0;
}
hr.footer {
    border: none;
    height: 5px;
    color: #847003;
    background-color: #847003;
}

table#list {
    background-color:#FFFFCC;
	border-collapse: collapse;
	width:100%; 
	border-spacing: 0; 
	padding: 0;
}

table#list td {
    padding: 0px;


}

.data {
    color: #000000;
    text-align: center;
    background-color: #FFFFCC;

}

.data a {
	text-decoration:underline;
	color:#000000;
}

.data a:hover {
	text-decoration:underline;
	color:#FF0000;
}

.adlist {
    color: #000000;
    text-align: left;
    background-color: #FFFFCC;

}

.adlist a {
	text-decoration:underline;
	color:#000000;
}

.adlist a:hover {
	text-decoration:underline;
	color:#FF0000;
}

.toprow {
    text-align: center;
    background-color: #010066;
	color: #FFFFFF;
    font-weight: bold;
}

.leftcol {
    font-weight: bold;
    text-align: center;
    width: 150px;
    background-color: #010066;

}

.container {
     margin-left: 50px;
     margin-right: 50px;          
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu.align-right ul li {
  float: right;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.22);
}
#cssmenu.align-right ul li a {
  border-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
#cssmenu ul {
  background: #222222;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -webkit-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -o-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: -ms-linear-gradient(bottom, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
  background: linear-gradient(to top, #000000 0%, #222222 50%, #3c3c3c 51%, #393939 78%, #888888 100%);
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#cssmenu ul li::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  border-top-left-radius: 50% 4px;
  border-top-right-radius: 50% 4px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
  bottom: 10px;
}
#cssmenu ul li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 12px;
  font-variant:small-caps;
  color: #ffffff;
font-weight: bold;  
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
/*  color: #ffffff; */
  color: #000000;
font-weight: bold;  
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #c2a402;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #847003 0%, #c2a402 50%, #ffd700 51%, #eac603 78%, #ffea00 100%);
  background: -webkit-linear-gradient(bottom, #847003 0%, #c2a402 50%, #ffd700 51%, #eac603 78%, #ffea00 100%);
  background: -o-linear-gradient(bottom, #847003 0%, #c2a402 50%, #ffd700 51%, #eac603 78%, #ffea00 100%);
  background: -ms-linear-gradient(bottom, #847003 0%, #c2a402 50%, #ffd700 51%, #eac603 78%, #ffea00 100%);
  background: linear-gradient(to top, #847003 0%, #c2a402 50%, #ffd700 51%, #eac603 78%, #ffea00 100%);
}
#cssmenu ul li:hover::after,
#cssmenu ul li.active::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c2a402 61%, #c2a402 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c2a402 61%, #c2a402 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c2a402 61%, #c2a402 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #c2a402 61%, #c2a402 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

