body 
{  
  text-decoration: none;
  color: black;
  font-family: "arial";
  font-size: 12pt;
  font-weight: medium; 
  margin: 0px 0px 0px 0px;
  background: #228b22; /* forest green and white are the school colors */
}


#nav, #nav ul { /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 121px;
  left: 0px;
  width : 10em;
  background: #228b22;
  font-family: "arial";
  font-size: 10pt;
  font-weight: bold;
  padding: 0;
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-bottom: 0px solid black;
  border-right: 0px solid black;
  margin: 0 0 0em 0;
}
	
#nav li { /* all list items */
  position : relative;
  float : left;
  line-height : 1.5em;
  margin-bottom : 10px;
  width: 10em;
}
	
#nav li ul { /* second-level lists */
  position : absolute;
  left: -999em;
  margin-left : 11.05em;
  margin-top : -1.55em;
}
	
#nav li ul ul { /* third-and-above-level lists */
  left: -999em;
}
	
#nav li a {
  width: 10em;
  w\idth : 10em;
  display : block;
  color: #fefefe;
  font-weight : bold;
  text-decoration : none;
  background-color : #228b22;
  padding : 0 0.5em;
}
	
#nav a.daddy {
  background: url(/images/arrow.gif) center left no-repeat;
}

#nav li a:hover {
  color : #999999;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}
	
#nav li:hover, #nav li.sfhover {
}

#nav li a.navspecial {
  color: #cc0000;
}
	
#news {
  margin: 5px 5px 5px 5px; 
  padding: 2px;
  width: 150px; 
  background: #f0e7d6 url(/images/news-bg.jpg) top left; 
  border-style: outset;
  border-color: #22b822;
  border-width: 1px;
}
#news.current {
  float: right;
}
#news.archive {
}
#news h1 {
  text-decoration: none;
  color: #006400;
  font-family: "arial";
  font-size: 9pt;
  font-weight: heavy; 
  text-align:center;
  margin-top: 12px;
  margin-bottom: 1px;
}
#news h1.title {
  color: black;
}
#news h1 a:link {
  color: #22b822;
}
#news h1 a:visited {
  color: #006400;
}
#news h2 {
  text-decoration: none;
  color: black;
  font-family: "arial";
  font-size: 8pt;
  font-weight: heavy; 
  text-align:center;
  margin-top: 1px;
  margin-bottom: 3px;
}
#news h5 {
  text-decoration: none;
  color: black;
  font-family: "arial";
  font-size: 5pt;
  font-weight: light; 
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
#news p {
  text-decoration: none;
  color: black;
  font-family: "arial";
  font-size: 8pt;
  font-weight: heavy; 
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
#news h1 a:link, #news h2 a:link, #news h5 a:link, #news p a:link {
  color: #22b822;
}
#news h1 a:visited, #news h2 a:visited, #news h5 a:visited, #news p a:visited {
  color: #006400;
}

.headertext
{
  text-decoration: none;
  color: #006400;
  font-family: "georgia";
  font-size: 22pt;
  font-weight: heavy; 
  text-align: center;
}

.headertextmotto
{
  text-decoration: none;
  color: #228b22;
  font-family: "georgia";
  font-size: 11pt;
  font-weight: heavy; 
  text-align: center;
}

.headertext2
{
  text-decoration: none;
  color: #228b22;
  font-family: "arial";
  font-size: 10pt;
  font-weight: heavy; 
}

.copyright
{
  text-decoration: none;
  color: #999999;
  font-family: "arial";
  font-size: 10pt;
  font-weight: light; 
  padding-right: 1px;
}

.contact
{
  text-decoration: none;
  color: #999999;
  font-family: "arial";
  font-size: 10pt;
  font-weight: light; 
  padding-left: 1px;
}

.alert
{
  text-decoration: none;
  color: #cc0000;
  font-family: "georgia";
  font-size: 22pt;
  font-weight: heavy; 
  text-align: center;
}

.note
{
  text-decoration: none;
  color: #666666;
  font-family: "arial";
  font-size: 9pt;
  font-weight: medium; 
  padding-left: 5px;
  padding-right: 5px;
}

