/* ---------------------------------------------------
RESOURCES
----------------------------------------------------- */ 
#resourcecontent {
	float:right;
	width:370px;
	background-repeat: no-repeat;
	font-size: 80%;
	color: #FFFFFF;
}

#links {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#links ul {
	list-style-type: none;
	width: 370px;
	margin: 0;
	padding: 0;
}

#links li {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #444444;
	border-bottom-color: #444444;
}

#links li a {
	color: #FFFFFF;
	display: block;
	padding: 5px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#links li a:hover {
	background-image: url(img/carbonblk.gif);
	background-repeat: repeat;
}

#links a em {
	color: #FFFFFF;
	display: block;
	line-height: 115%;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0em;
	padding-top: 4px;
	padding-bottom: 4px;
}

#links a span {
	color: #FF0000;
	line-height: 150%;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0em;
}
#links a:hover span {
	color: #FFCC00;
}

