a {
  /* font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; */
		color: #AD0303; /* faded red:B63C3C  deep red:7B0C03 */
		text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link {
  font-weight : bold;
		text-decoration : none;
  /* color : #B72D1E;  red */
}

a:visited {
  font-weight : bold;
  /* color : #B72D1E;   red */
}

a:active {
  font-weight : bold;
  /* color : #B72D1E;   red */
}

img {
 border: none;
}

body {
  background-color: #DED098;  /* DED098  sand:F3E8C8 */
  /* background-image: url(../images/bg.gif); */
  background-position: top left;
  background-repeat: no-repeat;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
		font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
  color: #6A503F;
  padding-top: 5px;
		padding-bottom: 8px;		
}

h1 {
	font-size: 1em;
	/* color: #A75F10;   dark gold #1 was originally A76A10 */
	font-weight: bold;
}

h2 {
	font-size: 0.90em;
	/* color: #A77810;   dark gold #2 was originally A76A10 */
	font-weight: bold;
}

h3 {
	font-size: 0.84em;
	/*color: #6A503F;   8F7C60  dark gold #2:A77810  was originally A76A10 */
	font-weight: bold;
}

h4 {
	font-size: 0.84em;
	/*color: #000000;   black */
	font-weight: bold;
}


dl {
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 1.5em;
}

dt {
	font-size: 0.84em;
	margin-bottom: 0.5em;
}

dd {
	font-size: 0.84em;
	margin-left: 1.0em;
	margin-bottom: 1.0em;
}

input {
  font-size : 1.0em;
}

textarea {
  font-size : 1.0em;
}


/* HTML pseudo-classes */


input:focus {
  background-color : #FFFFCC;
}

textarea:focus {
  background-color : #FFFFCC;
}

select:focus {
  background-color : #FFFFCC;
}

a.nav {
  font-weight : bold;
  text-decoration : none;
  /* color : #B72D1E;   red */
}

/* generic classes used for formatting text only, try a <span> tag  */

.success {
	font-size: 0.84em;
	color: #0B704A;  /* green */
	font-weight: bold;
}

.error {
  font-weight : bold;
  font-size : 0.84em;
  color : #1A599F; /* gray-blue */
}

.large {
  font-size : 1em;
}

.medium {
  font-size : 0.84em;
}

.small {
  font-size : 0.70em;
}

.bookTitle {
  text-decoration: underline;
}

.whiteBold {
  font-weight : bold;
  color: #FFFFFF; 
  font-size : 0.84em;
}

.tableTitle {
  font-weight : bold;
  font-size : 0.84em;
}

.label {
  font-size : 0.84em;
		padding-bottom: 4px;
}

.boldLabel {
  font-size : 0.84em;
  font-weight : bold;
}


#glyph1, #glyph2, #glyph3 {
  display: inline; 
}

#flashCard {
  display: inline; 
  margin-bottom: 0em;
}

#answer { 
  margin: 0em;
}

#control { 
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

#message { 
  margin-top: 1.5em;
  margin-bottom: 0em;
}

#header {
  padding-bottom: 20px;
		text-transform: lowercase;
}

#navigation {
  width: 170px;
  float: left;
}

#fcard_navigation {
  width: 170px;
  float: left;
		border-right: 1px #4C4842 dotted; 		
}

#sidebar {
 
}

#content {
  width: 500px;
  float: left;
		border-left: 1px #4C4842 dotted; 
		padding-left: 30px; 
}

#fcard_content {
  width: 500px;
  float: left;
		padding-left: 30px; 
}

#selectLesson {
  margin-left: -5px;
}

.box {
  margin: 0px 30px 20px 0px;
		padding: 5px;
  border: 1px #4C4842 dotted;
}

#footer {
  /* border-top: 1px #4C4842 dotted; */
		padding-top: 10px;
		text-align: center;
}

#wrapper {
}

#page {
	width: 800px; 
	margin: 0 auto;
	padding: 0;
	padding-top: 30px;
}

/* classes for block-formatting table cells <td> */

.navBlock { 
  /* light gold:EED077  background-color : #B49A67; */
} 

.scoreBlock {  } /* lightest gold: background-color : #EDDCA9; */
