@charset "utf-8";
/* CSS Document */

div#links ul {
	padding-top: 0;
	list-style-image: url(../images/arrow.gif);
	}

div#links li {
	padding: 0;
	margin: 0;
	float: left;
	width: 350px;
}


div#links h3 {
	clear: both;
	font-size: 1em;
	margin: 0;
	padding-top: 1.2em;
	padding-bottom: 1em;
}

div#links ul p {
	color: #556688;
	margin: 0;
	padding: 0.2em 1em 2em 0;
	font-size: 1em;
}

div#links a {
	text-decoration: none;
	}

div#links a:link {
	color: #113366;
	font-weight: bold;
	text-decoration: underline;
	}

div#links a:visited {
	color: #113366;
	font-weight: bold;
	text-decoration: underline;
}

div#links a:active {
	color: #900;
}

div#links a:hover {
	color: #c90;
	text-decoration: underline;
}







