/*===========================================================================
	Typography (Global)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

/*
	Headings Glossary
	
	H1 Page Heading
	H2 
	H3 
	H4 
	H5 
	H6 
*/

/* Page
===========================================================================*/

html {
	font-size: 62.5%; /* Sets 1.0em == 10px, 0.5em == 5px, etc. */
}

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.0em; /* 10px relative to 10px */
}

/* Defaults
===========================================================================*/

/* Misc. Block */

address {
	font-style: normal;
}

/* Misc. Inline */

abbr,
acronym {
	border-bottom-style: none; /* for Gecko */
	font-style: normal; /* for OmniWeb 5.1 */
}

/* Links */

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em; /* 10 relative to 10 */
}

/* Lists */

/* Common Classes
===========================================================================*/

div#mission-statement h3 {
	text-indent: -1000em;
}

div#mission-statement p {
	font-size: 1.1em; /* 11 relative to 10 */
	line-height: 2.0901em; /* 23 relative to 11 */
	text-align: center;
}

div#content-wrapper p#copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7273em; /* 8 relative to 11 */
	letter-spacing: .375em; /* 3 relative to 8 */
	text-transform: uppercase;
}

/* Content
===========================================================================*/

div#page div#content-wrapper {
	font-size: 1.1em; /* 11 relative to 10 */
	line-height: 1.5455em; /* 17 relative to 11 */
}

div#content h3.subtitle {
	font-weight: normal;
}

div#content p a.back-link {
	text-decoration: none;
}

ul#secondary-nav li a {
	text-decoration: none;
}

/* Copyright
===========================================================================*/

body p#site-by-rd2 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	text-align: right;
	text-transform: uppercase;
}

p#site-by-rd2 a {
	text-decoration: none;
}
