
body    {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bolder;
	color: rgb(75,0,0);
	background-color: rgb(160,160,160);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        }

 
h2 	{
	margin: 0px;
	}

.header  {
	background-color: rgb(124,35,17);
	}

.navBarA {
	color: rgb(235,183,106);
	background-color: rgb(75,0,0);
	text-align: center;
	}

.navBarB {
	color: rgb(235,235,235);
	text-align: center;
	}

.navBarC {
	color: rgb(185,185,185);
	background-color: rgb(75,0,0); 
	/* background-color: rgb(124,35,17); */
	text-align: center;
	}
.navSep {
	background-color: rgb(124,35,17);
	color: rgb(124,35,17);
	margin-top:2px;
	}


.copyright {
	color: rgb(210,210,210);
	/* white-space: pre; */
	text-align: center;
	font-size: 70% ; 
	}


.mainContent {
	color: rgb(75,0,0);
	background-image: url(images/paperGray2.gif);
	background-repeat: repeat;
	background-color: rgb(160,160,160);
	}

.mainText {
	margin-left: 20px;
	margin-right: 20px;
	}

.footer {
	background-color: rgb(128,128,128);
	text-align: center;
	line-height: 1.5;
	}

.padded {
	margin-top: 5px; 
	}


.title { font-weight:bold; }
.item { font-weight:bold; }

a.L1 { font-size:130%; font-weight:bold; text-decoration: none; }
a.L1:link { color: rgb(160, 44, 20); } 
a.L1:visited { color: rgb(75,0,0); }
a.L1:hover { color: rgb(124, 35, 17); text-decoration: underline}

a.L2 	{ 
	font-size: 100%; 
	font-weight:bold; 
	text-decoration: none; 
	padding-left: 1em; 
	padding-right: 1em; 
	}

.mainContent a.L2 {
	padding-left: 1em; 
	padding-right: 1em; 
	}
   
.navBarA a.L2:link { color: rgb(255, 200, 150); } 
.navBarA a.L2:visited { color: rgb(235,183,106); }
.navBarA a.L2:hover { color: rgb(245, 218, 180); text-decoration: underline}

.navBarC a.L3:link { color: rgb(255, 200, 150); } 
.navBarC a.L3:visited { color: rgb(235,183,106); }
.navBarC a.L3:hover { color: rgb(245, 218, 180); text-decoration: underline}

/*
.navBarC a.L3:link { color: rgb(235, 235, 235); } 
.navBarC a.L3:visited { color: rgb(190,190,190); }
.navBarC a.L3:hover { color: rgb(255, 255, 255); text-decoration: underline}
*/


.mainText a.L2:link, .footer a.L2:link { color: rgb(130, 35, 16); } 
.mainText a.L2:visited, .footer a.L2:visited { color: rgb(75,0,0); }
.mainText a.L2:hover, .footer a.L2:hover { color: rgb(104, 28, 13); text-decoration: underline}



.sz80 	{
	font-size: 80%;
	font-weight:bold;
	}

.L3 	{ 
	font-size: 80%;
	padding-left: 1em; 
	padding-right: 1em; 
	text-decoration:none;
	font-weight:bold;
	}

a.L3:link { color: rgb(160, 44, 20); } 
a.L3:visited { color: rgb(75,0,0); }
a.L3:hover { color: rgb(124, 35, 17); text-decoration: underline}



img.med { border-width: 0px; }

img.sm { color: gray; border-width: 5px; border-style: inset; }

.smMattedImg 
	{ 
	color: gray;
	padding: 12px;
	border-style: outset;
	border-width: 4px;
	border-color: rgb(210,210,210); /* this gives a good contrasting border */
	}

a img.sm:hover 
{
	border-style: solid;
	border-color: rgb(75,0,0) rgb(160,44,20) rgb(160,44,20) rgb(75,0,0);
}




.bdrhl img {
	color: gray; 
	border-width: 4px; 
	border-style:  inset; 
	/* border-color: rgb(235,235,235); */
	border-color: rgb(210,210,210); /* this gives a good contrasting border */
	/* border-color: white; */
}

.bdrhl:hover img{
	border-style: solid;
	border-color: rgb(75,0,0) rgb(160,44,20) rgb(160,44,20) rgb(75,0,0);
}

.bdrhl:hover {
color: gray; /* this fixes a bug in IE */
}




