/* Global Section */
body{
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #120500;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #Container selector 
	line-height:19px; */
	line-height:20px;
	
}
/* Get's rid of ugly blue borders >:( */
img {
	border-style: none;
}

a {
	text-decoration:underline;
	color:#481400;
}
a:link {
	color:#481400;
	text-decoration:underline;
}      /* unvisited link */
a:visited {
	color:#120500;
	text-decoration:underline;
}  /* visited link */
a:hover {
	color:#B04820;
	text-decoration:underline;
}  /* mouse over link */
a:active {
	color:#481400;
	text-decoration:underline;
}  /* selected link */


h1 {
	font-size:24px;
	line-height: 50%;
	padding-top: 15px;
}
h2 {
	background-image:url(../images/horizontal-rule.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
h3 {
	width:380px;
	background-image:url(../images/horizontal-rule.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position:relative;
	left: 25px;
}
h4 {
	width:580px;
	background-image:url(../images/horizontal-rule.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align:center;
	margin:auto;
	font-size: 150%;
}
th {
	font-size: 125%;
	text-align: center;
	text-transform: uppercase;
	border-style:solid;
	border-width:1px;
	height: 26px;
	background-image:url(../images/AlternateTableHeaderBG.gif);
	vertical-align:middle;
	border-color: #ab937e;
	border-bottom-style:none;
}
td{
	text-align:center;
	border-style:solid;
	border-width:1px;
	padding:5px 0 5px 0;
	border-color: #ab937e;
}
td.left{
	text-align:right;
	padding:5px 10px 5px 0;
	width: 140px;
	border-style:solid;
	border-width:1px;
	border-right-style:none;
	border-color: #ab937e;
}
td.right{
	text-align:left;
	padding:5px 0 5px 10px;
	width: 140px;
	border-style:solid;
	border-width:1px;
	border-color: #ab937e;
	border-left-style:none;
}
td.fixedwidth {
	width: 140px;
}

table.table {
	width: 300px;
	margin: 0 auto;
	border-collapse:collapse;
}
p.date{
	font-size:10px;
	font-style:italic;
	color:#666;
	line-height:50%;
	padding: 0 0 10px 0;
	background-image:url(../images/horizontal-rule.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
p.content{
	font-size:14px;
	line-height:19px;
	position:relative;
	top: -5px;
	padding-bottom: 15px;
}

#Container{
	width: 100%;
	text-align: left;
}


/* Header Section */
#HeaderContainer{
	width: 100%;
	height: 140px;
	background-image:url(../images/header_bg_span.jpg);
}
#Header{
	width: 946px;
	height: 140px;
	margin: 0 auto;
	background-image:url(../images/header_bg.jpg);
	padding: 5px 0 5px 14px;
}



/* Navigation Menu Section */
#NavMenuContainer{
	width: 100%;
	height: 40px;
	background-image:url(../images/menu_horizontal.png)
}
#NavMenu{
	/* width: 960px; */
	width: 960px;
	height: 40px;
	margin: 0 auto;
}
#NavMenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 40px;
	background-image: url(../images/navi_bg.png);
}

#submenu{
	height: 40px;
}

#NavMenu li{
float: left;
width: auto;
} 
#NavMenu li.cancel {
	margin: 0;
	background-image:none;
	line-height: 39px; 
	background-color:#F90;
	padding: 0;
}

#NavMenu a.cancel{
	margin: 0;
	background-color: #ff751a;
	background-image: none;

	line-height: 39px;
	height: 40px;
}

.submenu ul{
	margin: 0;
	background-image:none;
	line-height: 39px;
	height: 40px;
}
#NavMenu ul a {
	background-image: url(../images/navi_divider.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;/*Orignal: 10px */
	padding-left: 10px;/* Orignal: 6px */ /*I added 2 px each for more width */
	display: block;
	line-height: 40px; 
	text-decoration: none;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 14px;
	color: #E8E8E8;
}
/* UL SUBNAVLIST */
 ul li { /* A UL that is part of a List Item */
	position: relative;
	background:none;
	}


li ul { /* A LI that is part of an Unordered List */
	position: absolute;
	/*left: 10px;*/
	top: 40px;
	display: none;
	background: none;
	padding-left: 20px;
	padding-right: 80px;
	}

li:hover ul {
	display: block;
	}



/* Main Content Section */
#MainContentContainer{
	width: 100%;
	height: 0 auto 0 auto;
	min-height: 100px;
	float:left;
	background-image:url(../images/main_bg.png);
}
#MainContent{
	width: 888px;
	margin: auto;
	background-image:url(../images/main_bg.png);
	padding: 1em 48px 0 24px;
	font-size: 14px;
}

#MainContentCenter{
	width: 888px;
	margin: auto;
	background-image:url(../images/main_bg.png);
	padding: 1em 48px 0 24px;
	font-size: 14px;
	text-align:center;
}
#MainContent li{
	position:relative;
	left: -20px;
}
#Sponsorship li{
	position:relative;
	left: 30px;
}
 
/* Footer Section */
#FooterContainer{
	width: 100%;
	float:left;
	background-color:#120500;
	margin: 0 auto 0 auto;
}
#Footer{
	/*
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
	color:#FFF;
	font-size:12px;
	height:	54px;
	line-height:30px;
	*/
	width: 960px;
	margin: 0 auto;
	text-align:center;
	font-size: 12px;
	position:relative;
	top: 0px;
	border-style:none;
}
#Footer a{
	color:#FFF;
}



#LeftFooter{
	border-color:#120500;
	width:33%;
	float:left;
}

#CenterFooter{
	border-color:#120500;
	width:33%;
	float:left;
	vertical-align:middle;
	/* height:76px; */
}
#RightFooter{
	border-color:#120500;
	width:33%;
	float:left;
}

a.Hanging {
	position:relative;
	left:20px;
}
