/* Copyright 2006 21st Century Paul Revere Ride / 
   Elbel Consulting Services, LLC
   All rights reserved. */
HTML { margin: 0; padding: 0; }

body {  /* coordinate with following hack */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
   /* background: url(../images/paul_revere_rider.jpg) no-repeat fixed 900px; */
}
/* NS4 & IE3 hack: tables truncate style application - match Body above */
p, address, blockquote, body, div, dl, h1, h2, h3, h4, h5, h6, ol, pre, span, ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000060;
}

a:link { color: #1202AB; }
a:hover { color: #783401; }
a:active { color: #DC0103; }

p  { font-size: 13px; }

pre {
	margin-left: 30px;
	font-size: 10px;
}



div#nav {
	height: 800px; /* minimum page height */
	padding: 53px 4px 35px 4px;
}
div#nav p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 6px 0px;
	padding: 4px 10px 4px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 1.2px;
	color: #FFEDD6;
}
div#nav a:link { color: #FFEDD6; text-decoration: none; }
div#nav a:visited { color: #FFEDD6; text-decoration: none; }
div#nav a:hover { color: #E61C09; text-decoration: none; }
div#nav a:active { color: #E61C09; text-decoration: none;}
div#navWebsiteBy {
	font-size: 10px;
	margin: 20px 0px 20px 25px;
	font-weight: 400;
	font-style: italic;
	color: #FFEDD6;
}



dt, dd { font-size: 13px; }	
h1, h2, h3, h4, h5, h6 {
	color: #A13434; /*  #A14040; */ 
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1  {	font-size: 22px; font-weight: 800; margin: 20px 0px 35px 0px;
	border-top: 1px solid #AB2F2C;
	padding: 25px 0px 0px 0px;
}
h2  { font-size: 18px; font-weight: 700; margin: 60px 0px 10px 0px; }
h3  { font-size: 15px; font-weight: 600; margin: 50px 0px 10px 0px; }
h4  { font-size: 14px; font-weight: 600; }
h5  { font-size: 12px; font-weight: 600; font-style: italic; }
h6  { font-size: 9px;  font-weight: 600; font-style: italic; }
div.mainContent h1 {	
	margin-top: 26px;
	text-align: left;
	border-bottom: 2px solid #0E4F9E;
}


div#mainContentHomePage {
	margin: 0px 0px 40px 60px; 
}
div#mainContent {
	margin: 0px 0px 40px 60px; 
}


p.homePageMainURL {
	margin: 0px 1px 0px 0px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: right;
}

img#lantern {
	margin: 28px 0px 0px 34px;
}

div.currentLocation {
	margin: 10px 25px 28px 25px;
	padding: 10px 12px 10px 12px;
	border: 2px dotted #ED1E22;
	color: #C44300;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .5px;
}

div#articleText p {
	text-indent: 28px;
	font-size: 13px;

}


.large { font-size: 14px; }
.larger { font-size: 16px; }
.largest { font-size: 18px; }
.small { font-size: 10px; }
.smaller { font-size: 9px; }
.smallest { font-size: 8px; }
.indent {
	margin: 0px 0px 0px 40px;
}

div#articleText p.quote {
	font-size: 12px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #572810;
	text-indent: 0px;
}
.quoteHeavy  {
	margin: 0px 0px 10px 40px;
	font-size: 14px;
	color: #000054;
	font-family: Helvetica, Arial, Verdana, sans-serif; /* italic Verdana aliases */
	font-style: italic;
	font-weight: 700;
}	

.quote {
	margin: 2px 0px 10px 40px;
	color: #8F6900;
	font-size: 12px;
	font-weight: 700;
}
.quoteBy {
	margin: 2px 20px 30px 80px;
	color: #8F6900;
	font-size: 12px;
}

.quoteText {
	margin: 2px 0px 30px 40px;
	color: #8F6900;
	font-size: 12px;
}


.question {
	font-weight: 700;
}


div.pulloutBox {
	border: 2px solid #A14040;
	margin: 10px 10px 10px 30px;
	padding: 10px 10px 10px 10px;
	width: 200px;
	font-size: 10px;
	float: right;
	background: #ffffff;
}
div.pulloutBox p {
	font-size: 10px;
}


span.ul { text-decoration: underline; }	
span.indent { margin-left: 40px; }


.standoutBox {
	margin: 40px 25px 40px 25px;
	border: 2px solid #B00202;
	background-color: #FFFDF5;
	padding: 25px 35px 25px 35px;
}
.standoutBox h2 {
	margin-top: 10px;
}

div.contactForm {
	padding: 15px 0px 15px 30px;
	background-color: #BDCAF0;
	border: 1px solid #666666;
}
div.contactForm table tr td {
	font-size: 12px;
}
div.registerForm {
	padding: 15px 0px 15px 30px;
	background-color: #F2E5C2;
	border: 1px solid #666666;
}
div.registerForm table tr td {
	font-size: 12px;
}
span.formRequired {
	color: #BD003F;
}
div#submit {
	margin-top: 30px;
	margin-bottom: 30px;  	
	font-size: 10px;
}
input:focus {
	background-color: #FFFFE2;
}




ol li {  /* li implementation is problematic */
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-position: outside;
	display: block;
	list-style-type: decimal;
	font-size: 13px;
}
ul li {  
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-position: outside;
	display: block;
	list-style-type: square;
	font-size: 13px;
}

div.photoGroup img {
	margin: 65px 0px 0px 0px;
	border: 1px solid #888888;
	display: block;
}
div.photoGroup img {
	margin: 65px 0px 0px 0px;
	display: block;
}

div#topLinks {
	margin: 35px 0px 40px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#bottomLinks {
	margin: 35px 0px 40px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#bottomLinks hr {
	margin: 10px 68px 20px 68px;
}

div#WebsiteBy {
	font-size: 10px;
	margin: 40px 0px 20px 25px;
	font-weight: 400;
	font-style: italic;
	color: #A0A1BA;
	text-align: right;
}
