@charset "UTF-8";
/* CSS Document */
body {
background-image:url(images/main_bg_green.png);
background-position:center;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
color:#666666;
}
body p{
font-size:15pt;
}
body
{
font-size:15pt;
}
a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #006600;
}
a:active {
	color: #009900;
}

ol
{
list-style:disc;
list-style-type:disc;
list-style-position:inside;
display:inline;

}

/*top nav */

#home{
  display: block;
  float:left;
  width: 144px;
  height: 50px;
  background:url(images/nav_home.png) no-repeat 0 0;
  }

#home:hover{ 
  background-position: 0 -50px;
  }

#toc{
  display: block;
  float:left;
  width: 284px;
  height: 50px;
  background:url(images/nav_table.png) no-repeat 0 0;
  }

#toc:hover{ 
  background-position: 0 -50px;
  }
  
#contents{
  display: block;
  float:left;
  width: 175px;
  height: 50px;
  background:url(images/nav_contents.png) no-repeat 0 0;
  }

#contents:hover{ 
  background-position: 0 -50px;
  }
  
#quiz{
  display: block;
  float:left;
  width: 107px;
  height: 50px;
  background:url(images/nav_quiz.png) no-repeat 0 0;
  }

#quiz:hover{ 
  background-position: 0 -50px;
  }

#links{
  display: block;
  float:left;
  width: 140px;
  height: 50px;
  background:url(images/nav_links.png) no-repeat 0 0;
  }

#links:hover{ 
  background-position: 0 -50px;
  }
/*other crap */


body {
  background-image:url(images/bg.gif);
  color: #666;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.buttons {
 float: left;
display: inline;
display:block;
  }

#topnav {
  width: 850px;
  height: 50px;
  margin-top: 10px;
  background: transparent url(images/topnav_bg.png) center top no-repeat;
  margin: 0 auto;
}
  
.header {
  font-family: Helvetica Neue, Arial, sans-serif;
  color:#336600;
  font-size:19px;
  font-weight:bold;
  }
  
.body {
  font-family: Helvetica Neue, Arial, sans-serif;
  color:#666666;
  font-size:13px;
  }
  
  
  
.bodybig {
  font-family: Helvetica Neue, Arial, sans-serif;
  color:#666666;
  font-weight:bold;
  font-size:15px;
  }
  
.menuitems {
  font-family: Helvetica Neue, Arial, sans-serif;
  color:#FFFFCC;
  font-size:13px;
  }

#header {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  background: transparent url(images/header_bg.png) center top;
  margin: 0 auto;
}


#nav {
  background: transparent url(images/body_02.png) center top no-repeat;
  width: 850px;
  height: 250px;
  margin: 0 auto;
  padding-top:4px;
}

#content {
  width: 850px;
  margin: 0 auto;
  text-align:left;
}

#body {
position:relative;
top:10px;
margin-left:auto;
margin-right: auto;
border:#006600;
border-style:solid;
border-width:thin;
background-color:#FFFFFF;
width:780px;
padding: 10px;
min-height:500px;
}

#schoolAdminBody {
position:relative;
top:10px;
margin-left:auto;
margin-right: auto;
border:#006600;
border-style:solid;
border-width:thin;
background-color:#FFFFFF;
width:780px;
padding: 10px;
min-height:250px;
}