html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
form, legend, 
table, caption, tbody, tfoot, thead, tr, th/*, td*/ {margin: 0; padding: 0; border:0; outline: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1;
	background: #fff url(/images/bg.png) repeat-x;
}

fieldset { margin-bottom: 10px;	padding: 10px; }
table {	margin-bottom: 12px; }
td { line-height: 1.25em; }

div a { text-decoration: underline; }
div a:hover { text-decoration: none; }
a img { text-decoration: none; }

.clear { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.floatLeft { float:left; margin-right:10px; margin-left:0; }
.floatRight { float:right; margin-left:10px; margin-right:0; }

.small { font-size: .8em; }
.red { color: #FF0000; }

.bottom10 { margin-bottom: 10px; }


#Utility {
	clear: both;
	margin: 0 auto;
	width: 980px;
	height: 35px;
}
	#Utility div {
		padding: 12px 0 0 20px;
		float: right;
		font-size: .9em;
		color: #666;
	}
	#Utility div a {
		padding: 0 2px;
		color: #666;
		text-decoration: none;
	}
	#Utility div a:hover {
		text-decoration: underline;
	}

#Wrapper {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: url(/images/bg-Shadow.png) center repeat-y;
}

#Header {
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 980px;
	text-align: center;
}

#Navigation {
	clear: both;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 36px;
	background: url(/images/bg-Nav-Off.png);
	color: #fff;
}
	#Navigation ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: 920px;
		height: 36px;
	}
	#Navigation ul li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		cursor: pointer;
	}
	#Navigation ul li a {
		display: block;
		margin: 0;
		padding: 12px 20px 0 20px;
		height: 36px;
		color: #FFFFFF;
		font-weight: bold;
		letter-spacing: 1px;
		text-decoration: none;
	}
	#Navigation ul li a:hover {
		text-decoration: underline;
	}
	#Navigation ul li a.active {
		background: url(/images/bg-Nav-On.png) top repeat-x;
	}
	#Navigation ul li a.active:hover {
		color: #FFFFFF;
	}

#BodyContainer {
	clear: both;
	display: block;
	margin: 10px auto;
	width: 980px;
}

#Footer {
	clear: both;
	margin: 20px auto 0 auto;
	width: 980px;
	line-height: 1.25em;
	border-top: 2px #ccc solid;
}

	/* SPONSORS LOGO AREA */
	#Footer .top {
		padding-top: 20px;
		background: #fff url(/images/bg-FooterTop.png) top repeat-x;
	}
	#Footer .top ul {
		clear: both;
		overflow: hidden;
		margin: 0 auto 20px auto;
		height: 40px;
		font-size: .9em;
		font-weight: bold;
		color: #787878;
	}
	#Footer .top ul li {
		display: inline;
		float: left;
		overflow: hidden;
		height: 40px;
		padding: 10px 0 0 20px;
	}
	#Footer .top ul li.Last {
		padding-right: 20px;
		border-right: 2px #ddd solid;
	}
	#Footer .top ul li img {
		margin-top: -10px;
	}
	#Footer .top ul li img:hover {
		margin-top: -50px;
	}

	/* MANAGEMENT, LINKS, & OWNER AREA */
	#Footer .bottom {
		clear: both;
		padding: 20px 0 10px 0;
		color: #fff;
		background: #666 url(/images/bg-FooterBottom.png) top repeat-x;
	}
	#Footer .bottom h2 {
		margin-bottom: 6px;
		font-size: 1.25em;
		font-weight: bold;
	}
	#Footer .bottom p {
		margin-bottom: 6px;
		padding: 0 10px;
	}
	#Footer .bottom ul li {
		margin: 0 0 4px 25px;
		list-style: square;
	}
	#Footer .bottom a {
		color: #fff;
		text-decoration: underline;
	}
	#Footer .bottom a:hover {
		text-decoration: none;
	}
	#Footer .bottom .column_3 img {
		float: right;
		margin: 0 0 10px 10px;
	}

/* LANGUAGE DROPDOWN IN UTILITY */
.LanguageList dd { position:relative; }

.LanguageList dt {
	padding-right: 7px;
	background: url(/images/Icons/icon-LanguageArrow.gif) right no-repeat;
}

.LanguageList dd ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 2px;
	list-style: none;
	color: #999;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 500;
}
.LanguageList dd ul li a { display:block; text-decoration:none; }
.LanguageList dd ul li a:hover { text-decoration:none; background-color:#eee; }
