/************************************************************************
* NACADA Print CSS Stylesheet
* This file belongs to NACADA and is not to be used without expressed 
* permission by the owner. 
************************************************************************/

.MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.SelectedMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;

}
.SubMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.PageContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;

}
.Heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #990033;

}
.italics {
	font-style: italic;
}
.caps {
	text-transform: uppercase;
}
.LINKS {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.MainMenuCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Logo Wibble for Anchors */
a.logowibble {	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;	font-weight: bold;
	color: #990033;
}
a.logowibble:link { text-decoration: none; }
a.logowibble:active { text-decoration: none; }
a.logowibble:visited { text-decoration: none; }
a.logowibble:hover { text-decoration: none;color: #006600;}
/* Main Menu Wibble */
a.wibble {	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	font-weight: bold;
	color: #FFFFFF;
}
a.wibble:link { text-decoration: none; } 
a.wibble:active { text-decoration: none; }
a.wibble:visited { text-decoration: none; }
a.wibble:hover { text-decoration: none;	color: #66ff33; }

a.menuwibble {	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menuwibble:link { text-decoration: none; } 
a.menuwibble:active { text-decoration: none;}
a.menuwibble:visited { text-decoration: none; }
a.menuwibble:hover { text-decoration: none;	color: #66ff33; }
/* Selected Main Menu Wibble */
a.selwibble {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	font-weight: bold;
	color: #ffff00;
}
a.selwibble:link { text-decoration: none; } 
a.selwibble:active { text-decoration: none; }
a.selwibble:visited { text-decoration: none; }
a.selwibble:hover {	text-decoration: none; color: #FFFF00; }
/* Sub Menu Wibble */
a.subwibble {text-decoration: none;	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	font-weight: normal;
	color: #990033;
}
a.subwibble:link { text-decoration: none; } 
a.subwibble:active { text-decoration: none; }
a.subwibble:visited { text-decoration: none; }
a.subwibble:hover { color: #0000ff;	text-decoration: none; }

.PageContentSubTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990033;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.TableContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.TableHeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
table.menu
{
	
}

td.menu-header
{
	
}

td.menu-link
{
	
}
.screenonly
{
	display: none;
}
.printonly
{
	display: inline;
}.capitalize {
	text-transform: capitalize;
}
.BigArial {
	font-family: "Arial", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #990033;
	font-weight: bold;
	list-style-type: disc;
}

.menuOut {
	cursor:pointer; 
	margin:2px; 
	background-color:#DFDFBF; 
	color:#FFFFFF; 
	width:219px; 
	border:1px solid #000000; 
	padding:2px; 
	text-align:center;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.menuOut {cursor:pointer; margin:2px; background-color:#990033; color:#000000; width:212px; border:1px solid #000000; padding:2px; text-align:center; font-family:arial; font-weight:bold;}

.menuOver {
	cursor:pointer; 
	margin:2px; 
	background-color:#DFDFBF; 
	color:#FFFFFF; 
	width:219px; 
	border:1px solid #0099cc; 
	padding:2px; 
	text-align:left; 
	font-family: "Times New Roman"; 
	font-weight:bold;
	}

.sub-menu {
	width:115px; 
	font-family: "Times New Roman"; 
	font-size: 11px; 
	padding-left: 5px;
	}

.sub-menu a {
	color:#000080; 
	text-decoration: none; 
	/* font-weight: none; */
	}

.sub-menu a:hover {
	color:#ff0000; 
	text-decoration:none; 
	/* font-style:none; 
	font-weight:none; */
	}
