/* ########################################
	SIDENOTES
########################################### */

.arc90_sidenoteLNK { padding: 0 .3em; }

.arc90_sidenoteTXT {
	text-align: center;
	width: 12em;
	line-height: 1.2em;
	font-size: 1em;
	padding: .5em;
}

.arc90_sidenoteTXT a {
	text-decoration: none;
}

/* Below are the styles for the four color schemes use in side notes */
.arc90_sidenoteCLR0 {
	border: 2px solid #0082D6;
	background-color: #FFFFFF;
}

.arc90_sidenoteCLR1 {
	border: 2px solid #c5c5c5;
	background-color: #FFFFFF;
}

/* The below attirbutes handle the alternating floating */
		
/* Float the odd numbered sidenotes to the right. */
div.arc90_sidenoteCLR0 {
	margin: 1em 0 1em 1em;
	float: right;
}

/* Float the even numbered sidenotes to the left. */
div.arc90_sidenoteCLR1 {
	margin: 1em 1em 1em 0;
	float: left;
}
