/* Link styles */
a {
	text-decoration: none;
	color: #5E89A7;
}

a:hover {
	color: #003366;
}
a img {
	border: none;
}
#navigation li a, #navigation span.selected {
	font-weight: bold;
	display: block;
	color: white;
	background-image: url(../images/full_button.gif);
	background-repeat: no-repeat;
	width: 190px;
	background-position: left top;
	margin: 0px;
	line-height: 1.4em;
	padding: 3px 0 5px 20px;
}
#navigation li a:hover, #navigation span.selected {
	text-decoration: none;
	background-image: url(../images/full_button_ovr.gif);
}
#sublinks li a {
	margin: 1px 0;
	font-size: 0.8em;
	width: 168px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: none;
	font-weight: normal;
}
#sublinks li a:hover {
	background-color: #ADC4D3;
	background-image: none;
}
#link a {
	color: #003366;
	text-decoration: none
}
#content p a {
	text-decoration: underline;
}
#structure .single {
	float: left;
	padding-right: 10px;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: underline;
	margin-top: 2em;
}
a.single {
	font-size: 1em;
	background-image: url(../images/arrowLinkSingle.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	line-height: 1.2em;
	text-decoration: none;
}
