body	{
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		background-color: #274257;
		background-image: url(images/bgTile.jpg);
		background-repeat: repeat-x;
		font-size: 100.01%;
		color: #333333;
		margin: 0;
		padding: 22px 0;
		}
		
#container	{
			margin: 0 auto;
			padding: 0;
			width: 760px;
			text-align: left;
			background-image: url(images/bgContent.gif);
			background-repeat: repeat-y;
			border: #fff 1px solid;
			}
			
#banner		{ 
			width: 760px;
			height: 134px;
			padding: 0;
			margin: 0;
			 }
	
#navlist	{ 
			height: 27px;
			padding: 0;
			margin: 0;
			font-size: .85em;
			background-color: #BCCE7A;
			background-image: url(images/navbg.jpg);
			background-repeat: no-repeat;
			border-bottom: #fff 1px solid;
			}
			
#nav	{ 
		padding: 0;
		margin: 0;
		top: 7px;
		left: 5px;
		position: relative;
		width: 760px;
		z-index: 50000;
		}

#nav a	{
		text-decoration: underline;
		background-color: transparent;
		}

#nav a:link	{ 
			color: #000000;
			text-decoration: none;
			}

#nav a:visited 	{ 
				color: #000000;
				text-decoration: none;
				}

#nav a:hover	{
				color: #000000;
				text-decoration: underline;
				}
				
#nav a:active 	{ 
				color: #FF0000;
				}

#nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}

#nav li li a	{
				display: block;
				color: #fff;
				text-align: left;
				padding: 0.2em 10px;
				width: 130px;				}
				
#nav li li a:link	{ 
					color: #fff;
					text-decoration: none;
					background-color: #738240;
					}

#nav li li a:visited 	{ 
						color: #fff;
						text-decoration: none;
						background-color: #738240;
						}

#nav li li a:hover {
					color: #fff;
					text-decoration: none;
					background-color: #525D2E;
					}
				
#nav li li a:active	{ 
					color: #fff;
					text-decoration: none;
					background-color: #3E491D;
					}

#nav li	{
		float: left;
		position: relative;
		text-align: center;
		cursor: default;
		background-color: transparent;
		list-style: none;
		padding: 0 19px;
		}
	
#nav li.homebttn	{
					float: left;
					position: relative;
					text-align: center;
					cursor: default;
					background-color: transparent;
					padding-left: 32px;
					}

#nav li ul	{
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			font-weight: normal;
			padding: 0;
			z-index: 2000;
			}

#nav li>ul 	{
			top: auto;
			left: auto;
			}

#nav li li 	{
			display: block;
			position: relative;
			left: -27px;
			float: none;
			background-color: transparent;
			border: 0;
			}

#nav li:hover ul, #nav li.over ul	{ display: block; }



#nav2list	{ 
			height: 27px;
			padding: 0;
			margin: 0;
			font-size: .85em;
			background-color: #BCCE7A;
			background-image: url(images/navbg.jpg);
			background-repeat: no-repeat;
			}
			
#nav2	{ 
		padding: 0;
		margin: 0;
		top: 7px;
		left: 5px;
		position: relative;
		width: 760px;
		z-index: 50000;
		}

#nav2 a	{
		text-decoration: none;
		background-color: transparent;
		}

#nav2 a:link	{ 
			color: #000000;
			text-decoration: none;
			}

#nav2 a:visited 	{ 
				color: #000000;
				text-decoration: none;
				}

#nav2 a:hover	{
				color: #000000;
				text-decoration: underline;
				}
				
#nav2 a:active 	{ 
				color: #FF0000;
				}

#nav2 ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}

#nav2 li li a	{
				display: block;
				color: #fff;
				text-align: left;
				padding: 0.2em 10px;
				width: 130px;				}
				
#nav2 li li a:link	{ 
					color: #fff;
					text-decoration: none;
					background-color: #738240;
					}

#nav2 li li a:visited 	{ 
						color: #fff;
						text-decoration: none;
						background-color: #738240;
						}

#nav2 li li a:hover {
					color: #fff;
					text-decoration: none;
					background-color: #525D2E;
					}
				
#nav2 li li a:active	{ 
					color: #fff;
					text-decoration: none;
					background-color: #3E491D;
					}

#nav2 li	{
		float: left;
		position: relative;
		text-align: center;
		cursor: default;
		background-color: transparent;
		list-style: none;
		padding: 0 19px;
		}
	
#nav2 li.homebttn	{
					float: left;
					position: relative;
					text-align: center;
					cursor: default;
					background-color: transparent;
					padding-left: 32px;
					}

#nav2 li ul	{
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			font-weight: normal;
			padding: 0;
			z-index: 2000;
			}

#nav2 li>ul 	{
			top: auto;
			left: auto;
			}

