﻿BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	color: white;
	background-image: none;
	background-color: black;
}
A:link
{
	color: Black;
}
A:visited
{
	color: Black;
}
A:hover
{
	color: Black;
	font-size: small;
	font-weight: bold;
}
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
AREA
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TABLE
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TR
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
TD
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}


/* Drop-Down Menu Styles Begin */
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 82px; /*Width of top level menu link items*/
padding: 2px 8px;
/* border: 1px solid #202020; */
/* border-left-width: 0; */
text-decoration: none;
/* background: url(JavaScriptKit/CSSHorizontalMenu/menubg.gif) center center repeat-x; */
background: url(images/MenuBackground.gif) center center repeat-x;
color: black;
/* font: bold 13px Tahoma; */
font-family: Arial, Sans-Serif;
font-size: 10pt;
font-weight: 800;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
border-top: 1px solid #202020;
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 114px; /*width of sub menu levels*/
/* font-weight: normal; */
font-family: Arial, Sans-Serif;
font-size: 10pt;
font-weight: 800;
padding: 2px 8px;
/* background: #e3f1bd; */
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
/* background: url(JavaScriptKit/CSSHorizontalMenu/menubgover.gif) center center repeat-x; */
background-color: #ffcc00;
}

.horizontalcssmenu ul li ul li a:hover{
/* background: #cde686; */
background-color: #ffcc00;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/* background: transparent url(JavaScriptKit/CSSHorizontalMenu/menuarrow.gif) no-repeat center left; */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* Drop-Down Menu Styles End */


/* Custom Style Classes - Begin */
.ContentLeft
{
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: Gold;
	text-align: left;
}
.ContentRight
{
	/* background-color: Black;
	background-image: none; 
or
	background-image: url(images/goldtexturecracle.gif); 
	background-repeat: repeat; */
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: Black;
	text-align: left;
}
.ContentAreaHeader
{
	color: Gold;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: center;
}
.ContentSectionHeader
{
	color: Gold;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
.PageFooter
{
	font-family: Arial, Sans-Serif;
	font-size: x-small;
	color: Gold;
	text-align: center;
}
.HallOfFameSectionTitle
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
}
.HallOfFameNames
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	font-family: Arial, Sans-Serif;
}
.TickerAnnouncements
{
	font-family: Arial, Sans-Serif;
	font-size: medium;
	color: Gold;
	text-align: left;
	font-weight: bold;
	background-color: black;
}
/* Custom Style Classes - End */
