﻿img {
	border: none
	}

/* Typography
================================== */

body {
	font: 0.76em/1.2em Georgia, Arial, serif;
	margin: 20px;
	color: #000;
	}

p {
	margin: 0.5em 0 1em 0;
	}
	
	
h1, h2, h3, h4, h5, h6, textarea {
	font-family: Georgia, Arial, serif;
	line-height:120%;
	color: #7A2E83;
	}
	
h1  {
	border-bottom: 1px solid #7A2E83;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}
	
h1 {
	font-size: 218%;
	}

h2 {
	font-size: 164%;
	}

h3 {
	font-size: 145%;
	}
	
h3 br {
	margin: 0 0 .7em 0;
	}

h4 {
	font-size: 100%;
	}
	
ul, ol {
	margin: 0.5em 0 1em 2em;
	line-height: 1.5em;
	}
	
a {
    color: #7A2E83;
	text-decoration: none;
    }
	

/* Common structural elements
================================== */

.hr hr {
	display: none;
	}
	
.hr {
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px dotted #494848;
	}
	
/* Hiding elements not needed for print
================================== */

.skip-to-content,
.nav-wrapper,
.footer-links,
.bookmark-links,
.left-col,
.media-panel {
	display: none;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	}
