body {background-color: #0f020b;}

a:link {color: #BA735C; text-decoration: underline;}
a:visited {color: #BA735C; text-decoration: underline;}

a:hover {color: #806C6C; text-decoration: none;}
a:active {color: #806C6C; text-decoration: none;}

.Subheader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7B9017;
}
.ClassTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #404B0C;
}
.PageHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #404B0C;
}
.PageHeader1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A676D;
}
.PageHeader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A676D;
}
.PageHeader3 {
	font-family: Times New Roman, Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #6A676D;
}
.PageHeader3-5 {
	font-family: Times New Roman, Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #638BB0;
}
.PageHeader4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6A676D;
}
.PageHeaderLink {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #404B0C;
}
.BodyText {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000000;
}
.BodyText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #6A676D;
}
.BodyText3 {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}
.BodyText4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #6A676D;
}
.SubsectionSubheader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 14px;
	color: #7B9017;
	font-weight: bold;
}
.BackNext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #6A676D;
}
.SubNavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #776679;
	font-weight: bold;
}
.NavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.SmallLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: bold;
}.mainlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.lessonnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #D7E1FB;
}
.mainlinks a:link {color: #990000; text-decoration: underline;}
.mainlinks a:visited {color: #990000; text-decoration: underline;}
.mainlinks a:hover {color: #666666; text-decoration: none;}
.mainlinks a:active {color: #990000; text-decoration: none;}

.lessonnav a:link {color: #94A5FF; text-decoration: underline;}
.lessonnav a:visited {color: #94A5FF; text-decoration: underline;}
.lessonnav a:hover {color: #CCCCCC; text-decoration: none;}
.lessonnav a:active {color: #CCCCCC; text-decoration: none;}

.PageHeaderLink a:link {color: #990000; text-decoration: underline;}
.PageHeaderLink a:visited {color: #990000; text-decoration: underline;}
.PageHeaderLink a:hover {color: #666666; text-decoration: none;}

.cssleft {
	background-image: url(images/css_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.cssright {
	background-image: url(images/css_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bodynorepeat {
	background-image: url(images/body_norepeat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.topnav {
	text-align:center;
	color:#F1BDAF;
}
.topnav a {
	color:#F1BDAF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
}
.topnav a:hover, .topnav .hover {
	color:#FFFFFF;
}

.topnav-inactive {
	color:#F1BDAF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
	opacity:0.4;filter:alpha(opacity=40);
}

.mainlinks-inactive {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	opacity:0.4;filter:alpha(opacity=40);
}
.aligncenter{text-align:center;}
.alignjustify{text-align:justify;}
.aligncenter {
    text-align: center;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0f020b;
	text-align:center;
}
 /* Three image containers (use 25% for four, and 50% for two, etc) */

  .column {
  float: left;
  width: 33.33%;
  padding: 
  5px;
}

/* Clear floats after image containers */
.row::after {
  
  content: "";
  clear: both;
  display: table;
} 