body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #242424;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dedede;
}
a{
	text-decoration:underline;
	color:#dddddd;
}
a:hover{
	color:#ffffff;
}
div.footer{
	text-align:center;
	color:#999999;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
}
div.footer a{
	color:#AEAEAE;
}


h1{
	font-size:15px;
	padding:0px;
	margin:0px;
}

h2 {
  font-size:12px;
  font-weight:bold;
  border-bottom:1px solid #f1e400;
  color:#f1e400;
  margin:2px;
  padding:2px;
}

div.submenuitem {
	width:180px;
	padding-left:15px;
	font-size:12px;
	margin-top:2px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#3B3B3B;
}	
div.submenuitem img{
	padding-right:15px;

}	
div.submenuitem a{
	text-decoration:none;

}	

div.submenuitem a:hover{
	text-decoration:none;

}	
div.mainmenu{
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	font-weight:bold;

}
div.mainmenu a {
  text-decoration:none;
  padding-left:8px;
  padding-right:8px;
}
div.mainmenu a:hover,
.mainmenuactive {
  color:#F0E500;
  }

div.mainmenu img{
	padding-left:10px;
	padding-right:10px;
}

div.sponsortitle{
  color:#EFE500;
  font-weight:bold;
  padding-bottom:2px;
}
div.centralcontent{
  padding:10px;
  
}

div.centralcontent table th {
  background-color:#749f34;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h4 {
	visibility: hidden;
	display: inline;
	padding:1px;
	text-align:right;
	margin:0px;
}

/* css and jquery dropdown mainmenu */
#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
 }
 
#nav a:link, #nav a:active, #nav a:visited{
  display:block;
  padding:0px 5px;    
  color:#fff;
  text-decoration:none;
  color: #DDDDDD;  
}

#nav li ul{  
  background-color:#242424; 
}

#nav li ul li{
  border-bottom:1px solid #F0E500;
}

#nav a:hover{    
    color:#F0E500;    
}

#nav li{
    float:left;
    position:relative;
}

#nav li a.mainmenuactive{
  color:#F0E500;
}

#nav ul {
    position:absolute;
    width:13em;
    top:1.5em;
    display:none;
}

#nav li ul li{
  width:13em;   
}

#nav li ul a{
    width:13em;
    float:left;
}

#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
  left:12em; 
  padding: 0px 0 0 12px; 
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
  display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
  display:block;
}