/*
CSS for http://ab.mec.edu/rjweb/
Author: Janice M. Ward
Created: September 14, 2006
Last updated: July 31, 2008 (HB, JMW!)
Copyright(c) ABRSD & R.J. Grey Junior High; all rights reserved
R.J. Grey Junior High Web Style Sheet for Inside Pages 
*/
/* Places background image (aqua lines) */
body {
	background : url(images/background.gif) no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}
/*************************** INTERNET EXPLORER ********************/
.ie p.returntohome {
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	position: absolute;
	top: 76px;
	left: 10px;
	line-height: normal;
}
.ie p.maintitle {
	position: absolute;
	top: 35px;
	left: 265px;
}
.ie p.pagetitle {
	position: absolute;
	top: 88px;
	left: 265px;
}
.ie p.pagetitle2  { color: #330099; font-size: 24pt; font-family: "Nimbus Script"; font-weight: bold; position: absolute; top: 88px; left: 265px }
.ie div.body {
	position: absolute;
	top: 135px;
	left: 265px;
	width: 500px;
}
.ie #navbar {
   position: absolute;
   top: 128px;
   left: 10px;
}
.ie #sidebar {
   position: absolute;
   top: 428px;
   left: 25px;
 }
/*************************** firefox-win *****************************/
.firefox-win p.returntohome {
	font-family: Verdana, sans-serif; 
	font-size: 7pt;
	letter-spacing: -1px;
	position: absolute;
	top: 66px;
	left: 10px;
	line-height: normal;
}
.firefox-win p.maintitle {
	position: absolute;
	top: 20px;
	left: 265px;
}
.firefox-win p.pagetitle {
	position: absolute;
	top: 77px;
	left: 265px;
}
.firefox-win p.pagetitle2  { color: #330099; font-size: 24pt; font-family: "Nimbus Script"; font-weight: bold; position: absolute; top: 63px; left: 265px }
.firefox-win div.body {
	position: absolute;
	top: 131px;
	left: 265px;
	width: 500px;
}
.firefox-win #navbar {
   position: absolute;
   top: 123px;
   left: 10px;
}
.firefox-win #sidebar {
   position: absolute;
   top: 423px;
   left: 25px;
 }
/*********************** firefox mac **********************/
.firefox-mac p.returntohome {
	font-family: Verdana, sans-serif; 
	font-size: 7pt;
	position: absolute;
	top: 66px;
	left: 10px;
	line-height: normal;
}
.firefox-mac p.maintitle {
	position: absolute;
	top: 5px;
	left: 265px;
	}
.firefox-mac p.pagetitle {
	position: absolute;
	top: 77px;
	left: 265px;
}
.firefox-mac p.pagetitle2  { color: #330099; font-size: 24pt; font-family: "Savoye LET"; position: absolute; top: 68px; left: 265px }
.firefox-mac div.body {
	position: absolute;
	top: 131px;
	left: 265px;
	width: 500px;
}
.firefox-mac #navbar {
   position: absolute;
   top: 123px;
   left: 10px;
}
.firefox-mac #sidebar {
   position: absolute;
   top: 423px;
   left: 25px;
 }
/********************** safari **********************************/
.safari p.returntohome {
	font-family: Verdana, sans-serif; 
	font-size: 7pt;
	position: absolute;
	top: 66px;
	left: 10px;
	line-height: normal;
}
.safari p.maintitle {
	position: absolute;
	top: 20px;
	left: 265px;
}
.safari p.pagetitle {
	position: absolute;
	top: 77px;
	left: 265px;
}
.safari p.pagetitle2  { color: #330099; font-size: 24pt; font-family: "Savoye LET"; position: absolute; top: 68px; left: 265px }
.safari div.body {
	position: absolute;
	top: 131px;
	left: 265px;
	width: 500px;
}
.safari #navbar {
   position: absolute;
   top: 123px;
   left: 10px;
}
.safari #sidebar {
   position: absolute;
   top: 423px;
   left: 25px;
 }
/**************************************/
/* positions the "return to home" picture of RJ Grey */
img.homeicon {
    position: absolute;
	top: 10px;
	left: 10px;
	}
table { border: 1px solid #cccccc; }	
	
/* sets the default font for table content */
td { font-family: Verdana, sans-serif; font-size: 8.5pt; }
/* sets the default font for lists */
li { font-family: Verdana, sans-serif; 
	font-size: 8.5pt;
	line-height: 14pt;
	list-style-position: outside;
  }
       
/* sets the default font for paragraphs */
p { font-family: Verdana, sans-serif; 
	font-size: 8.5pt;
	width: 500px; 
	line-height: 12pt;
  }
  
table p { font-family: Verdana, sans-serif; 
	width: auto;
  }
  
/* sets the font for table headers to white */
p.titlewhite { font-family: Verdana, sans-serif; 
	font-size: 8.5pt;
	color: #ffffff; 
	font-weight: bold;
	margin-right: 0px; 
	line-height: 12pt;
  }
  /* sets the font on B Heads */
p.subtitle { font-family: Verdana, sans-serif; 
	font-size: 8.5pt;
	color: #333333; 
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 16px;
	line-height: 12pt; 
  }
  
/* sets the link attributes */
a:link {color: #3a3a3a; text-decoration: none;} /* unvisited link */
a:visited {color: #3a3a3a;  text-decoration: none; } /* visited link */
a:name {color: #663300;  text-decoration: none; } /* visited link */
a:hover { background: #ffd700; text-decoration: none; } /* mouse over */
a.nounderline { text-decoration: none; }
/* sets the attributes on the groups within the navigation bar */
div.nav {
  display: none;
}
/* sets the attributes on the navigation bar title */
p.navtitle {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 8pt;
  color: #330099;
  font-weight: bold;
  line-height: 10pt;
}
/* sets the attributes on the navigation bar topics */
p.new {
  background: url(images/bullet.gif) no-repeat;
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 10pt;
  font-size: 8.5pt;
}
/* sets the attributes on the navigation bar topic where you are */
p.navyouarehere {
  margin-left: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8pt;
  color: #3a3a3a;
  line-height: 10pt;
  display: block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100px;
}
/* sets the attributes on the navigation arrows */	
.navtitle img {
    border: 0px;
}
.navtitle a:link { 
    color: #330099;
 }
 .navtitle a:visited { 
    color: #330099;
 }
 .navtitle a:hover { 
    color: #330099;
 }
p.navtopic { color: #3a3a3a; font-size: 8pt; line-height: 10pt; background: url("images/bullet.gif") no-repeat; margin-top: 0; margin-bottom: 0; margin-left: 12px; padding-left: 10px }

