@charset "utf-8";
/* Universal CSS Document */

*{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px solid red;
}

html{
	background: #01295a; /* Footer BG Color */
}

body{
	color: #fff;
	background: #064c9f url(../images/bg_Body.jpg) repeat-x;
	font-family:Arial, Tahoma Helvetica, sans-serif;
	font-size: 0.8em;
}

.clear{
	clear: both;
}

a{
	text-decoration: underline;
	color: #1e98f9;
}

a:hover
{
	text-decoration: none;
	color: #fff;
}

ul{
	list-style-type: none;
}

h1{
	font-size: 20px;
	color: #df7e1e;
}

h2{
	color: #fff;
	font-size: 15px;
}

.white{
	background:url(../images/bg_Table.png);
}

#content{
	width: 860px;
	margin: 0 auto;
}

#header{
	height: 152px;
	width: 100%;
}

#logo{
	position: relative;
	left: 67px;
	float: left;
	height: 116px;
	width: 228px;
	background: url(../images/bg_Logo.jpg) no-repeat;
}

	#logo a{
		display: block;
		height: 80px;
		width: 160px;
		position: relative;
		top: 10px;
	}
	
#topnav{
	height: 116px;
	width: 562px;
	background:url(../images/bg_TopNav.jpg) no-repeat;
	float: right;
}

	#topnav ul{
		float: right;
		left: -50px;
		position: relative;	
		margin: 5px 0 0 0;	
	}
	
		#topnav li{
			margin: 0 4px;
			display: inline;
			font-size: 0.75em;
		}
		
	#topnav a{
		text-decoration: none;
		color: #fff;
	}
	
	#topnav a:hover{		
		text-decoration: underline;
		color: #1e98f9;
	}

#mainnav{
	width: 860px;
	height:37px;
	background:url(../images/bg_MainNav.jpg) no-repeat;
}
	
	#mainnav ul{
		position: relative;
		left: 94px;
	}

	#mainnav li{
		display: inline;
		text-indent: -999em;
	}
	
	#mainnav li a{
		margin-right: 1px;
	}
	
	/* NAV HOVER STATES */
	li#mnabout a{
		width: 203px;
		height: 36px;
		display: block;
		float: left;
	}
	
	li#mnabout a:hover{
		background:url(../images/nav_AboutHover.jpg) no-repeat;
	}
	
		li#mnmember a{
			width: 137px;
			height: 36px;
			display: block;
			float: left;
		}
		
		li#mnmember a:hover{
			background: url(../images/nav_MemHover.jpg) no-repeat;
		}
	
	li#mnspon a{
		width: 131px;
		height: 36px;
		display: block;
		float: left;
	}
	
	li#mnspon a:hover{
		background: url(../images/nav_SponHover.jpg) no-repeat;
	}
	
		li#mnpress a{
			width: 91px;
			height: 36px;
			display: block;
			float: left;
		}
		
		li#mnpress a:hover{
			background: url(../images/nav_PressHover.jpg) no-repeat;
		}
	
	li#mnevents a{
		width: 110px;
		height: 36px;
		display: block;
		float: left;
	}
	
	li#mnevents a:hover{
		background: url(../images/nav_EventsHover.jpg) no-repeat;
	}
	
#bottomnav{
	background: url(../images/bg_BottomNav.jpg) repeat-x;
	height: 140px;
	font-size: 0.75em;
	border-top: 4px solid #ff9933;
	padding-top: 10px;
}	

	#bottomnavbody{
		width: 800px;
		margin: 0 auto;
	}

	#bottomnav li{
		display:inline;
		padding: 0 3px;
	}
	
	#bottomnav a{
		text-decoration: none;
		color: #fff;
	}
	
	#bottomnav a:hover{		
		text-decoration: underline;
		color: #1e98f9;
	}