 /* Web Design by Mari Michaelis www.spitenet.com - cssSB */
@charset "utf-8";

html {
    /*This fixes page shift effect caused by appearing and disappearing browser vertical scrollbar */
	overflow-y: scroll;
}
html, body {
  height: 100%; 	/* for footer to sit at bottom of page */
}

body { 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin-bottom: 12 pt; 
    font-size: 14px; 
    color: #000000; 
}

/*h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
} */

h1 { font-size: 20px; }
h2 { font-size: 18px; font-weight:normal; margin-bottom:4px;}
h3 { font-size: 16px ; margin-bottom:-8px;}
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

p { 
    font-size: 13px; 
/*    margin-top: 6 pt; 
    margin-bottom: 8 pt */
}

p.sm{ 
	font-size: 12px;
    margin-top: 6px; 
	margin-bottom: -8px;
}

.Note {  
    font-size: 9 pt;
    border-left:0 px solid black; border-right:0 px solid black; 
    border-top:1 px solid #000000; border-bottom:1 px solid #000000; margin-top: 9 pt; 
    margin-bottom: 9 pt; 
    color: black   
}
.strikeout {text-decoration: line-through;}
.red {color:#C00;
	font-weight:bold;}

image.space {
margin-right: 10px
}

UL {font-size: 11 pt; list-style-type: disc}

/* li {padding-bottom: 1em;} */

a:link {color: #0000FF}
a:visited {color: #3333FF}
a:hover {text-decoration: underline overline; color: red;}

a.plain:hover {text-decoration: underline; color: #0000FF;}

.Red {color:#C00}

table {
	border-collapse:collapse;
}
td {vertical-align:top;}

table.nav {
	font: Arial;
	font-size: 14pt;
	color: white;
	border-collapse:separate;
	border-style: ridge;
	border-width: 5px;
	border-color: gray;
	background-color: #9b3c16
}

a.nav:link {color: white }
a.nav:visited {color: white }
a.nav:hover {text-decoration: underline overline; font-weight:bold; color: white;}

table.nav td {
	vertical-align:middle;
	border:3px groove gray; text-align: right;
	padding:5px;
	background: url(images/tblbackSm.jpg) no-repeat #9b3c16;
	background-color: #9b3c16	
}

td.tight {
	padding:0px
}

/*div.center {
	width:900px;
	margin:10px,0px,auto,10px;
}*/
div.center {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
div.indented {
	margin-left:40px;
}

#navmenu {
	padding:0px;
	margin:0px;
	width:854px;
	/*border-width:thin;
	border-style:groove;
	border-color: #999;*/
	}