#nav2 li li 	{
			display: block;
			position: relative;
			left: -27px;
			float: none;
			background-color: transparent;
			border: 0;
			}

#nav2 li:hover ul, #nav2 li.over ul	{ display: block; }

#contentHome	{
				padding: 0;
				margin: 0;
				}
	
		
#content	{
			padding: 30px 60px 30px 60px;
			margin: 0;
			background-color: #fff;
			position: relative;
			}	
			
			
#content a:link 	{ 
					color: #6992A5;
					text-decoration: underline;
					}
#content a:visited 	{ 
					color: #396476;
					text-decoration: underline;
					}
#content a:hover 	{ 
					color: #CC0000;
					text-decoration: none;
					}
#content a:active 	{ 
					color: #FF0000;
					}
			


h1	{ color: #679901; }
h2	{ color: #7AA621; }
h3	{ color: #679901; margin-bottom: 3px; padding-bottom: 3px;  }
h4	{ color: #679901; font-size: 1em; }


#rightBox 	{
			width: 168px;
			font-size: .75em;
			padding: 30px;
			border-left: #fff 1px solid;
			float: left;
			}
			

#leftBox	{
			width: 530px;
			float: left;
			}
			
			
#buttonList	{ 
			position: relative;
			top: -3px;
			height: 39px;
			width: 530px;
			padding: 0;
			margin: 0;
			background-color: #BCCE7A;
			font-size: .75em;
			border-top: #fff 1px solid;
			}
			
#button	{ 
		position: relative;
		padding: 0;
		margin: 0;
		z-index: 1000;
		}

#button a	{
		color: #000;
		text-decoration: none;
		padding-top: 5px;
		border-top: #CBDE83 2px solid;
		border-right: #CBDE83 2px solid;
		border-bottom: #97A662 2px solid;
		border-left: #97A662 2px solid;
		background-color: #BCCE7A;
		display:block;
		height: 33px; 
		}

#button a:link		{color: #000; text-decoration: none; }
#button a:visited 	{ color: #000; }
#button a:hover	{ color: #000; background-color: #D4E882; }

#button ul {
		list-style: none;
		padding: 0;
		margin: 0;
		}

#button li	{
		float: left;
		text-align: center;
		cursor: default;
		background-color: transparent;
		list-style: none;
		}
	

#button li>ul 	{
			top: auto;
			left: auto;
			}

#button li:hover ul, #button li.over ul	{
									display: block;
									}
 
#button1 a { width:102px;  }
#button2 a { width:102px; }
#button3 a { width:102px;  }
#button4 a { width:102px; }
#button5 a { width:102px; }




#newsArea	{
			background-image: url(images/bgNews.gif);
			background-repeat: no-repeat;
			background-position: center;
			width: 486px;
			padding: 22px;
			border-top: #fff 1px solid;
			}
			
#newsArea ul	{
				list-style-type: none;
				padding-left: 22px;
				margin-left: 0;
				}
 
 #newsArea li 	{
				background: url(images/star.gif) left top no-repeat;
				padding-left: 20px;
				}

			
			

#footer	{ 
		font-size: 11px;
		background-color: #BCCE7A;
		width: 716px;
		color: #000;
		padding: 12px 22px;
		line-height: 17px;
		clear: both;
		border-top: #fff 1px solid;

		}
		
#footertext	{
			position: relative;
			top: 2px;
			left: 10px;
			}

#footer a:link		{ color: #000; text-decoration: underline; }
#footer	a:visited 	{ color: #000; text-decoration: underline; }
#footer	a:hover	{ color: #ff0000; text-decoration: none; }
			
/*.smalltext	{ font-size: .7em; }*/

.green	{ color: #525D2E; }

.floatRight	{ float: right; }

#tableGameVid td	{
					padding: 8px;
					}
				
#tableGameVid th	{
					background-color: #BCCE7A;
					color: #000;
					}	
					
					
#gameVid1 a	{
			display:block;
			background: url(images/gameVid1.jpg) 0 0 no-repeat;
			}
				
#gameVid1 a:hover	{ 
					background-position: 0 -117px;
					}		
							
#gameVid2 a	{
			display:block;
			background: url(images/gameVid2.jpg) 0 0 no-repeat;
			}
			
#gameVid2 a:hover	{ 
					background-position: 0 -118px;
					}	
					
#gameVid3 a	{
			display:block;
			background: url(images/gameVid3.jpg) 0 0 no-repeat;
			}
				
#gameVid3 a:hover	{ 
					background-position: 0 -118px;
					}		
							
#gameVid4 a	{
			display:block;
			background: url(images/gameVid4.jpg) 0 0 no-repeat;
			}
			
#gameVid4 a:hover	{ 
					background-position: 0 -118px;
					}			
							
