/* Revision 1109.23 */

html, body {
	margin:		0px;
	padding:		0px;
	background:		url(../../images/bgstate_new.gif);	
	background-color:	#ffffff;
	font-family:	"Times New Roman",Times,serif;
	font-size:		12pt;
	}

/* The header and footer */

#foot {
	display:		block;
	margin-left:	165px;
	margin-right:	20px;
	background:		#ffffff;
	font-family:	helvetica,verdana,arial,sanserif;
	font-size:		7pt;
	}

#container {
	position:		relative;
	display:		block;
	}

#inner {
	display:		block;
	padding:		5px;
	}

#left {
	float:		left;
	position:		relative;
	width:		116px;
	padding-left:	6px;
	font-family:	helvetica,verdana,arial,sanserif;
	font-size:		8pt;
	}

#cancelcurrent {
	float:		left;
	margin-left:	-6px;
	position:		relative;
	width:		120px;
	font-family:	helvetica,verdana,arial,sanserif;
	font-size:		8pt;
	}

#center {
	position:		relative;
	display:		block;
	padding:		5px;
	margin-top:		4px;
	margin-left:	165px;
	margin-right:	20px;
	height:		1%;
	}

#legal {
	position:		relative;
	display:		block;
	padding:		5px;
	margin-left:	165px;
	margin-right:	20px;
	font-family:	"Courier new",courier,serif;
	font-size:		10pt;
	}

#sources {
	position:		relative;
	display:		block;
	padding:		5px;
	margin-top:		4px;
	margin-left:	165px;
	margin-right:	20px;
	font-size:		8pt;
	clear:		right;
	}

#addinfo {
	position:		relative;
	display:		block;
	padding:		5px;
	margin-top:		4px;
	margin-left:	165px;
	margin-right:	20px;
	}

#navbottom {
	background-color:	#000066;
	padding:		6px;
	text-align:		center;
	font-size:		7.5pt;
	}


#contacttable {
	float:		right;
	border:		0;
	}

#horizontalnav {
	margin-left:	165px;
	margin-right:	20px;
	margin-bottom:	20px;
	}

/* frame for symbol information */
#symbolhead {
	background-color:	#000066;
	padding:		6px;
	border:		solid 2px #aa0000;
	font-size:		14pt;
	font-weight:	bold;
	}

#verses {
	margin-left:	20px;
	}

#verses h2 {
	border:		none;
	background-color:	#ffffff;
	font-family:	"Times New Roman",Times,serif;
	font-style:		italic;
	font-size:		16pt;
	color:		#666666;
		}

#verses pre {
	margin-left:	30px;
	}

#verses p {
	margin-top:		-1.5em;
	margin-left:	30px;
	}


/* LINKS */

#left a {
	color:		#9999ff;
	border-left:	6px double #aa0000;
	padding-left:	6px;
	line-height:	12pt;
	}

#left a:hover {
	color:		#000099;
	background-color:	#ffffff;
	line-height:	12pt;
	}

#left a:visited {
	color:		#aaaaaa;
	border-left:	6px double #aa0000;
	font-weight:	bold;
	line-height:	12pt;
	text-decoration:	none;
	padding-left:	6px;
	}

#center a:visited {
	color:		#333333;
	}

#center a:link.tbltitle {
	color:		#ffffaa;
	}

#center a:visited.tbltitle {
	color:		#ffffaa;
	}

#navbottom a {
	color:		#9999ff;
	border-left:	6px double #aa0000;
	padding-left:	6px;
	padding-right:	6px;
	line-height:	12pt;
	}

#navbottom a:hover {
	color:		#000099;
	background-color:	#ffffff;
	}

#navbottom a:visited {
	color:		#aaaaaa;
	border-left:	6px double #aa0000;
	padding-left:	6px;
	font-weight:	bold;
	line-height:	12pt;
	text-decoration:	none;
	}

/*FOR NAVIGATION WHERE ONE DOESN'T WANT BORDERS, ETC*/
#cancelcurrent a {
	color:		#9999ff;
	border:		none;
	line-height:	12pt;
	}

