/* Don't display these */
#skip-links, 
#header-nav,
#tagline,
#utilities, 
#interstim-search,
#main-nav,
#sub-nav,
#banner,
.video-player-wrapper,
.footer-links,
body div.wcm-region-marker,
body div.wcm-contributor-banner {
	display: none !important;
}
/* end display:none elements */

* {
	color: #000;
	font-size: 11pt;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	margin: 0;
	width: auto;
}
.logo img {
	border: none;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 15pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	font-size: 13pt;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 3pt;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.sub-info p ,
.sub-info ul,
.sub-info ol {
	margin-bottom: 6pt;
}
.sub-info p.intro {
	font-size:14pt;
	line-height:16pt;
}

a[href]:after {
 content: " (" attr(href) ") ";
 font-size: 90%;
}

a[href^="/"]:after {
	content: " (http://www.everyday-freedom.com" attr(href) ") ";
}

.logo a[href]:after {
 content: "";
}