#gameVid5 a	{
			display:block;
			background: url(images/gameVid5.jpg) 0 0 no-repeat;
			}
				
#gameVid5 a:hover	{ 
					background-position: 0 -118px;
					}		
							
.specEdBox	{
			float: right;
			background-color: #DEE7BE;
			padding: 0 12px 12px 12px;
			margin-left: 24px;
			margin-bottom: 12px;
			}
			
#quotes	{
		float: right;
		padding: 12px;
		background-color: #DDE7BD;
		width: 175px;
		font-size: .85em;
		position: relative;
		right: -30px;
		font-style: italic;
		}
		
#smallPopUp	{
			margin: 0 auto;
			padding: 0 20px;
			width: 400;
			text-align: left;
				}
			
#smallPopUpContent {
					padding: 1px 20px 20px 20px;
					margin: 0;
					background-color: #fff;
					position: relative;
					}	

					
.formatTable {
border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;}

.lbBack { background-color: #D2E2E0;  text-align: left; }
.lgBack { background-color: #DDE6BD;  text-align: left;}
.dbBack { background-color: #71ABC2;  text-align: left;}
.dgBack { background-color: #BCCE7A;  text-align: left;}

.wTable {
		background-color: #FFFFFF;  text-align: left;
		}

#myToolsLink a	{
				text-decoration: underline;
				background-color: transparent;
				}

#myToolsLink a:link	{ 
					color: #000000;
					text-decoration: none;
					}

#myToolsLink a:visited 	{ 
						color: #000000;
						text-decoration: none;
						}

#myToolsLink a:hover	{
						color: #000000;
						text-decoration: none;
						}
				
#myToolsLink a:active 	{ 
						color: #000000;
						text-decoration: none;
						}
					
					
					
					
					
						




/* These classes are from original style sheet */

.alert {
	font-weight: bold;
	color: #FF0000;
	}
.bottomFill {
	background-image: url(../images/right_bottom.gif);
	background-repeat: repeat-x;
	}
.crumbs {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #999999;
	}
.dotGrey {
	font-size: .9em;
	line-height: 1.3em;
	background-color: #DEE7BE;
	text-align: center;
	}
.dotWhite {
	font-size: .9em;
	line-height: 1.3em;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	}
.headBlue {
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
	}
.indent {
	margin-left: 30px;
	list-style-type: circle;
	}
.newWindow {
	margin-top: 3px;
	}
.page {
	padding: 20px;
	width: 80%;
	}
.rule {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	}
.smallText {
	font-size: 0.85em;
	line-height: 1.3em;
	}
.smallTextBold {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	}
.subHead {
	font-size: .9em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	}
.subHeadBlue {
	font-size: .9em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	}	
.subHeadWhite {
	font-size: .9em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
.subIndent {
	margin-left: 60px;
	list-style-type: circle;
	}
.tableIndent {
	font-size: .9em;
	line-height: 1.3em;
	margin-left: 10px;
	}
.text {
	color: #333333;
	}
.textBold {
	font-weight: bold;
	}
.topFill {
	background-image: url(../images/right_top.gif);
	background-repeat: repeat-x;
	}
	



.transptest	{
			position: relative;
			top: -300px;
			border: red solid 3px;
			font-size: 100px;
			color: green;
			}
			
.transptest	{
			position: relative;
			top: -300px;
			border: red solid 3px;
			font-size: 100px;
			color: green;
			}
			
.teacherPhoto	{
				float: left;
				margin: 0 22px 7px 0;
				border: #679901 4px solid;
				position: relative;
				}
				
.teacherName	{
				font-size: 1.4em;
				font-weight: bold;
				color: #679901;
				}
				
.teacherInfo	{
				font-size: 1.1em;
				font-weight: bold;
				}
				
.watchVid	{
			float: right;
			width: 175px;
			background-color: #F1F8D8;
			border: #7AA621 3px solid;
			padding: 1px 17px 17px 17px;
			font-size: .9em;
			margin-left: 22px;
			margin-bottom: 11px;
			position: relative;
			}
			
.watchVid img	{
				margin-left: 8px;
				}
				
.highlightBox	{
				background-color: #F1F8D8;
				padding: 7px 22px 22px 22px;
				border: #7AA621 3px solid;
				overflow: auto;
				font-size: .95em;
				}
			
#nasaPhoto	{
			width: 300px;
			height: 220px;
			float: right;
			margin: 22px 0 17px 17px;
			text-align: center;
			clear: both;
			position: relative;
			}
			
#update	{
		font-size: .7em;
		color: #999;
		text-align: right;
		padding-top: 22px;
		}
		
.OSEPlogo	{
			position: relative;
			left: 510px;
			top: -7px;
}