@charset "utf-8";
/* CSS Document */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 
	hr, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
	}
	strong, b{ font-weight:bold; }
	em, i{ font-style:italic; }
	/* remember to define focus styles! */
	:focus{ outline: 0; }
	
	.clear{ clear:both; }
	
	body{ background:#000; color:#000; margin:0px; font-size:12px; line-height:24px; font-family:Arial, Helvetica, sans-serif; }
	
	h1{ color:#990129; font-weight:bold; font-size:24px; margin-bottom:15px; }
	h2{ font-size:20px; font-weight:bold; color:#990129; }
	
	#header{ width:1000px; height:234px; margin:auto; background:url(../images/header.jpg) no-repeat; }
	#content_contain{ width:1000px; margin:auto; background:url(../images/content_back.gif) repeat-y; position:relative; }
	#content_contain #tr_graphic{ position:absolute; top:0px; right:0px; background:url(../images/top_right.gif) no-repeat; width:19px; height:34px; overflow:hidden; }

	#content_contain #left_col{ float:left; background:url(../images/nav_back.gif) no-repeat; width:213px; padding-top:10px; color:#FFF; position:relative; }
	#content_contain #left_col #force_height{ float:left; width:1px; height:600px; z-index:1; display:inline; }
	#content_contain #left_col #nav{ padding-left:40px; list-style:none; margin-bottom:290px; }
	#content_contain #left_col #nav li{ }
	#content_contain #left_col #nav li a{ color:#FFF; text-decoration:none; }
	#content_contain #left_col #nav li a:hover{ color:#990128; text-decoration:underline; }
	#content_contain #left_col #left_foot{ position:absolute; bottom:0px; right:18px; width:158px; padding-bottom:15px; z-index:999; }
	#content_contain #left_col #left_foot table{ width:100%; line-height:14px; margin:5px 0 10px 0; } 
	
	#content_contain #content{ float:left; width:691px; margin-left:41px; padding-top:10px; }
	#content_contain #content .highlight{ color:#990129; font-size:18px; }
	
	#footer{ width:1000px; height:20px; position:relative; margin:auto; }
	#footer #blc{ position:absolute; top:-7px; right:19px; background:url(../images/brc_white.gif) no-repeat; width:7px; height:7px; overflow:hidden; }
	#footer #brc{ position:absolute; top:-7px; left:21px; background:url(../images/blc_blue.gif) no-repeat; width:7px; height:7px; overflow:hidden; }
	
	a {color:#960000}
	a:hover {color:#515151}
	blockquote, ol {padding-left:20px; line-height:16px;}