#cancelcurrent a:hover {
	color:		#000099;
	background-color:	#ffffff;
	line-height:	12pt;
	}

#cancelcurrent a:visited {
	color:		#aaaaaa;
	font-weight:	bold;
	line-height:	12pt;
	text-decoration:	none;
	}

#imagenav {
	border:		none;
	}

#imagenav  a:hover {
	border:		none;
	}

.clear {
	clear:		both;
	}

h1 {
 	font-size:		20pt;
 	font-family:	times;
	color:		#000099;
	}

h2 {
	padding:		6px 6px;
	border-left:	solid 1px #1b70bd;
	border-bottom:	solid 1px #1b70bd;
	background-color:	#edf3fe;
	letter-spacing:	.05em;
	font-family:	"Times New Roman",Times,serif;
	font-size:		12pt;
	}

h2.green {
	padding:		6px 6px;
	border-left:	solid 1px #66aa66;
	border-bottom:	solid 1px #66aa66;
	background-color:	#eeffee;
	letter-spacing:	.05em;
	font-family:	"Times New Roman",Times,serif;
	font-size:		12pt;
	}

h3 {
	padding:		6px 6px;
	border-left:	solid 1px #aaaadd;
	border-bottom:	solid 1px #aaaadd;
	background-color:	#ffdddd;
	letter-spacing:	.05em;
	font-size:		12pt;
	}

h3.yellow {
	padding:		6px 6px;
	border-left:	solid 1px #ccccaa;
	border-bottom:	solid 1px #ccccaa;
	background-color:	#ffffcc;
	letter-spacing:	.05em;
	font-size:		12pt;
	}

tr	{
	vertical-align:	top;
	}

em {
	font-weight:	bold;
	}

.textunderline {
	text-decoration:	underline;
	}

hr {
	color:		#aa0000
	}

.centerfoot {
	text-align:		center;
	}

.top {
	text-align:		right;
	}

/* PARAGRAPHS */

p.sourcepara {
	font-family:	helvetica,verdana,arial,sans-serif;
	font-size:		8pt;
	padding:		2px;
	background-color:	#eeeeee;
	border-left:	double;
	padding-left:	6px;
	}

.symblable {
	color:		#ff0000;
	padding-left:	50px;
	padding-right:	4px;
	}

.symbname {
	color:		#ffffdd;
	padding-left:	10px;
	color:		#ffffaa;
	}

.symbsci {
	color:		#ffffdd;
	padding-left:	40px;
	font-style:		italic;
	color:		#ffffaa;
	}

.symbdate {
	color:		#ffffaa;
	}


.rightnav {
	float:		right;
	margin-top:		-40px;
	}

.bordertext {
	padding:		1px;
	border:		solid 1px black;
	}

.boldred {
	font-weight:	bold;
	color:		red;
	}

blockquote.oneup
	{
	font-style:		italic;
	}

.oneupquotetag {
	text-align:		right;
	margin-top:		-1em;
	}

/* LEGAL */

#legaldoc {
	text-align:		justify;
	font-family:	"Courier new",courier,serif;
	font-size:		10pt;
	color:		#333333;
	background-color:	#ffffee;
	padding:		1em;
	border:		solid 1px #000099;
	margin-left:	50px;
	margin-right:	100px;
	}

#halflegaldoc {
	text-align:		justify;
	font-family:	"Courier new",courier,serif;
	font-size:		10pt;
	color:		#333333;
	background-color:	#ffffee;
	padding:		1em;
	border:		solid 1px #000099;
	margin-left:	50px;
	margin-right:	100px;
	}

/* LEGAL CENTERED LARGER */						
.legaltitle	{
	text-align:		center;
	font-size:		12pt;
	}

.legalitalic {
	font-family:	"Times New Roman",Times,serif;
	font-size:		12pt;
	font-style:		italic;
	}

.legalcenteritalic {
	font-family:	"Times New Roman",Times,serif;
	font-size:		12pt;
	font-style:		italic;
	text-align:		center;
	}

