* {
	padding: 0;
	/*margin: 0;*/
}

body {
	font-family: "Lucida Grande", Arial, sans;
	background: #efefef url('bg-tile.jpg') center repeat;
}

h1 {
	font-family: "Helvetica";
	font-size: 24px;
	letter-spacing: -1px;
	color: #b03a16;
	margin: 10px 0px;
	padding-bottom: 8px;
	border-bottom:6px solid #b03a16;
}

#author {
	text-align: right;
	color: #666;
	font-size: 10px;
	margin-top: -10px;
	}

h2 {
	font-family: "Helvetica";
	font-size: 18px;
	letter-spacing: -1px;
	color: #b03a16;
	margin: 30px 0px 5px 0px;
	padding-bottom: 5px;
	border-bottom:3px solid #b03a16;
}

blockquote {
	font-family: "Baskerville", serif;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	background: transparent url('blockquote.png') top left no-repeat;
	margin: 20px 0 0 0;
	padding-left: 45px;
}

code {
	font-size: 12px;
}

pre {
	font-size: 11px;
	background: white;
	padding: 10px;
	-webkit-border-radius: 6px;
	overflow-x: auto;
	color: #555;
}

#mission_statement {
	display: none;
}

#content {
	width: 580px;
	margin: 0 auto 40px auto;
	text-align: justify;
	line-height: 1.7em;
	font-size: 9pt;
}
#logo {
	margin: 50px auto 20px auto;
	text-align: center;
	width: 380px;
	height: 100px;
	background: transparent url(13bold.png) top left no-repeat;
}

a:link, a:visited {
	color: #bb3e17;
	text-decoration: none;
	background: transparent;
	padding: 1px 4px;
	margin: 0px -4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background: #bb3e17;
	padding: 1px 4px;
	margin: 0px -4px;
	-webkit-border-radius: 4px;
}

small {
	font-family: "Myriad Pro", Helvetica;
	font-size: 8pt;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

em {
	font-size: 11pt;
}

img {
	border: 1px solid #999;
	padding: 5px;
	max-width: 568px;
	background: white;
	-webkit-box-shadow: 0px 2px 5px #999;
}

p.diagram {
	text-align: center;
}

dfn {
		font-style: italic;
	}
