#home_body {
	margin: 0px;
	background-color: #404040;  /* #FFFFFF; */
	background-image: url(/images/dark_bg.jpg); 
	background-repeat: repeat-x;
}
*, body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
a { color: #6699FF;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
a:link, a:visited, a:active { text-decoration: none; }
a:hover div {
 text-decoration: underline; 
 color: orange; 
}

a.boxlink, a.boxlink:link, a.boxlink:visited, a.boxlink:active {
	text-decoration: none;
}
a.boxlink:hover div {
	text-decoration: none;
	color: orange;
	cursor: hand;
} 

h1.major {
color:orange;
text-align:left;
font-size:24px;
line-height:30px;
margin-left:4px;
}

#ccn_08_container {
	width: 1000px;
	text-align: center;
	background-color: #FFFFFF;
}


#footer_08 { 
	width: 1000px;
	margin: 10px 0px;
	color: #666666;
/*	border: 1px solid red; */
}							
#footer hr {
width:1000px;
height: 1px;
margin-top:4px; margin-bottom:4px;
margin-left:auto;margin-right:auto;
color:#666666;
text-align: center;
} 