/************************/
/*  Default Typography  */
/************************/
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.6em;
	line-height: 1em;
	margin-bottom: .5em;
	margin-top: 0;
}
h2 {
	font-size: 2.4em;
	line-height: .75em;
	margin-bottom: .75em;
	margin-top: .75em;
}
h3 {
	font-size: 2.1em;
	line-height: .857em;
	margin-bottom: .857em;
	margin-top: .857em;
	color: #998530;
}
h4 {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #727352;
}
h5 {
	font-size: 1.6em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	margin-top: 1.125em;
	color: #959561;
}
h6 {
	font-size: 1.4em;
	line-height: 1.286em;
	margin-bottom: 1.286em;
	margin-top: 1.286em;
}
p, blockquote, ul, ol, dl {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	color: #666;
}
dt {
	font-size: 1.4em;
	margin-top: 1.286em;
}
dd, dd  p {
	font-size: 1em;
}
blockquote {
	font-style: italic;
	text-indent: -.4em;
}
em {
	font-style: italic;
}
ol {
	list-style: decimal;
	padding-left: 22px;
}
ol ol {
	list-style: lower-alpha;
	font-size: 1em;
	margin-top: 0;
	color: #555;
}
ul ul {
	font-size: 1em;
	margin-top: 0;
	color: #777;
}
ul li p {
	font-size: 1em;
}
/*****************************/
/*  Site Specific Overrides  */
/*****************************/
#wrapper-1 ul {
	list-style: square;
	padding-left: 22px;
}
#wrapper-1 #tabs ul#tabNav {
	list-style: none;
	padding-left: 0;
	margin-top: 0;
}
