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

/* PAGE STYLES */
/* ratio:  content/[header OR footer] = 13/10; content/borBox = 13/11 */

body {
	background-color: white;
}

#skip {
	display: none;
}

#standardbanner {
	font-size: 8.08pt;
}

#LSide { /* display: none hides whole left margin */
	display: none;
	float: left;
	width: 181px;
	w\idth: 181px;
	border: 1px solid #CCCCCC;
	margin-top: 8px;
}

#content {
	font-family: /*"Giddyup Std", Gigi, "Bradley Hand ITC", "Kristen ITC", Palatino, "Palatino Linotype",*/ "Franklin Gothic Book", "Helvetica Neue", "URW Gothic L", Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	margin: 8px 1% 0px 0px;
}

/*
#content h1, #content h2, #content h3 {
	font-family: "Franklin Gothic Book", "Helvetica Neue", "URW Gothic L", Arial, Helvetica, sans-serif;
}
*/

h1, h2, h3 {
	text-shadow: none;
}
#borBox {
	font-size: 8.46pt;
}

#footer {
	font-size: 8.08pt;
}
#SocialEnclose {
	display: none;
}

/* GIVES URL OF LINKS - PROBLEMATIC FOR IN-SITE LINKS
#content a:link:after, #content a:visited:after {
	content: " [Link: " attr(href) "]";
}
*/
