/************************************************************************
* NACADA N10-Print CSS Stylesheet TEST TEST TEST
* Author:   Gary Cunningham
* Date:     August 14, 2009
* Edited by Michele Holaday 4/28/11
* This file belongs to NACADA and is not to be used without expressed 
* permission by the owner. 
************************************************************************/


/* #top-bar, .rotation-banner, .top-link, .separator 
{/* these items will not be printed */
/*	display: none; }*/

body {
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

	color: #000000;
	height: 100%;
	text-align: left;
}

#top-bar {
	display: none;
}
.nav-area {
	display: none;
}
.searchForm {
	display: none;
}

#top-link {
	display: none;
}
.separator {
	display: none;
}
/* td.rotation-banner {
	display: none;
} */

.screenonly
{
	display: none;
}
.printonly
{
	display: inline;
}

.capitalize {
	text-transform: capitalize;
}

.PageContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	text-align:left

}
.Heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #990033;
}

.Heading1Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #990033;
}

.Heading1BoldItalics {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	font-style:italic;
	color: #990033;
}

.italics {
	font-style: italic;
}
.caps {
	text-transform: uppercase;
}

.PageContentSubTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990033;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
}
.TableContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
}
.TableHeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}
table.menu
{
	
}

td.menu-header
{
	
}

td.menu-link
{
}

.BigArial {
	font-family: "Arial", Times, serif;
	font-size: 180%;
	font-weight: normal;
	color: #990033;
	font-weight: bold;
	list-style-type: disc;
}

