/* Typographical Style - font, weight, line spacing, etc. */
body {	
	font: 110%/1.5 Georgia, "Times New Roman", serif;
	color: #300;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	letter-spacing: -0.05em;
}
h1 { font: 150%;
	text-transform:lowercase;
}
h2 { font: 135% }
h3 { font: 120% }
a { color:#005A94 }
a:hover { color: #300 }
p  { margin-top:0.8em }
em {
	font-size: 1.05em;
	font-style: italic;
	font-weight: bold;
}
ul#navigation li {
	font:1.80em/2.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration: underline;
	font-variant: small-caps;
}
ul#navigation li.nav_active {
	background-image:url(../images/nav_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 12px;
	text-decoration: none ! important;
}
ul#sub-navigation a {
	font:1.40em/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-decoration: underline;
	font-variant: small-caps;
}
div#sidebar h1 {
	font-size:140%;
	position:relative;
	top: .2em; left:-0.2em;
	font-variant:small-caps;
}
caption {
	border-bottom:solid 1px #17540F;
	border-top:solid 1px #17540F;
	padding-top:20px;
}
div p{
	font-size:130%;
}
div p:first-letter {
	font-size:110%;
	font-weight:bold;
}
div#footer {
	font: 80%/1.0 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
#footer p {
	font-size:1em;
	color: #003300;
	font-style:italic;
	padding: 1em 0;
}
