@charset "utf-8";
#content hr {
	border: #CCC dotted 1px;
	margin-left: -30px;
	margin-right: 12px;
	height: 1px;
}
#content h1 {
	display: block;
	font-size: 12px;
	color:#666666;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	background: url(/home/images/newhome/tops/Master.gif) no-repeat top;
}
#content ul {
	padding-bottom: 10px;
/*	background: url(/home/images/newhome/BoxBottom.gif) no-repeat bottom;*/
}
#content ul li {
	list-style: url(/home/images/newhome/bullet.gif) outside;
	margin-left: -17px;	
	margin-bottom: 5px;
	padding-right: 10px;
}
#content a:link, #content a:visited {
	color: #6666CC;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #6699FF;
	text-decoration: underline;	
}
#banner {
	height: 200;
}
#story {
	margin: 5px;
}
#story h2 {
	display: block;
	font-size: 12px;
	color:#666666;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
#left-col {
	float: left;
	width: 292px;
}
#left-col div {
	margin: 10px;
  	background-color: #EAEAEA;
	text-align: left;
}
#right-col {
	float: right;
	width: 292px;
}
#right-col div {
	margin: 10px;
  	background-color: #EAEAEA;
	text-align: left;
}
.clear {
	clear: both;
}

