/* Common Sense on Mass Immigration
	media: screen
   author:  Fred Elbel */
	
HTML { margin: 0; padding:0; }

body {  /* coordinate with hack, below */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* color: #100040; */
	color: #100043;
}
/* NS4 & IE3 hack: tables truncate style application - coordinate with 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: #100043;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	/* background-image: url(../images/background5.gif); */
}

a:link { color: #1202AC; }
a:hover { color: #783402; }
a:active { color: #DC0101; }

p  { font-size: 13px; }

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

dt, dd { font-size: 13px; }	
h1, h2, h3, h4, h5, h6 {
	color: #000054; /*  #000054; #DA0000; */
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1  {	font-size: 24px; font-weight: 700; 	margin: 10px 0px 35px 0px; }
h2  { font-size: 18px; font-weight: 700; margin: 40px 0px 10px 0px;}
h3  { font-size: 15px; font-weight: 600; }
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; }

h1#homePage { 
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	margin: 35px 0px 30px 0px; 	
	border-bottom: 0px;
}
img#homePageMainImg {
	margin: 0px 0px 0px 0px; 
	border: 1px solid #0E085E;
}


div#header{
	margin: 30px 65px 40px 50px; 
}
div#header h1 {	
	font-size: 20px; font-weight: 700; 
	margin: 10px 0px 1px 0px; 	
	padding: 0px 0px 2px 0px; 
	border-bottom: 2px solid #B5000C; 
}
div#header p { 
	font-family: "Times New Roman", Times, serif;
	color: #000054;
	font-size: 12px; font-weight: 600;
	margin: 3px 0px 0px 0px;
	padding: 0 0 0 0;
	text-align: right;
}


div.nav {
	padding: 0px 98px 5px 0px; 
	text-align: right;
}
p.nav{
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 1px;
}


div#mainContent {
	margin: 45px 100px 28px 100px;
}
div#articleText p {
	text-indent: 28px;
	font-size: 13px;
}

div#orderForm p {
	font-size: 11px;
}
div#orderForm table tr td p {
	font-size: 11px;
	line-height: 18px;
}


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


div#articleText p.quote {
	font-size: 12px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #572810;
	text-indent: 0px;
}
.quoteHeavy  {
	font-size: 13px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #000054;
	font-family: Helvetica, Arial, Verdana, sans-serif; /* italic Verdana aliases */
	font-style: italic;
	font-weight: 700;
}	
.quoteText {
	/* color: #CAAE6A; */
	color: #830309;
	font-size: 11px;
	/* font-weight: 700; */
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.updated {
	margin: 0px 17px 0px 50px;
	color: #999999;
	font-size: 9px;
	font-weight: 400;
	text-align: right;
}

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

.articleFirstLetter {
	font-family: Times, "Times New Roman", Courrier, courrier-new, Serif; 
	font-weight: 700;
	font-size: 160%;	
	color: #AB8903;	
}
p#articleBy { 
	font-size: 11px; font-weight: 500; 
	margin: 35px 0px 0px 100px;
}
div#endNotes h2 { 
	margin: 55px 0px 0px 0px;
	font-size: 12px; 
	font-weight: 600; 
}
div#endNotes p {
	margin: 20px 0px 10px 0px;
	font-size: 10px;
}



table.form {
	background: #D6B4AB; /*  #D6A79A  #C1C8E8 */
}
td.formField {
	font-size: 10px;
}
div.formSubmit {
	margin-top: 30px;
	margin-bottom: 30px;  	
	font-size: 10px;
	text-align: center;
}
input:focus {
	background-color: #FFFFE3;
}



ol li {  /* li implementation is buggy */
	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.linksList {
	margin-left: 0px;
}
.linksList ul {
	margin: 0 0 0 0;
	display: block;
}
.linksList ul li {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 7px;
	display: block;
}


div.articleList {
	margin: 0 0 0 0; 
}
.articleList ul {
	margin: 0 0 0 0; 
	display: block;
}
.articleList ul li {
	margin: 0 0 10 0; 
	list-style-position: outside;
	list-style-type: none;
	font-size: 13px;
	display: block;
}
.articleList a {
	font-size: 13px;
}



div.tipList {
	margin: 0 0 0 50; 
}
.tipList ol {
	margin: 0 0 0 0; 
	display: block;
}
.tipList ol li {
	margin: 0 0 16 0; 
	list-style-position: outside;
	font-size: 13px;
	display: block;
}
.tipList a {
	font-size: 13px;
}


