/*body formatting*/
html {height: 100%;
margin:0;
padding:0;}

body { 
	margin: 0;
	padding:0;
	height:100%; 
	background-color: #ffffff;
	}
	
.pagecontainer {width:auto;
	margin:0px auto;
}

/* #contentholder holds the left menu and the main content area, but not the header, banner, top menu, etc.*/
#contentholder {
	width: auto;
	height: 100%;
	position: relative;
}

.skipnav { 
display:none;		
}/*This div holds the "skip navigation" link so people using screen readers don't have to listen to all the menu items*/

.topnav {
	display:none;
}
#headerpg {
	display:none;
}
#linetopholder {
display:none;
}
#linetoppg {
display:none;
}
.topnavlist {
display:none;
}

/*styles for the header menu, NYSED logo, and Search box -- all contained in the top navigation include*/
.logo {
display:none;
}
.toplist {display:none;
}
.topmenu {display:none;
}
.search {display:none;
}


/*left navigation*/
#leftmenupg {display:none;
}

/*breadcrumbs*/
.midnav {
	display:none;
}	

/*headings*/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
}
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
}
.h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}
.h1acc {
font-family:"Times New Roman", Times, serif;
font-size:140%;
font-weight:normal;
color:#000000;
}

.h2 a:link {font-family:"Times New Roman", Times, serif;
color: #000000;
text-decoration:underline;
background-color: #FFFFFF;
}
.h2 a:visited {font-family:"Times New Roman", Times, serif;
text-decoration:underline;
color: #000000;
background-color: #FFFFFF;
}

/*content formatting*/
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
}
#content {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	height:100%;
}
.content a:link {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.content a:visited {
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}

/*footer formatting*/
.footer {display:none;
}
.linetopfooter {
display:none;
}
.linebottomfooter {
display:none;
}


/*home page formatting*/
.slideshow {display:none;
}
#moreinfo {display:none;
}
#newsheading {width:100%;
margin:0;
padding:0;
}




