/* style sheet */

BODY   {
       background-color: black;
       font: 8pt tahoma, sans-serif;
       color: #FFF;
       font-weight: normal; 
       margin: 50px 0px;
			 padding:0px;
			 background-image: url(http://jwade.holdingcell.net/neoncity/images/bkgd_main2.gif);
			 text-align:center;
       }
			 
.smallfont     {
       font: 8pt tahoma, arial, sans-serif;
       font-weight: normal;	
       }
			 
.mediumfont     {
       font: 10pt tahoma, arial, sans-serif;
       font-weight: normal;	
       }
			 
.whitefont     {
       font: 7pt tahoma, arial, sans-serif;
       font-weight: normal;	
			 color: white;
       }
			 
.blackfont     {
       font: 10pt tahoma, arial, sans-serif;
       font-weight: normal;	
			 color: black;
       }
			 
h1     {
       font: 10pt tahoma, arial, sans-serif;
       font-weight: bold;	
       text-align: center
       }

h2     {
       font: 8pt tahoma, arial, arial black, sans-serif;
       
       }

a:link {
        color: white;
        text-decoration: none;
        font-weight: bold;
        }

a:hover {
	color: gold;
	text-decoration: none;
	font-weight: bold;
	}


a:active {
        color: red;
        background-color: #FFF;
        text-decoration: none;
        font-weight: bold;
	}

a:visited {
        color: white;
        text-decoration: none;
        font-weight: bold;
        }

#menu	{
	text-align: center;
	padding: 5px 5px 10px 5px;
	background-color: black;
	margin-top: 100px;
	margin-bottom: 10px;
 	}

#menu a	{
	padding-left: 10px;
	padding-right: 10px;
	}

#content {
	font: 8pt tahoma, sans-serif;
  color: black;
	width:790px;
	margin:0px auto;
	text-align:left;
	padding: 2px 20px 15px 15px;
	border:1px solid #fff;
	background-color:#000000;
	}
         
#ncmenu {
	display: block;
	font-size: 12px;
	font-weight: bold;
	list-style-image: none;
	list-style: none;
}
.toptab {
	background: #000;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	border-bottom: 1px solid White;
}

.toptab a:hover {
	background: #081D89;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
}

.subtab a:hover {
	background: #081D89;
}

ul { /* all lists */
	padding: 0px;
	margin: 0;
}

ul a {
	display: block;
	width: 110px;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 110px;
	color: White;
	text-align: center;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.2em;
	left: -1px;
	width: 135px;
	text-decoration: none;
	list-style: none;
	border-top: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
}

li ul a {
	text-decoration: none;
	font-size: 13px;
	color: White;
	background: #000;
	display: block;
	width: 135px;
	border-bottom: 1px solid White;
}

li a {
	text-decoration: none;
	color: White;
	display: block;
	width: 110px;
}

li a:hover {
	text-decoration: none;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	text-decoration: none;
}

