html, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #E3E2DD;
}
/******* hidden form field.  if field is filled on form then a bot did it**********/
.NS_field{
	display: none;
}

#pageContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	position:relative;
	z-index:1;
	width: 940px;
	min-height:101%;
	background-color: #FFFFFF;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
#pageContainer a:link {
	color: #2750A8;
}
#pageContainer a:visited {
	color: #555555;
}
#pageContainer a:hover {
	color: #E7B500;
}

#bodyContainer {
	min-height:100%;
}

#leftCol {
	width: 200px;
	float: left;
}
#mainCol {
	margin: 0px;
	width: 740px;
	float: right;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
#mainCol h3{
	margin: 0px;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#header {
	width: 941px;
	height: 107px;
}
#footer {
	z-index:3;
	font-size:85%;
	clear: both;
	margin-left: 208px;
	padding: 2px;
	position:relative;
	top: -30px;
}
#content {
	z-index:2;
	min-height:500px;
	left: 0px;
	top: 6px;
	margin: 0px;
	padding: 8px;
	position: relative;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#contentMiddle {
	z-index:3;
	min-height:500px;
	left: 0px;
	top: 6px;
	margin: 0px;
	position: relative;
	width: 500px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#contentRightCol {
	z-index:2;
	position: relative;
	margin: 6px;
	top: 6px;
	left: 6px;
	min-height:100%;
	text-align: center;
}
#contentEnd {
	clear:both;
}

#printBug {
	position:absolute;
	right: 6px;
}
/********* general text props *********/
.text1 {
	color: #2750A8;
}
#text1a {
	color: #2750A8;
}

#text1a a:link {
	color: #2750A8;
	text-decoration:none;
}
#text1a a:visited {
	color: #2750A8;
	text-decoration:none;
}
#text1a a:hover {
	color: #E7B500;
	text-decoration:none;
}

.text2 {
	color: #E7B500
}
.text3 {
	color: #333333
}
.fine_print {
	font-size:85%;
}

/************** left nav **************/

#navLinks{
	padding-top: 0;
	padding-right: 4px;
	padding-left: 4px;
}
#navLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navLinks li {
	padding: 10px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}
#navLinks li a {
	border-left: 10px;
	border-right: 10px;
	width: 100%;
}

	html>body #button li a {
	width: auto;
}
#navLinks li a:link {
	color: #2750A8;
	text-decoration:none;
}
#navLinks li a:visited {
	color: #2750A8;
	text-decoration:none;
}
#navLinks li a:hover {
	color: #E7B500;
	text-decoration:none;
}
#login {
	padding-left: 14px;
}
.textEntry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #555555;
	border: 1px solid #AAAAAA;
}

#slides {
	width: 210px;
	height: 500px;
	float: left;
}

/***** modal box popups ************/

#modalBGLayer {
	position:absolute;
	background-image: url(imgs/greyPPBG.png);
	background-repeat: repeat;
	width:100px;
	height:100px;
	left: 0px;
	top:  0px;
	display:none;
	z-index:10;
	
}
* html #modalBGLayer{/***** ie6 hack for png transparency ******/
	position:absolute;
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/greyBG.png", sizingMethod="scale");
	}
#modalBox {
	position:absolute;
	display:none;
	z-index:100;
}
#landfill {
	position:inherit;
	width:440px;
}
#modalContent {
	position:absolute;
	left:0px;
	top:23px;
	background-color: #EEEEEE;
	border: 1px solid #8C8C8C;
	padding:4px;
	z-index:10;

}
#modalContent iframe {	/****** ie6 hack for select elements bleeding through popups ******/
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width: 100%;
	height: 400px;;
}
#modalHeader {
	position:relative;
	z-index:10;

}
#modalL {
	float:left;
	background-image: url(imgs/modalUL.gif);
	height: 23px;
	width: 24px;
	z-index:10;

}
#modalM {
	float:left;
	background-image: url(imgs/modalUM.gif);
	height: 23px;
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
	z-index:10;

}
#modalR {
	float:left;
	background-image: url(imgs/modalUR.gif);
	height: 23px;
	width: 24px;
	z-index:10;
}
#buttonLabel {
	height: 32px;
	width: 160px;
	position: relative;
	color: #1B2945;
	background-image: url(imgs/teacherButton_up.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin:8px;
	padding-top: 6px;
}
#buttonLabelDisabled {
	height: 32px;
	width: 160px;
	position: relative;
	color: #1B2945;
	background-image: url(imgs/teacherButton_upDisabled.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin:8px;
	padding-top: 6px;
}
#buttonLabel:hover {
	background-image: url(imgs/teacherButton_over.gif);
	background-repeat: no-repeat;
}
#buttonLink {
	position: absolute;
	left: 0px;
	top: 0px;
}
