/* general */

body {
	margin: 0;
	font-family: arial;
	background-color: #7890AF;
}

/* h1 is used for the main page title */
h1 {
	color: white;
	margin: 0;
}

/* h2 is used for the treatment method headers header */
h2 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed black;
}

p {
	margin-top: 0.5em;
}

a {
	color: #4143A8;
	text-decoration: none;
}

a:hover {
	color: white;
}



/* specific */

div#frame_title {
	width: 100%;
	padding: 0.2em;
	background-color: gray;
	border-bottom: 1px solid black;
}

div#frame_page {
	margin-top: 1em;
	width: 100%;
	padding: 0.5em;
}

div#intro {
	margin-top: 2em;
	background-color: white;
	border: 1px solid black;
	padding: 0 0.5em 0 0.5em;
}

p.pullquote {
	margin-top: 0.5em;
	font-size: 14pt;
	font-weight: bold;
}

div#pictures {
	margin: 2em 0 2em 0;
}