/* LEGAL NORMAL CENTERED TEXT */
.legalcenter
	{
	text-align:		center;
	}

/* LEGAL CENTERED LARGER FLOATING RIGHT */
.legaltitleright {
	font-size:		12pt;
	text-align:		right;
	}

.legalnormfloatright {
	text-align:		right;
	}

.legalindent {
	text-indent:	2em;
	margin-top:		-.5em;
	}

.legalparindent1 {
	margin-left:	4em;
	margin-top:		-1em;
	}

.legalparindent2 {
	margin-left:	6em;
	margin-top:		-1em;
	}

.legalparindent3 {
	margin-left:	8em;
	margin-top:		-1em;
	}


/* LARGE COLORED FIRST LETTER */
p.initial:first-letter
	{
	font-size:		120%;
	color:		#000099;
	}

/* Images  */

.floatimgleft {
	float:		left;
	margin:		10px 10px 10px 0px;
	text-align:		center;
	font-family:	helvetica,verdana,arial,sans-serif;
	font-size:		8pt;
	}

.floatimgright {
	float:		right;
	margin:		10px 0px 10px 10px;
	text-align:		center;
	font-family:	helvetica,verdana,arial,sans-serif;
	font-size:		8pt;
	clear:		right;
	margin-right:	expression(-10+"px");
	padding-left:	expression(2+"px");
	}

img.noborder {
	border:		none;
	}

img {
	border:		solid 1px #333333;
	}

.googlecustomsearch {
	font-family:	helvetica,verdana,arial,sans-serif;
	font-size:		8pt;
	vertical-align:	top;
	}

/*  SYMBOL PAGE SELECTORS */
#symboltable {
	}

#symboltable table {
	border-collapse:	collapse;
	width:		100%;
	margin-top:		10px;
	}

#symboltable th {
	background-color:	#000099;
	border:		solid 1px #aa0000;
	padding:		4px 4px 6px 6px;
	color:		#ffffaa;
	font-family:	helvetica,arial,verdana,sans-serif;
	font-size:		11pt;
	font-weight:	bold;
	text-align:		left;
	white-space:	nowrap;
	}

#symboltable th.alphalinkline {
	background-color:	#ffffaa;
	text-align:		center;
	color:		#000000;
	font-size:		8pt;
	font-weight:	normal;
	letter-spacing:	.3em;
	}


#symboltable th.embeddedsubheader {
	border-left:	solid 1px #1b70bd;
	border-bottom:	solid 1px #1b70bd;
	border-right:	none;
	background-color:	#edf3fe;
	padding:		4px 4px 6px 6px;
	color:		#000066;
	font-size:		11pt;
	font-weight:	bold;
	letter-spacing:	.2em;
	}

#symboltable td.schoolname {
	padding-left:	10px;
	}

#symboltable td {
	padding:		4px 4px 4px 6px;
	border-bottom:	solid 1px #666666;
	border-left:	solid 1px #666666;
	}

#symboltable td.symbclass {
	background-color:	#ffffaa;
	}

#symboltable td.symbitem {
	}

#symboltable td.symbyear {
	background-color:	#ffffaa;
	text-align:		right;
	border-right:	solid 1px #666666;
	}

#symboltable img.topright {
	float:		right;
	border:		none;
	}

/* INTRODUCTION PAGE SELECTORS */
#triviadivision {
	}

#statetrivia h2 {
	font-family:	helvetica,arial,verdana,sans-serif;
	color:		#aa0000;
	font-size:		10pt;
	}

#statetrivia p {
	margin-left:	20px;
	}

#statenames {
	clear:		right;
	}

#statenames h2 {
	background-color:	#ddffdd;
	border-left:	solid 1px #99aa99;
	border-bottom:	solid 1px #99aa99;
	}


#statenickname {
	clear:		right;
	}

#statenickname h2{
	background-color:	#ffffdd;
	border-left:	solid 1px #999966;
	border-bottom:	solid 1px #999966;
	}

