	@charset "UTF-8";
	/* CSS Document */
	
	dummy {display: none; }
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: medium;
		color: #333333;
		background-color: #8c1115;
		background-image: url(assets/images/bodyBG.png);
		background-repeat: repeat-x;
		background-position: left top;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
	
	p {
		font-size: 75%;
		line-height: 150%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	h1 {
		font-size: 115%;
		font-weight: bold;
		text-transform: uppercase;
		color: #8C1115;
		margin-top: 20px;
	}
	h2 {
		font-size: 115%;
		font-weight: bold;
		text-transform: uppercase;
	}
	h3 {
		font-size: 100%;
		font-weight: bold;
		text-transform: uppercase;
	}
	h4 {
		font-size: 100%;
	}
	h5 {
		font-size: 75%;
		font-weight: bold;
		text-transform: uppercase;
	}
	h6 {
		font-size: 75%;
		font-weight: bolder;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	a:link, a:visited {
		color: #8C1115;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
ul, ol {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	ul li {
		font-size: 75%;
		line-height: 175%;
		list-style-type: none;
		margin: 0px;
		padding-left: 0px;
		list-style-image: url(assets/images/liBG.png);
	}
	li  ul  li, li ol li {
		font-size: 100%;
	}
	ol li {
	font-size: 75%;
	margin-bottom: 10px;
	line-height: 175%;
	}
	dl {
		font-size: 75%;
		margin-bottom: 20px;
	}
	dt {
		font-weight: bold;
		margin-bottom: 0px;
	}
	dt em {
		color: #8C1115;
		font-style: normal;
		text-transform: uppercase;
	}
	dd {
		margin-bottom: 10px;
		margin-left: 0px;
	}
	form {
	float: left;
	}
	#contactForm  fieldset  p {
		clear: left;
	}
	#contactForm  fieldset  p label {
		font-weight: bold;
		float: left;
		display: block;
		width: 120px;
		padding-top: 4px;
	}
	#contactForm   fieldset   p input {
		float: left;
		font-weight: normal;
	}
	#contactForm  p #cfContact {
		font-weight: bold;
		margin-left: 120px;
	}
	#contactForm  fieldset  p textarea {
		border: 1px solid #8C1115;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #8C1115;
		padding: 2px;
	}
	fieldset {
		margin: 0px;
		padding: 0px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	div.release {
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #999999;
	}
	#container {
		background-color: #FFFFFF;
		text-align: left;
		height: 100%;
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		background-image: url(assets/images/containerBG.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	#header {
	clear: left;
	}
	#topNav {
	background-color: #8C1115;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
	background-image: url(assets/images/topNavBG.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 800px;
	}
	#topNav ul {
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		background-image: url(assets/images/topNav-li-bg.png);
		background-repeat: no-repeat;
		background-position: left center;
	}
	#topNav   li {
		background-image: url(none);
		margin: 0px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		list-style-image: none;
		list-style-type: none;
		float: left;
	}
	#topNav a:link, #topNav a:visited {
		color: #FFFFFF;
		text-decoration: none;
		background-image: url(assets/images/topNav-li-bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 15px;
		padding-left: 15px;
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#topNav a:hover {
		text-decoration: underline;
	}
	#topNav  .floatRight  li {
		background-image: url(assets/images/topNav-li-bg.png);
		background-repeat: no-repeat;
		background-position: right center;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#topNav         .floatRight        .english   a  {
		padding-left: 30px;
		padding-right: 10px;
		background-image: url(assets/images/english.png);
		background-position: left;
		margin-left: 10px;
	}
	#topNav  .floatRight  .spanish a {
		background-image: url(assets/images/spanish.png);
		background-position: left;
		padding-left: 30px;
		padding-right: 10px;
		margin-left: 5px;
	}
	#loginBar {
	background-color: #333333;
	float: left;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 900px;
	}
	#loginBar form {
	padding: 0px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
	float: left;
	}
	#loginBar p {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	#loginBar a:link {
	color: #FFFFFF;
	display: block;
	margin-top: 1px;
	}
	#loginBar label {
		padding: 0px;
		float: left;
		margin-top: 1px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#loginBar label.clearwidth {
		margin-right: 5px;
	}
	#loginBar   input {
		color: #333333;
		border: 1px solid #333333;
		margin-right: 15px;
		font-size: 100%;
		font-weight: normal;
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 2px;
		width: 80px;
	}
	#loginBar input#chkbox {
	width: auto;
	margin-top: 2px;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	#loginBar  input.submit {
		font-weight: bold;
		padding: 1px;
		width: auto;
	}
	
	#nav, #nav ul {
		list-style: none;
		line-height: 1;
		background-image: url(assets/images/navBG.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		margin: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 50px;
		background-color: #666666;
		height: 48px;
	}
	#nav  a:link, #nav a:visited {
		display: block;
		width: auto;
		font-size: 100%;
		font-weight: bold;
		text-transform: uppercase;
		color: #FFFFFF;
		text-decoration: none;
		padding-top: 13px;
		padding-right: 15px;
		padding-bottom: 14px;
		padding-left: 15px;
	}
	#nav a {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #333333;
	}
	#nav   li.first a {
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #333333;
	}
	#nav a:hover {
		background-image: url(assets/images/navOverBG.png);
		background-repeat: repeat-x;
		background-position: left top;
		background-color: #520b0d;
	}
	
	#nav li {
		float: left;
		height: 24px;
		width: auto;
		padding-right: 0px;
		padding-left: 0px;
		background-image: none;
		list-style-image: none;
	}
	#nav li:hover, #nav li.sfhover {
	}
	#nav li ul {
		position: absolute;
		width: 10em;
		left: -999em;
		background-image: none;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		height: 0px;
	}
	#nav li ul li {
		background-color: #FFFFFF;
		background-image: none;
		font-size: 100%;
		text-transform: none;
		color: #8C1115;
		line-height: 100%;
		padding: 0px;
		height: auto;
		margin: 0px;
	}
	#nav  li  ul  li  a:link, #nav  li  ul li a:visited {
		font-size: 85%;
		text-transform: none;
		color: #8C1115;
		text-decoration: none;
		background-image: none;
		width: 10em;
		background-color: #FFFFFF;
		display: block;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #8C1115;
		border-bottom-color: #8C1115;
		border-left-color: #8C1115;
		padding-top: 7px;
		padding-right: 10px;
		padding-bottom: 7px;
		padding-left: 20px;
	}
	#nav li ul li a:hover {
		color: #FFFFFF;
		background-color: #8C1115;
		background-image: url(assets/images/navLiBG.png);
		background-repeat: no-repeat;
		background-position: 5px;
	}
	#nav li ul li:hover, #nav li ul li.sfhover {
		background-color: #FFFFFF;
		background-image: none;
	}
	
	#nav li:hover ul, #nav li.sfhover ul  {
		left: auto;
		background-color: #FFFFFF;
	}
	#nav li ul ul {
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 125px;
		background-color: #FFFFFF;
		margin-top: -2em;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #8C1115;
		width: auto;
	}
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
		background-color: #FFFFFF;
	}
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
		left: auto;
	}
	#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 50px;
	background-image: url(assets/images/contentBG.png);
	background-repeat: repeat-y;
	float: left;
	clear: left;
	width: 850px;
	}
	#leftcol {
		width: 500px;
		float: left;
		padding-top: 10px;
	}
	#rightcol {
		float: right;
		width: 315px;
		border-left-width: 10px;
		border-left-style: solid;
		border-left-color: #333232;
	}
	#rightcol h1 {
		font-size: 80%;
		font-weight: bold;
		text-transform: none;
		color: #FFFFFF;
		background-color: #5A0B0E;
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 35px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
		padding-right: 50px;
		background-image: url(assets/images/rightcol-H1-BG.png);
	}
	#rightcol p {
		padding-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-right: 20px;
	}
	#rightcol ul {
		margin: 0px;
		padding: 0px;
	}
	#rightcol li {
		background-image: none;
		margin: 0px;
		padding: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;
		list-style-image: none;
		list-style-type: none;
		line-height: 150%;
	}
	#rightcol a:link, #rightcol a:visited {
		list-style-type: none;
		display: block;
		padding-top: 10px;
		padding-right: 50px;
		padding-bottom: 10px;
		padding-left: 20px;
		color: #333232;
		line-height: 150%;
	}
	#rightcol  a:hover {
		background-image: url(assets/images/liBG.png);
		background-repeat: no-repeat;
		background-position: 5px center;
		color: #8C1115;
		text-decoration: none;
	}
	#rightcol  p  a:link, #rightcol p a:visited {
		padding-left: 15px;
	}
	#rightcol  p  a:hover {
		background-position: left;
	}
	#rightcol     form  {
		padding-right: 20px;
		padding-left: 20px;
	}
	#rightcol form p {
		clear: left;
		padding-left: 0px;
		margin-left: 0px;
	}
	#rightcol form p a {
		margin-left: 0px;
	}
	#rightcol   input, input {
		margin-bottom: 10px;
		border: 1px solid #8C1115;
		font-weight: bold;
		color: #8C1115;
		background-color: #FFFFFF;
		padding: 3px;
	}
	#rightcol form p label {
		font-weight: bold;
		float: left;
		display: block;
		width: 80px;
		padding-top: 4px;
	}
	#rightcol form p label.clearwidth {
		width: auto;
		padding-top: 0px;
	}
	#rightcol form p input {
		font-weight: normal;
		float: left;
	}
	#footer {
		margin-right: 315px;
		padding-top: 0px;
		border-top-width: 1px;
		border-right-width: 10px;
		border-top-style: solid;
		border-right-style: solid;
		border-top-color: #333232;
		border-right-color: #333232;
		margin-left: 50px;
		padding-bottom: 30px;
		clear: both;
	}
#nlfooter {
	margin-right: 315px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #8C1115;
	margin-left: 50px;
	padding-bottom: 30px;
	clear: both;
	border-right-color: #8C1115;
}
#footer  a, #nlfooter a {
		font-weight: bold;
		text-transform: uppercase;
		background-image: url(assets/images/liBG.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
		color: #333232;
	}
	.floatLeft {
		float: left;
		padding-right: 20px;
	}
	.floatRight {
		float: right;
	}
	.clear {
		clear: both;
		font-size: 0px;
		margin: 0px;
		padding: 0px;
		height: 0px;
	}
div#nlfooter p.unsubscribe a:link, div#nlfooter p.unsubscribe a:visited {
	font-weight: normal;
	text-transform: none;
	color: #8C1115;
	text-decoration: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
div#nlfooter p.unsubscribe a:hover {
	text-decoration: underline;
}
#footer a.nodec, #nlfooter a.nodec     {
	text-decoration: none;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
