/* CSS Document */

body {
	color: Black;
	width: 725px;
	margin: 8px auto;
	font: 10pt Arial, Helvetica, sans-serif;
	background-color: #91ACC0;
}
h1 {
	font-size: 16pt;
	color: #CC3300;
	background-color: inherit;
}
h2 {
	font-size: 14pt;
	color: #BE9C3C;
	background-color: inherit;
}
h3 {
	font-size: 11pt;
	color: #990000;
	background-color: inherit;
}
h4 {
	font-size: 11pt;
	color: #093F60;
	background-color: inherit;
}
ul { 
	padding-bottom: 0;
}
#main {
	color: black;
	background-color: #EDD491;
}
#searchbar { 
	background-color: #91ACC0;
	color: #FFFFFF;
	padding: 6px;
 	text-align: right;
	font-size: 9pt;
	border-top: 1px white solid;
	border-right: 1px white solid;
}
#searchbar span {
 	float: left;
}
#logo { 
	float: left;
}
#tagline { 
	background-color: #FFFFFF;
	text-align: center;
	color: #91ACC0;
}
#nav { 
	background-color: #E1B947;
}
#contentfront {
	padding: 1%;
	background-color: White;
	color: Black;
  margin-left: 178px;
}
#content {
	padding: 2%;
	background-color: White;
	color: Black;
}
#content img {
	padding-left: 4px;
}
#content li {
 padding-bottom: 6px;
}
#contentfront li {
 padding-bottom: 6px;
}
#footer {
	background-color: #91ACC0;
	color: #FFFFFF;
	font-size: 9pt;
	padding: 4px;
	border-bottom: 1px solid white;
    border-left: 1px solid white;
	border-right: 1px solid white;
}
#searchbar a, #footer a {
  color: white;
  background: inherit;
}
.modified {
  text-align: right;
  padding-right: 1px;
  background-color: #91ACC0;
  color: white;
}
/* .contentsearch { width: 680px; padding-right: 10px; padding-left: 10px; } */

#sidebar {
  float: left;
  width: 170px;
  padding: 4px;
}
#sidebar h2 {
  color: black;
  background: #E1B947;
  margin: 40px 0 0 0;
  padding: 0;
}
#sidebar ul {
  margin: 0;
  padding: 0;
}
#sidebar li {
  list-style: none;
  background: #EDD491;
  color: black;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 1px;
  border-bottom: 1px white solid;
  text-align: center;
}
.ct {	text-align: center; }
.bi {	font-style: italic;	font-weight: bold;}
.boxes {
  width: 250px;
  float: right;
  padding-left: 4px;
}
.boxleft {
	width: 350px;
	float: left;
}
.boxright {
	width: 200px;
	float: right
}
.boxes h2 {
  margin: 1px;
}
.boxes p {
  margin: 0;
}
.boxgold h3 {
  color: black;
  background: #E1B947;
  margin-top: 0;
} 
.boxgold {
  color: black;
  background: #EDD491;
  padding: 4px;
}
/* .boxred h3 {
  color: white;
  background: #CC0001;
} */
.boxred {
  color: black;
  background: #DE6665;
  padding: 4px;
}
/* .boxblue h3 {
  color: white;
  background: #0E425A;
} */
.boxblue  {
	color: black;
	background: #A6C0D5;
	padding: 4px;
}
.boxtopblue {
	color: #FFFFFF;
	background-color: #093F60;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.linkdisclaimer {
	font: 10pt Arial, Helvetica, sans-serif; 
	color: #093F60;
	border: 1px solid #333333;
	padding: 4px;
}
.text11pt {
	font-size: 11pt;
}
.text9pt {
	font-size: 9pt;
}
.text8pt {
	font-size: 8pt;
}
.textblue {
	color: #093F60;
}
.textbluebold, .textbluebold a {
	color: #0A4A72;
	font-weight: bold;
}
.textbluelt {
	color: #8CABC2;
}
.textred {
	color: #CC0000;
}
.textgold {
	color: #BE9C3C;
}
.textred {
	color: #990000;
}
.backtotop {
	text-align: center;
	font-size: 8pt;
	margin-bottom: 20px;
}
.lessspace {
	margin-top: .4em;
	margin-bottom: .4em;
}
.linewhtrht {
	border-right: 1px white solid;
	background-color: inherit;
}
.source {
	font-size: 8pt;
	padding-left: 20px;
	padding-right: 20px;
}
#content ul li {
	list-style-image: url(/images2008/listbtngold.gif);
}
#contentfront ul li {
	list-style-image: url(/images2008/listbtngold.gif);
}
#content .boxgold ul li {
	list-style-image: url(/images2008/listbtnblue.gif);
}
form {
	margin-bottom: 0px;
	margin-top: 0px;
}.boxblank {
	border: 2px solid #87A1B3;
	padding: 6px;
}
.word {
	margin-bottom: 6px;
	cursor: pointer;
}
.answer {
	margin-left: 20px;
	margin-top: 0px;
	display: none;
}
.linebelow {
	border-bottom: black 1px solid;
}
