/*

CSS for http://ab.mec.edu/rjweb/index.shtml
Author: Janice M. Ward
Created: September 14, 2006
Last updated: October 12, 2006
Copyright(c) ABRSD & R.J. Grey Junior High; all rights reserved
R.J. Grey Junior High Web Style Sheet for Home Page 

*/


body { 
	background-color: #ffffff; 
	font-family: verdana;  
	color: #000000; 
	letter-spacing: 0px; 
	font-weight: normal; 
	font-size: 8.5px; 
	cursor: default;
}


p {	
	font-family: Verdana, sans-serif; 
	font-size: 8.5pt; 
	line-height: 12pt;
}

td { 
	font-family: Verdana, sans-serif; 
	font-size: 8.5pt; 
	line-height: 12pt;
}

p.maintitle {
	font-family: GeoSlab703 XBd BT;
	font-size: 20pt;
	color: #330099;
	font-weight: normal;
	margin-bottom: 0px;
}

p.subtitle { 
	font-family: Verdana; 
	font-size: 8.5pt;
	font-weight: bold; 
	color: #3a3a3a; 
	margin-top: 15px;
	margin-bottom: 5px;
 } 

p.titlewhite { 
	font-family: Verdana, sans-serif; 
	font-size: 8.5pt;
	color: #ffffff; 
	font-weight: bold;
	margin-right: 0px; 
	line-height: 12pt;
}

p.grey { 
	font-size: 8.0pt; 
	margin-left: 3px; 
	color: #3a3a3a; 
	margin-bottom: 0px; 
	margin-top: 0px;
}

p.blue { 
	font-size: 8.0pt; 
	margin-left: 3px; 
	color: #330099; 
	font-weight: bold; 
	margin-bottom: 0px; 
	margin-top: 0px;
}

p.copyright { 
	font-size: 7.0pt; 
	color: #3c3c3c;   
	margin-top: 0px; 
}

p.caption { 
	font-size: 7.0pt; 
	color: #999999;   
	margin-top: 0px; 
}

/* sets the attributes on the navigation bar topics */
p.nav {
	margin-left: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
  	font-size: 8pt;
  	color: #3a3a3a;
  	line-height: 10pt;
}

a:link  {
	color: #900; 
	text-decoration: none 
} /* unvisited link */

a:visited {
	color: #3a3a3a;  
	text-decoration: none; 
} /* visited link */

a:hover { 
	background: #ffd700; 
	text-decoration: none; 
} /* mouse over */

a.underline { 
	text-decoration: underline; 
}

#popup { 
	display: none; 
    border: solid black; 
	border-width: 1px;
	position: absolute;
	top: 73px;
	width: 140px; height: 60pt;
	overflow: auto;
	background-color: #ffffff;
    scrollbar-track-color: #f5f5dc;
    scrollbar-face-color: #ccccff;
	font-size: 8pt;
	margin-left: 10px;
}

	/* sets the attributes on the groups within the navigation bar */

div.nav {
	display: none;
}

/* sets the attributes on the navigation bar title */

p.navtitle  {
	color: #990000; 
	font-size: 8pt; 
	font-weight: bold; 
	line-height: 10pt; 
	margin-top: 10px; 
	margin-bottom: 0; 
	margin-left: 0 }

/* sets the attributes on the navigation bar topics */

p.navtopic {
  margin-left: 12px;
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8pt;
  color: #3a3a3a;
  line-height: 10pt;
  background: url(images/bullet.gif) no-repeat;
}

p.new { 
	background-image: url("images/bullet.gif"); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	margin-top: 0; 
	margin-right: 5px;
	margin-bottom: 5px; 
	padding-left: 10px; 
}

/* sets the attributes on the navigation bar topic where you are */

p.navyouarehere {
  margin-left: 24px;
  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;
	font-weight: bold;
 }

 .navtitle a:visited { 
    color: #330099;
 }

 .navtitle a:hover { 
    color: #330099;
 }

#navbar {
 	position: relative;
	top: -14px;
}
