@charset "utf-8";
body {
	background-color: #EFE8C3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gfx_backgroundVert.png);
	background-repeat: repeat-x;
	line-height: 1.25em;
}
a {
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
a:visited {
	color: #09C;
}
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topNav {
	background-image: url(images/gfx_backgroundHoriz.png);
	background-repeat: repeat-y;
	height: 40px;
	width: 800px;
	margin: 0px;
	text-align: right;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
}
#topNav ul {
	display: block;
	font-size: 14px;
}
#topNav li {
	display: inline;
}
#topNav_spanish {
	background-image: url(images/gfx_backgroundHoriz.png);
	background-repeat: repeat-y;
	height: 40px;
	width: 800px;
	margin: 0px;
	text-align: right;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
}
#topNav_spanish ul {
	display: block;
	font-size: 12px;
}
#topNav_spanish li {
	display: inline;
}

#header {
	background-image: url(images/gfx_headerBackground.png);
	background-repeat: repeat-x;
	height: 160px;
	width: 840px;
}
#contentCol {
	background-image: url(images/gfx_backgroundHoriz.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 840px;
}#colLeft {
	clear: left;
	float: left;
	width: 510px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#colRight {
	clear: right;
	float: right;
	width: 230px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
}
#footer {
	margin: 0px;
	height: 80px;
	width: 760px;
	clear: both;
	background-image: url(images/gfx_footer.png);
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 0.7em;
	text-align: center;
	line-height: 1.5em;
}
.videoBox {
	margin-bottom: 20px;
}

.magicText {
	font-size: 0.25em;
	color: #FFFFFF;
	display: block;
	clear: both;
	padding-left: 30px;
}
.headline-1 {
	font-size: 170%;
	color: #06C;
	font-weight: bold;
	line-height: 90%;
}

.list-1 {
	list-style-type: disc;
	margin-left: 1em;
}
.list-1 li {
	margin-bottom: 0.5em;
}
.list-2 {
	list-style-type: disc;
	margin-left: 2em;
}
.list-2 li {
	margin-bottom: 0.5em;
}
.navListRight {
	font-size: 0.9em;
	color: #666;
	list-style-type: none;
	margin-bottom: 9px;
	line-height: 1em;
	margin-left: 1em;
}
.navListRight-In {
	font-size: 0.9em;
	color: #06C;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 9px;
	margin-left: 1em;
	list-style-image: url(images/gfx_arrowRight.png);
}
.colRightSmall {
	font-size: 0.9em;
	line-height: 1.5em;
}
.languageLink {
	font-size: 0.7em;
	text-align: center;
	display: block;
	padding-right: 16px;
	padding-top: 4px;
}
.rulesTopBottom {
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
