@charset "UTF-8";
/*
This stylesheet defines the basic Reed text characteristics.
We start off by styling the generic tags to be used my the
mainContent area. Where the header, nav, and footer need
different styles, we apply more specific rules. We do it this
way mainly to allow Cascade to show proper styles for
mainContent when editing a page.
*/


/* ---------------------------------------------------------------------- */
/* ------------------------- BASE CONTENT STYLES ------------------------ */
/* --------------------- Styles for mainContent area -------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 150%;
}
p {
	margin: 0 0 12px 0;
}
a {
	color: #5e0501;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 34px;
	color: #1d1862;
	display: block;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1.6em;
	color: #77695d;
	line-height: normal;
	margin: 0 0 5px 0;
}
h3 {
	font-size: 1.2em;
	color: #77695d;
	font-weight: bold;
	line-height: 150%;
	border-bottom: 1px solid #ccc;
	margin: 15px 0 5px 0;
	padding-bottom: 1px;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}
h5, h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
}
table {
	font-size: 1em;
}

/* ------------------------------------------------------------------- */
/* ------------------------------ OVERRIDES -------------------------- */
/* ------------------------------------------------------------------- */

/*------------------------ REED NAVIGATION ------------------------*/
#reedNav h3 {
	position: absolute;
	left: -999em;
}

/*------------------------------ MISC ------------------------------*/
hr {
	border: none 0; 
	border-top: 1px solid #999999;/* The border */
	height: 1px;/* Whatever the total width of the border-top and border-bottom equal */
}