 /* Web Design by Mari Michaelis www.spitenet.com */
@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: 13px; 
    color: #000000; 
    margin-left: auto;
    margin-right: auto;
}

h2 {font-size:18px; font-weight:normal;}
h3 {font-size: 16px;}
h4 {font-size: 15px; margin-bottom:-10px; }
h5 { font-size: 14px; }

p {font-size: 14px; font-weight:normal;}
p.sm{ 
	font-size: 12px;
    margin-top: 6px; 
	margin-bottom: -8px;
}
p.Indent {
	text-indent: -40px; 
	margin-left: 40px
}
.center {text-align:center}
.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;}

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

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

p.caption {
	font-size: .8em;
	margin-top: -5px;
	margin-bottom: 0;
}	

table.nav td {
	text-align: right;
	border-width: 3px;
	padding:5px;
	border-style: groove;
	border-color: gray;
	background: url(images/tblbackSm.jpg) no-repeat #0099CC;
	background-color: #2169AE
}

#container {
  width: 100%;
  float: left;
}
div.center {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#navmenu {
	padding:0px;
	margin:0px;
	width:854px;
	/*border-width:thin;
	border-style:groove;
	border-color: #999;*/
	}
.leftish {float:left;}
.rightish {float:right;}
.tCenter {text-align:center;}