/* main heading */
h1.standard {
  padding: 0;
  margin: 0px;
  color: #5278AB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 21px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* sub heading */
h2.standard {
  color: #F26521;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: -7px;
  margin-top: 10px
  
}

h2.standardBlack {
  color: #000000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  margin-bottom: -7px;
  margin-top: 25px
  
}

/* smalltype */
h3.standard {
  color: #51514f;
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  line-height: 13px;
}

/* boldtype */
h4.standard {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  
}

/* pullquote */
h5.standard {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px
}

p.standard {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px
  
}

/* bullets */
ul.standard {
  margin: 0;
  padding: 0;
  list-style-image:url(/images/bullet_small.jpg);
  color: black;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-left: 15px;
}

/* links */
a.standard {
  text-decoration:underline;
  color: #5278AB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px; 
}
a.standard:hover {
  text-decoration:underline;
  color: #F26521;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;  
}

a.internal {
  text-decoration:none;
  color: #063f86;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;  
}
a.internal:hover {
  text-decoration:underline;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

a.external {
  text-decoration:none;
  color: #063f86;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
a.external:hover {
  text-decoration:underline;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

/* "Fake" external anchor */
.FakeExternalAnchorOut {
  text-decoration:none;
  color: #063f86;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.FakeExternalAnchorOver {
  text-decoration:underline;
  color: #063f86;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  cursor: pointer;
}

ol.numberList {
  color: black;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
}


/* span heading */
span.header {
  color: #5278AB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700
}

/* span label */
span.formlabel {
  color: #51514f;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bolder
}



/* alternating table rows */
tr.a{ background-color: #FFFFFF }
tr.b{ background-color: #F3F3F4 }

/* alternating divs rows */
div.a{ background-color: #FFFFFF }
div.b{ background-color: #F3F3F4 }

/* Separator Bar */

div.standardSeparator {
  float: left;
  background-color: #f6f5f1;
  width: 100%;
  height: 2px;
  line-height: 2px;
}
  
/* Protective Checklist lines */

a.protective_checklist
{
    text-decoration:none;
    color: #063f86;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
}
a.protective_checklist:hover
{
    text-decoration: none;
    border-bottom: 1px solid #063f86;
}

/* "Fake" external anchor */
.FakeExternalAnchorOut {
  text-decoration:none;
  color: #063f86;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.FakeExternalAnchorOver {
  text-decoration:underline;
  color: #063f86;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

/* Outcome Matrices */
a.standard_lesson {
  text-decoration:none;
  color: #5278AB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px; 
}

a.standard_lesson:hover {
  text-decoration: underline;
}

a.lesson_active {
  color: #42689B;
  text-decoration: underline;
  font-size: 15px;
  
}

p.footer {
  color: #ffffff;
  font-family: arial;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px

}

/* Nice Boxes */
div.box_top {
  float: left;
  width: 438px;
  height: 21px;
  background-image: url(/images/bg_highlite_top.jpg);
  background-repeat: no-repeat;
  line-height: 22px
}

div.box_middle {
  float: left;
  width: 438px;
  background-image: url(/images/bg_highlite_middle.jpg);
  margin-top:-1px;
}

div.box_content {
  float: left;
  width: 300px;
  padding-left: 15px;
}
div.box_bottom {
  float: left;
  width: 438px;
  height: 21px;
  background-image: url(/images/bg_highlite_bottom.jpg);
  margin-bottom: 15px;
  background-repeat: no-repeat;
  line-height: 22px;
}
#distance { 
  width:1px;
  height:50%;
  background-color:#fc6;
  margin-bottom:-13.75em; /* half of container's height */
  float:left;
  