#statenickname h3 {
	margin-left:	20px;
	color:		#000099;
	border:		none;
	background-color:	#ffffff;
	}

#statenickname p {
	margin-left:	40px;
	margin-top:		-1.5em;
	}

#statenickname p.next {
	margin-left:	40px;
	margin-top:		1em;
	}

#statecitizens {
	clear:		right;
	}

#statecitizens h2 {
	background-color:	#ddffff;
	border-left:	solid 1px #669999;
	border-bottom:	solid 1px #669999;
	}

#statenquarter {
	clear:		right;
	}

#statequarter h2 {
	background-color:	#eeeeee;
	border-left:	solid 1px #666666;
	border-bottom:	solid 1px #666666;
	}

#weathercontainer {
	float:		right;
	margin:		10px 0px 10px 10px;
	}

#weathercontainer img {
	border:		none;
	float:		left;
	}

#weathercontainer td {
	padding-bottom:	1px;
	}


/*  BAR PAPER TABLE */
#stripedtable {
	border-collapse:		collapse;
	margin-left:		auto;
	margin-right:		auto;
	width:			100%;
	}

#stripedtable th {
	color:			#000066;
	background-color:		#ffcccc;
	padding-left:		4px;
	padding-right:		4px;
	border-bottom:		solid 1px #aaaaaa;
	border-left:		solid 1px #aaaaaa;
	}

#stripedtable tbody tr td {
	padding:			4px;
	border-bottom:		solid 1px #dddddd;
	border-left:		solid 1px #dddddd;
	}
	
#stripedtable tbody tr.selected td {
	background-color: 	#3d80df;
	}

/*  BAR PAPER TABLE NUMBER 2 */
#stripedtable2 {
	border-collapse:		collapse;
	margin-left:		auto;
	margin-right:		auto;
	width:			100%;
	}

#stripedtable2 th {
/*	color:			#000066; */
	color:			#ffffff;
/*	background-color:		#ffcccc; */
	background-color:		#000066;
	padding-left:		4px;
	padding-right:		4px;
	text-align:			left;
	border:			solid 2px #aa0000;
/*	border-bottom:		solid 1px #aaaaaa; */
/*	border-left:		solid 1px #aaaaaa; */
	}

#stripedtable2 tbody tr td {
	padding:			4px;
	border-bottom:		solid 1px #dddddd;
	border-left:		solid 1px #dddddd;
	font-family:		arial,helvetica,tahoma,sans-serif;
	font-size:			8pt;
	}
	
#stripedtable2 tbody tr.selected td {
	background-color: 	#3d80df;
	}

#stripedtable2 a:link.thlink {
	color:		#ffffff;
	}

/* ALMANAC PAGES */
.citycolumn2 {
	margin-right:		60px;
	margin-top:			-100px;
	float:			right;
	vertical-align:		top;
	}

/* PAGE TABLES 1 and 2 */
#pagetable table {
	width:			100%;
	border-collapse:		collapse;
	}

#pagetable td {
	padding:			4px;
	border-bottom:		solid 1px #aaaaaa;
	border-left:		solid 1px #aaaaaa;
	}

#pagetable tfoot td {
	font-family:	arial,helvetica,tahoma,sans-serif;
	font-size:		8pt;
	padding:		4px;
/*	border-bottom:	solid 1px #1b70bd; */
	background-color:	#ffeeee;
	}

#pagetable td.tag {
	}

#pagetable td.content {
	}

#pagetable tr.bluerow {
	background-color:		#edf3fe;
	}



#pagetable2 table {
	border-collapse:		collapse;
	width:			100%;
	}

#pagetable2 td {
	padding:			4px;
	border-bottom:		solid 1px #aaaaaa;
	border-left:		solid 1px #aaaaaa;
	}

#pagetable2 td.tag {
	}

#pagetable2 td.content {
	}

#pagetable2 tr.bluerow {
	background-color:		#edf3fe;
	}

.almarank {
	background-color:	#ffffdd;
	}

#pagetable td.rank {
	color:		#aa0000;
	background-color:	#ffffdd;
	}

