	body{
	background-color:#000000;
	padding:0px;
	margin:0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
		}
		
	.header{
	background-image: url(images/index-header.gif);
	background-repeat: no-repeat;
	width:750px; height:113px;}	
	
	.lft{
	background-image: url(images/lft-side-sub.gif);	
	}	
		
	h1{color:#990000; font-size:22px; margin-top: 3px; margin-bottom: 10px;}
	
	h2{color:#336699; font-size:18px; margin-top: 3px; margin-bottom: 10px;}
		
	a:link {color: #990000; text-decoration: none;}
	a:visited {color: #006666; text-decoration: none;}
	a:hover {color: #336699; text-decoration: underline;}
	a:active {color: #990000; text-decoration: none;}
	
	
#blueblock{
	width: 138px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	font-weight:bold;
	color: #333;
	}
	
	* html #blueblock{ /*IE 6 only */
	width: 130px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
	}
	
	#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
	#blueblock li {
	border-bottom: 1px solid #FFFF99;
	margin: 0;
	margin-left: 12px;
	margin-right: 3px;
	}
	
	#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #a70505;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}
	
	html>body #blueblock li a{ /*Non IE6 width*/
	width: auto;
	}
	
	#blueblock li a:hover{
	border-left: 10px solid #CC6633;
	background-color: #660000;
	color: #fff;
	}
	
	.index-box{
	float:right;
	width: 170px;
	margin-left: 15px;
	}
	
.footer1{
	font-size: 10px;
	margin-top: 3px;
	padding:5px;
	text-align: center;
	color:#999999;
	background-color: #000000;
	border-top: #990000 3px solid;
	border-bottom: #990000 3px solid;
	}
	
	a.footer:link {color: #CC3300; text-decoration: none;}
	a.footer:visited {color: #CC3300; text-decoration: none;}
	a.footer:hover {color: #FFFF66; text-decoration: underline;}
	a.footer:active {color: #CC3300; text-decoration: none;}