.trailerinfo
{
  text-decoration: none;
  color: white;
  background: #006400;
  font-family: "arial";
  font-size: 11pt;
  font-weight: medium; 
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.trailerinfobig
{
  text-decoration: none;
  color: white;
  background: #006400;
  font-family: "georgia";
  font-size: 15pt;
  font-weight: heavy; 
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.tableHeader
{
  text-decoration: none;
  background: #ddddff;
  color: black;
  font-family: "arial";
  font-size: 11pt;
  font-style: italic;
  font-weight: medium; 
}
.tableData
{
  text-decoration: none;
  color: black;
  font-family: "arial";
  font-size: 11pt;
  font-weight: medium; 
}
.bgshaded
{
  background: #cccccc;
  padding: 4px;
}

.bgnormal
{
  background: #ffffff;
  padding: 4px;
}


li
{
  margin-bottom : 10px;
}

h1
{
  text-decoration: none;
  color: #006400;
  font-family: "Microsoft Sans Serif";
  font-size: 18pt;
  font-weight: heavy;
  margin-bottom : 10px;
}

h2
{
  text-decoration: none;
  color: black;
  font-family: "Microsoft Sans Serif";
  font-size: 15pt;
  font-weight: heavy; 
  margin-bottom : 0px;
}

h3
{
  text-decoration: none;
  color: black;
  font-family: "Microsoft Sans Serif";
  font-size: 12pt;
  font-weight: heavy; 
  margin-bottom : 0px;
}

h4
{
  text-decoration: none;
  color: black;
  font-family: "Microsoft Sans Serif";
  font-size: 10pt;
  font-weight: heavy; 
}

#fullwidthbox {
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: black;
  margin: 0px;
  padding: 0px;
  float: left; 
}
#fullwidthborderedbox {
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin: 5px;
  padding: 10px;
  float: left; 
}

#borderedtext {
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin: 5px;
  padding: 10px;
  float: left; 
  width: 300px;
}

#borderedtextwithbg {
  color: white;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background: #006400; 
  margin: 5px;
  padding: 10px;
  float: left; 
  width: 95%;
}
#borderedtextwithbg h2 {
  font: 14pt Microsoft Sans Serif; 
  font-style: italic;
  color: white;
  text-align:center;
}

#nonborderedimage {
  float: left;
  margin: 5px;
  padding: 10px;
}

#topmaincontainer { 
  background: #006400; 
  border-top: 1px solid white;
  border-left: 2px solid white;
  padding: 0px 0px 0px 0px;
  margin: 0px; 
  margin-left: 9.2em;
  min-width: 600px;
  height: 15px; 
}
#main {
  padding-top: 0px; 
  padding-left: 0px; 
  margin-top: 0px;
  margin-bottom: 0px;
}
#main p {
  font: 11pt Microsoft Sans Serif; 
  text-align:left;
  margin-top : 0px;
}
#main b.larger {
  font: 14pt Microsoft Sans Serif; 
}
#main p.center {
  font: 12pt Microsoft Sans Serif; 
  text-align:center;
}
#main p.personalscript {
  font: 12pt Microsoft Sans Serif; 
  font-style: italic;
  color: red;
}

#main dt {
  font: 11pt Microsoft Sans Serif; 
  text-align:left;
  font-style: italic;
}
#main dd {
  font: 11pt Microsoft Sans Serif; 
  text-align:left;
}

#main h2.center {
  text-align:center;
}
#main h2.centerred {
  text-align:center;
  color: #cc0000;
}
#main h3.center {
  text-align:center;
}
#main h3.centerred {
  text-align:center;
  color: #cc0000;
}

#containerHeader { 
  background: white url(/images/christian-school-header.jpg) center left repeat-y; 
  padding: 0px;
  margin: 0px; 
  border-bottom: 0px solid white;
  min-width: 750px;
  height: 100px;
}

#containerBody { 
  background: #fcfcfc;
  border: 1px solid white;
  padding: 0px 5px 5px 5px;
  margin: 0px; 
  margin-left: 9.2em;
  margin-right: 5em;
  min-width: 550px;
}

#containerTrailer { 
  padding: 0px;
  margin: 0px; 
  font-family: "arial";
  font-size: 8pt;
  font-weight: light; 
  font-color: gray;
}

#containerTrailer a:link {
  color: black;
}

#containerTrailer a:visited {
  color: black;
}

#copyright {
  padding: 0px;
  margin: 0px; 
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: white;
}

#containerFooter { 
  padding: 0px;
  padding-top: 10pt;
  margin: 0px; 
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-family: "arial";
  font-size: 8pt;
  font-weight: light; 
  font-color: gray;
  background: white;
}

#containerFooter a:link {
  color: gray;
}

#containerFooter a:visited {
  color: gray;
}


