/* copyright Center for Public Conscience, 
   Fred Elbel Consulting Services, LLC 2005-2008 */
HTML { margin: 0; padding: 0; }

body {  /* coordinate with following hack */
	margin:  0; 
	padding: 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #00003D;
	/* font-family:   Georgia, Garamond, "Times New Roman", Times, serif; */
	/* font-family: "Tempus Sans ITC", Georgia, Garamond, "Times New Roman", Times, serif; */
	background-image: url(../images/bg3.gif);
	background-repeat: repeat;
}

	
/* NS4 & IE3 hack: tables truncate style application - match Body above */
p, address, blockquote, body, div, dl, ol, pre, span, ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #00003D;
}

a:link { color: #1202AB; }
a:hover { color: #AF5F5F; }
a:active { color: #947703; }

p  { font-size: 13px; }

dt, dd { font-size: 13px; }	

h1, h2, h3, h4, h5, h6 {
	color: #141663;
}
h1  {	font-size: 17px; font-weight: 800; margin: 50px 0px 20px 0px; }
h2  { font-size: 16px; font-weight: 700; margin: 50px 0px 20px 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; }


 
table#innerContainer {
	border: 8px solid #eaeaf0;
	background-color: #ffffff;
	margin:  0;
	padding: 0;
}
img#banner {
	margin:  0;
	padding: 0;
}

div#nav {
	margin:  0;
	padding: 4px 0px 4px 0px;
	background-color: #745A6B; 
}
span.navItem {
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	margin: 0px 10px 0px 10px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
div#nav a:link    { color: #D1C3CC; text-decoration: none; 	padding: 0px 10px 0px 10px;}
div#nav a:visited { color: #D1C3CC; text-decoration: none;	padding: 0px 10px 0px 10px;}
div#nav a:hover   { color: #475362; text-decoration: none;	padding: 0px 10px 0px 10px;
	background-color: #FCD884;
}


div#mainContent {
	margin: 30px 100px 20px 100px; 
}

div#footer {
	margin: 25px 60px 10px 0px;
	border-top: 2px solid #acabab;
	text-align: center;
	font-size: 22px;
}
div#footer p {
	font-size: 9px;
}

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

.highlight {
	color: #141661;
	font-weight: 700;
}
.quote {
	color: #BF5000;	
	font-weight: 700;
	font-size: 12px;
}
.quoteBy{
	margin: 10px 20px 10px 40px;
	font-size: 10px; 
}
.indent { 
	margin-left: 40px;
	font-size: 13px; 
}
.issueDatePublisher {
	text-align: right;
  	color: #141663;
}
.catalogArticleTitle {
	font-weight:600;
	font-style: italic;
}

span.ul { text-decoration: underline; }	



div.pulloutBoxRight {
	width: 210px;
	float: right;
	border: 1px solid #C95F1E;
	background-color: #FFF7DE;
	margin: 5px 10px 15px 30px;
	padding: 25px 20px 25px 20px;
	font-size: 10px;
	font-weight: 600;
}

div.feedback {
	margin: 45px 0px 30px 0px;
	border-top: 2px groove #339933;
	padding-top: 30px;
}
div.feedback p {
	font-size: 11px;	
}
span.feedbackBy {
	margin: 5px 0px 7px 45px;
	font-style: italic;
	display: block;
}


div.pulloutBoxLeft {
	width: 420px;
	background-color: #FFF7D4;
	border: 1px solid #442F52;
	margin: 10px 2px 20px 2px;
	padding: 14px 14px 14px 14px;
	font-size: 11px;
}
div.pulloutBoxHomePageRight {
	width: 200px;
	float: right;
	background-color: #FFF7D4;
	border: 1px solid #442F52;
	margin: 3px 2px 10px 20px;
	padding: 20px 14px 20px 14px;
	font-size: 11px;
	text-align: center;
}


table.dataTable tr td {
	font-size: 12px;
	text-align: right;
	padding: 2px 4px 2px 4px;
}
table.dataTable tr td span.th {
	font-weight: 700;
}


div.contactForm  {
	background: #E6DACB;
}
div.contactForm td {
	font-size: 12px;
	padding: 3px 0px 3px 0px;
}
td.required {
	color: #930102;
}
div.form table {
	background: #fbf3df; 
}
div.form td {
	font-size: 10px;
	padding: 5px 0px 5px 0px;
}
input:focus {
	background-color: #FFFFE2;
}


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




ol li {  /* li implementation is buggy */
	margin-right: 40px;
	margin-bottom: 4px;
	margin-left: 20px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: decimal;
}
ul li {  
	margin-right: 40px;
	margin-bottom: 4px;
	margin-left: 20px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: square;
}


div#topNotes {
	margin: 0px 0px 20px 0px;
	padding: 0;
}
div#topNotes p {
	font-size: 11px;
}
div#bottomNotes {
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #999999;
	padding: 0;
}
div#bottomNotes p {
	padding: 20px 0px 0px 0px;
	font-size: 11px;
}
div#bottomLinks {
	margin: 40px 0px 40px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #999999;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#bottomLinksCompact {
	margin: 16px 0px 6px 0px;
	text-align: center;
	font-size: 10px;
}

div#websiteBy  {
	margin: 10px 0px 10px 0px;
	font-size: 10px;
	color: #8D8D97;
	text-align: center;
}
div#websiteBy a:link { color: #8D8D97; }
div#websiteBy a:visited { color: #8D8D97; }
div#websiteBy a:hover { color: #CC1061; }


