@media print { body { margin-top: 75px; } .noPrint { display: none; } #pagecontent { width: 700px; } }
@media screen { body { margin-top: 5px;} html { overflow-y: scroll; } #pagecontent { width: 950px; } } 
@media screen, print { body { font-family: "Arial"; font-size: 12pt; } }

a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: red; }

#topmenu
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	table-layout: fixed;
	text-indent: 3pt;
}

#topmenu td { background: navy; border: solid white 2pt; }
#topmenu a:link { color: white; text-decoration: none; }
#topmenu a:visited { color: white; text-decoration: none; }

#PageHead
{
	color: maroon;
	font-size: 24pt;
	font-family: 'Bookman Old Style';
	text-align: center;
}

#PageSubHead
{
	color: maroon;
	font-size: 18pt;
	font-family: 'Bookman Old Style';
	text-align: center;
}

#pagecontent
{
/*	width: 950px; */
	margin-left: auto;
	margin-right: auto;
}

#contentHead, #contentSubHead
{
	color: maroon;
	text-align: left;
	text-decoration: underline;
}

#contentHead { font-size: 16pt; }
#contentSubHead { font-size: 14pt; }

.textLeft { text-align: left; }
#note { color: red; text-decoration: underline; }
ul { line-height: 1.75; }

h6 { font-family: "Arial"; font-size: 14pt; font-weight: normal; color: maroon; text-align: center; margin: 18px 0; }
.hx { color: maroon; }
.uline { text-decoration: underline; }
.webmaster { font-size: 8pt; text-align: right; font-style: italic; color: black; clear: both; }
