/*--Down the left side--*/
p.menutitle {color:#336699;
		font-size: 85%; font-weight: 700;
			margin-bottom:0em;
			margin-top: 0em;
		}
td.menutitle {width:150px; background-color:#CCCCCC; text-size:85%; font-weight:bold;}
table.menu {border-bottom: 4px solid #336699; }
td.menu {}

.normalLNav 	{ background-color: #FFFFFF; border: 1px solid #336699;  height: 20px;  }
.hoverLNav 		{ background-color: #eeeeFF; border: 1px solid #336699;  height: 20px; }
.linksHoverLNav { color: #000000; text-decoration: none; font-family:arial, sans-serif; font-size: 75%; }
.linksLNav 		{ color: #000000; text-decoration: none; font-family:arial, sans-serif; font-size: 75%; }
.cssmenuLNav 	{ background-color: #FFFFFF; width:140px;}
a:hover.linksLNav 		{ color: #000000; text-decoration: none; font-family:arial, sans-serif; font-size: 75%; }
a:visited.linksLNav 	{ color: #000000; text-decoration: none; font-family:arial, sans-serif; font-size: 75%; }
a:active.linksLNav 		{ color: #000000; text-decoration: none; font-family:arial, sans-serif; font-size: 75%; }

/*--Across the top--*/
td.toptitle {border-top: solid #336699; border-bottom: solid #336699;}

p.toptitle

{
	font-family: Verdana, Arial, sans-serif;
	color: #336699;
	font-size:30px;
	margin-left:0px;
	margin-bottom:1px;
	margin-top:1px;
	text-transform:uppercase;
	font-weight:bold;
	}
td.logo { border-left: solid #CCCCCC; border-top: solid #336699; border-bottom: solid #336699;}
p.logo
{
	font-family: Verdana, Arial, sans-serif;
	color: #336699;font-size:16px;margin-left:0px; Margin-top: 0em; margin-bottom: 0em;
	text-transform:uppercase;
	font-weight:bold;
}
span.logosmall { font-size: 75%; }
div.borders


/* -- Below begins the elements specific to the print style sheet --*/
@media print
{

	div.borders {display:none} /*--turns off headers, and left nav*/
	td.borders {display:none; }
	logo {display:none; width:0}

	.toptitle
		{
			font-family: Verdana, Arial, sans-serif;
			color: #336699;
			font-size:120%;
			margin-left:0em;
			margin-bottom:0em;
			margin-top: 0em;
			text-transform:uppercase;
			font-weight:bold;
		}

}
/*-- Above ends the print style sheet --*/