html{
	height:100%;
}

body {
	background-color: #999;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image:  url("http://www.nmhschool.org/imgs/bckrules.gif");
	background-repeat: repeat-y;
	background-position: 50% 0;
	height:100%;
}

* html body{
	text-align: center;
}

#loginform {
	text-align: center;
	width: 300px;
	border: 0px solid black;
	margin-top:100px;
	margin-left: 84px;
}

#textabove {
	border: 0px solid black;
	margin-bottom: 50px;
	font-size:1.1em;
}

#textbelow {
	border: 0px solid black;
	margin-top: 50px;
	font-size:1.1em;
}

#mainwin {
	border: 0px solid black;
	width: 772px;
	height:100%;
	margin:0 auto;
	position: relative;
}	

#greenpanel {
	text-align: right;
	width: 100%; /*755*/	
	background-color: #7394C1; /*#dbdbb8 #007722*/
	border-top: 5px solid #888;
}

.checklisttb {
	border: 0px solid #000;
	border-collapse:collapse; /* Needed for table row border */
}

.checkitemstr {
	border-bottom: 1px solid gray;
}

.checkitemstd {
	margin:0;
	padding:0;
	text-align: center;
}

.checkitemsborder {
	border-bottom:1px solid gray;
}

div.domainnavtitle {
	margin-left: 5px;
	display: none;
}

div.domainnav a {
	display:block;
	border: 1px solid gray;
	width: 135px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	text-decoration:none;
	background-color: #FFF;
}

.notice {
	border:0px solid black;
	float:right;
	padding:5px 5px 5px 5px;
	margin:10px auto 10px 10px;
	color:#0000FF;
	font-size:1.0em;
}

.lefttd{
	padding-top: 50px;
	height:100%;
	background-color: #7394C1; /*#dbdbb8 comment out if bgimage is used*/
}

.righttd{
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	background-color:#FFF; /*comment out if bgimage is used*/
}

.welcomeStudentName {
	padding-top:20px;
}
	
	/*	
	background:  url("http://www.nmhschool.org/imgs/n_back.gif") no-repeat;
	z-index: 10;
	background-color:#FFF;
	background-image:  url("http://www.nmhschool.org/imgs/n_back.gif") !important;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 10;
	

	background-image:  url("http://www.nmhschool.org/imgs/bckgrnd.gif");
	background-repeat: repeat-y;
	background-color: transparent;
	z-index:1;
	*/

