a:link, a:visited {
	color: #ccc;
	text-decoration:none;
}
a:active, a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#narrow1 a {
	color:#fff;
}
#wrapper {
	width:80%;
	margin:0 auto;
	background: #f00;
}
#container {
	float:left;
	width:100%;
	background: #f00;
}
#content {
	background-color:#FF0000;
	background-image:url(../images/corner1_red.gif);
	background-repeat:no-repeat;
	padding: 70px 5px 0px 10px;
}
#footer {
	clear:both;
	width:80%;
	margin:0 auto;
	background-image: url(../images/corner2_red.gif);
	background-repeat: no-repeat;
	background-color:#FF0000;
	border-top: 1px dashed #ffffff;
	height:64px;
	text-align:center;
}
.separator {
	width: 29%;
	float:left;
	height:100%;
	padding:10px;
}
ul {
	list-style-type:none;
}
li.head {
	font-size:1.1em;
	font-weight:bolder;
	color:#c6f3ff;
}
li.sub {
	color:#f0ffd6;
	font-size:0.9em;
	font-weight:bold;
	text-indent:15px;
}
li.pag {
	text-indent:30px;
}
.underline {
	paddin-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px dashed #414256;
	font-wieght:bolder;
	font-size:1.4em;
	color: #ccc;
}
ul li.sub a:link, ul li.sub a:visited {
	color:#f0ffd6;
	text-decoration:none;
}
ul li.sub a:active, ul li.sub a:hover {
	font-weight:bold;
	text-decoration:underline;
}
.results {
	display:block;
	margin:5px 5px 20px 5px;
	color:#fff;
}
.results strong {
	color:#c9e1dc;
}
.results a {
	color:#000;
}