/*ECONOMY PAGES */

div.h3para {
	margin-left:	50px;
	margin-bottom:	6px;
	padding:		6px 10px;
	border:		solid 1px #aa0000;
	}

p.moreinfo {
	text-align:		right;
	}

/*MAP PAGES*/

#twocolumndisplay {
	vertical-align:	top;
	}

#twocolumndisplay p {
	margin-left:	10px;
	}

#columnonedisplay {
	width:		49%;
	float:		left;
	}

#columnonedisplay p {
	margin-top:		-10px;
	}

#columntwodisplay {
	width:		49%;
	float:		right;
	}

#columntwodisplay p {
	margin-top:		-10px;
	}

/*FORUM TABLE*/

#forumtable {
	border-collapse:		collapse;
	width:			100%;
	}

/* QUIZ PAGES */

.qnumber {
	margin-left:		10px;
	font-weight:		bold;
	font-family:		helvetica,arial,verdana,sans-serf;
	color:			#aa0000;
	}

.qask {
	margin-left:		10px;
	}

.qanswer {
	padding-left:		40px;
	}

.qalpha {
	}

.qresponse {
	}

/* NEWSPAPERS */

p.centerhead {
	font-family:	helvetica,arial,verdana,sans-serif;
	font-size:		8pt;
	text-align:		center;
	}

/* MARKETPLACE */

img.adimage {
	float:		left;
	margin-right:	10px;
	border:		none;
	}

p.adbox {
	font-family:	helvetica,arial,verdana,sans-serif;
	font-size:		8pt;
	height:		102px;
	width:		280px;
	border:		solid 1px #000099;
	padding-right:	6px;
	padding-top:	10px;
	padding-left:	10px;
	margin-bottom:	20px;
	}

/* COOLSCHOOLS */

.schoolname {
	white-space:	nowrap;
	}

.schoolgrades {
	white-space:	nowrap;
	}

.schoolsubmitter {
	white-space:	nowrap;
	}

/* INTRO */

#didyouknow {
	font-family:	helvetica,arial,verdana,sans-serif;
	font-size:		10pt;
	}

#didyouknow table {
	border-collapse:	collapse;
	width:		100%;
	border:		solid 1px #cc0000;
	margin-top:		20px;
	}

.didyouknowtag {
	background-color:	#cc0000;
	color:		#ffffff;
	font-weight:	bold;
	white-space:	nowrap;
	padding:		6px;
	}

.didyouknowinfo {
	background-color:	#ffdddd;
	color:		#cc0000;
	padding:		6px 6px 6px 15px;
	}

/* PRESIDENTS */

blockquote.legalbc {
	font-family:	"Courier New",courier,georgia,"goudy old style",serif;
	font-size:		70%;
	color:		#666666;
	text-align:		justify;
	background-color:	#ffffee;
	padding:		1em;
	border:		solid 1px #000099;
	}

/*  TABLES */

.headblueredborder {
	text-align:		left;
	font-size:		120%;
	color:		#ffffff;
	background-color:	#000066;
	border:		solid 1px #aa0000;
	padding:		4px;
	}

.sansserifbodycell {
	font-family:	helvetica,arial,verdana,sans-serif;
	font-size:		9pt;
	}

/* MUSEUM PAGE TABLE - WANT TO STANDARDIZE THIS */

#standardtbl {
	border-collapse:	collapse;
	width:		100%;
	}

#standardtbl thead {
	background-color:	#000066;
	color:		#ffffff;
	border:		solid 2px #aa0000;
	}

#standardtbl th,td {
	padding:		4px;
	text-align:		left;
	}

#standardtbl th {
	border:		solid 2px #aa0000;
	}

#standardtbl td {
	border-left:	solid 1px #aaaaaa;
	border-bottom:	solid 1px #aaaaaa;
	font-family:	helvetica,arial,verdana,sans-serif;
	font-size:		8pt;
	}

#standardtbl tr.bluerow {
	background-color:	#edf3fe;
	}

#standardtbl a:link.thlink {
	color:		#ffffff;
	}