/*
	UNIVERSAL SITE COLORS:
	Navy:	#002C59	(Links and headers)
	Gray:	#555555 (Body text color)
	Brown:	#716253 (Lighter brown)
	
		ACCENTS:
		Dk Brown:	#4D4136 (Darker brown)
		Lt Gray:	#A3A7A9 (Lighter gray)
		Lt Blue:	#ABBACA (Lighter blue)
*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #555;}

h1, h2, h3, h4 {
	margin: 0;
/* 	font-weight: normal; */
	font-weight:bold;
	color: #002C59;
/* 	font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Times New Roman", Times, serif;}

/*
REMOVED 2-2-2012
h1 { font-size: 44px; margin-bottom: 20px;margin-top: 10px; }
*/
h1 { font-size:1.75em;margin-bottom:20px;margin-top:10px; }

/*
REMOVED 2-2-2012
h2 { font-size: 1.75em; text-transform: uppercase; font-weight: bold;margin-top:20px;padding-top: 10px; }'
*/
h2 { font-size:1.5em;text-transform:none;margin-top:20px;padding-top:10px; }

/*
REMOVED 2-2-2012
h3 { font-size: 1.5em; font-style: italic; display: block; width: 100%; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #002C59 }
*/
h3 { font-size:1.35em;font-style:italic;display:block;width:100%;margin-bottom:15px;padding-bottom:5px;border-bottom:1px solid #002C59; }

h4 { font-size:1.25em;font-style:normal;display:block;width:100%;margin-bottom:15px;padding-bottom:5px; }

h5 { font-size:1.25em;font-style:normal;display:block;width:100%;margin-bottom:15px;padding-bottom:5px;color:#444; }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: justify;}

ul, ol { }

blockquote { }

a { color: #002C59; text-decoration: underline; font-weight: bold;  }

a:hover { text-decoration: none; }

	.pullquote{
		width:35%;
		float:right;
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		text-align:left;
		font-size: 1.1em;
		font-style: italic;
		color: #999;
		margin-bottom:.5em;
		}
	
	#page #sidebar ul.notopmargin 
		{
		margin-top:0px;
		}
