
h2
{
	color: #877070;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
  margin-top: 25px;
  margin-bottom: 20px;
	text-transform: uppercase;
}


h3
{
	color: #cc6699;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
  margin-top: 25px;
  margin-bottom: 10px;
}

samp { /* This defines the text as blue bold */
	font-weight: bold;
	color: #0082bf;
}

b { /* This defines the text as blue bold */
	color: #0082bf;
  font-style: normal;
  font-style: none;
}

dfn { /* After a defining something in blue, this takes it back to the regular text font */
	FONT-SIZE: 11px;
	COLOR: #606060;
	font-weight: normal;
}



/*	
This section is the portion of the quiz model
*/	
.IEB { /* Indent Example Blue */

	margin-left: 21px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #0082bf;
}

.spanish
 {
	color: #0082bf;
	margin-top: 20px;
	margin-bottom: 2px;
	margin-left: 21px;
 }

.english
 {
	margin-left: 21px;
	margin-bottom: 2px;
	margin-top: 5px;
 }


.IE { /* Indent Example Blue Bold */
	margin-left: 21px;
	margin-bottom: 2px;
	margin-top: 5px;
}

.SUB-IE { /* Indent Example Blue Bold */
	margin-top: 10px;
	margin-left: 21px;
	margin-bottom: 2px;
}

.IE10 { /* Indent Example Blue Bold */
	margin-left: 21px;
	margin-bottom: 10px;
}

.QL { /* Quiz Link (This controls position os the image "Launch Quiz" */
	margin-left: 512px;
}


.Verb-Image-Link {
	font-size: 13px;
	font-weight: bold;
	margin-left: 17px;
	margin-top: 0;
	margin-bottom: 0px;
}

.Verb-Image {
	margin-left: 15px;
	margin-bottom: 50px;
}

#GenTable {
 border-collapse: collapse;
 border: solid #AF9E9E;
 border-width: 1px 0px 0px 1px;
 margin: 5px 5px 2px 15px;
 padding: 0px;
}

#GenTable td {
 border: solid #AF9E9E;
 border-width: 0px 1px 1px 0px;
 padding: 1px 9px 1px 9px;
 font-size: 11px;
}

#GenTable th {
 font-weight: bold;
 background-color: #AF9E9E;
 text-align: center;
}

#GenTableBoarderLess {
 border-collapse: collapse;
 border: solid #AF9E9E;
 border-width: 0px 0px 0px 0px;
  margin: 30px 5px 30px 25px; 
 padding: 0px;
}

#GenTableBoarderLess td {
 border: solid #AF9E9E;
 border-width: 0px 0px 0px 0px;
 padding: 1px 55px 1px 9px;
 font-size: 11px;
}

#GenTableBoarderLess th {
 font-weight: bold;
 background-color: #AF9E9E;
 text-align: center;
}


#GenTableBoarderLess {
 border-collapse: collapse;
 border: solid #AF9E9E;
 border-width: 0px 0px 0px 0px;
  margin: 30px 5px 30px 25px; 
 padding: 0px;
}

#GenTableBoarderLess td {
 border: solid #AF9E9E;
 border-width: 0px 0px 0px 0px;
 padding: 1px 55px 1px 9px;
}

#GenTableBoarderLess th {
 font-weight: bold;
 background-color: #AF9E9E;
 text-align: center;
}

/*	
This section is the portion of the quiz model
*/	

fieldset {
  	border: 1px dotted #781351;
  width: 65em;
	padding-bottom: 0em;
	padding-left: 0.3em;
	padding-right: 0.5em;
	margin-bottom: 0em; padding-top: 0.5em;
	margin-top: 3em; padding-top: 0.5em;

}

.QLtest { /* Quiz Link (This controls position os the image "Launch Quiz" */
	float:right; width: 60%;
}


legend
{
	color: #FFF;
	background: #877070;
	border: 1px solid #AF9E9E;
	padding: 2px 6px;
	font-weight: bold;
	margin-left: 2.0em;
}

.LI
  {
   margin: 5px 5px 2px 2px;
   border-style: none;
   margin-left: 2.0em;
}

.MH { /* Model Heading */

 
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

.MQ { /* Model Question */

	margin-left: 35px;
}


.MQ_2
 {
	margin-right: .2em; 
 	font-weight: bold;
 }


.MA {  /* Model Answer */

	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.MA_2 
 {
	margin-right: 1.2em; 
 	font-weight: bold;
 }


.MI { /* Model Instructions */

	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}

.MI_2 {
 	font-weight: bold;
 	margin-right: .5em; 
 }

.MG { /* Model Grammar Heading */
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;

}

.UGH { /* Useful Grammar Heading */
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;

}
img {
  border-style: none;
}

.Clara {
  	color: red;
 	font-weight: bold;
	font-size: 14px;
}

ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	border-top: 1px solid #666;
}

ul#navigation li a {
	display: block;
	width: 5em;
	color: #FFF;
	background-color: #036;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #FFF;
	background-color: #69C;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }

.spa_eng
{
  color: #0082bf;
	font-weight: bold;
	margin-bottom: 7px;
	margin-left: 21px;
	margin-top: 20px;
}

.eng_spa
{
	margin-left: 21px;
}

.red 
   {
  color: red;
  font-weight: bold;
   }
   


.quiz_note 
  {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
	}

div.button{
  float:left;
	margin-left: 35px;
}
div.button a {
display:block;
position:relative;
border-width:1px 0;
border-color:#D8D8D8;
border-style:solid;
color:#D78100;
text-decoration:none;
margin:4px 1px;
background-color:#F2F2F2;
background-image: url(bgbutton.gif);
background-repeat: repeat-x;
background-position: left center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
font-weight: bold;
letter-spacing:0px;
}

div.button a span {
display:block;
position:relative;
margin:0 -1px;
border-width:0 1px;
border-color:#ccc;
border-style:solid;
padding:8px 8px;
}

div.button a:hover {
border-color:#aaa;
color:#D78100;
background-color:#FFF;
}

div.button a:hover span {
border-color:#aaa;
}


ul#navigation li a {background-color: #877070;}

ul#navigation li a:hover {background-color: #AF9E9E;}



