/* CSS Comments */ 

/* Element type selector */
body	{
	margin:		0mm;
	padding:	0mm;
	font-family: palatino, "palatino linotype", "book antiqua", serif;
	line-height: 1.3em;
	color:#000;
	background: #c0c0c0;
}
/* Primary Box Class--Class type selector */
.level0 {
	background:#c0c0c0;
	margin:0mm;
	padding:0mm;
}
/* Secondary Box Class */
.level1 {
	margin-left:130px;
	padding-left:9px;
	background:#c0c0c0;
}
/* Main Text Box Class */
.main {
	background:#c0c0c0;
	padding-left:9px;
	padding-right:9px;
	border-width: 0mm 0mm 0mm .5mm;
	border-style: solid;
	border-color: #996633;
}
/* Top Bar Box Class */
.topBar { 
	background:#c0c0c0;
	border-width: 0mm 0mm .5mm 0mm;
	border-style: solid;
	border-color: #996633;
}
/* Left Bar Box Class */
.lftBar {
	position:absolute;
	width:130px;
	top:65px;
	left:9px;
	right:9px;
	background:transparent;
	margin-top: 12px;
}
/* redundant selectors to help NS4 to not forget */
div, p, th, td, li, dd, dl, dt    {
    font-family:  palatino, "palatino linotype", "book antiqua", serif;
    }
/* Links will be underlined and text size/color etc. of links */
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
/* Pseudo Class Selector has ":" */
a:link	{
	color:	#0000FF;
	background-color: transparent;
	}
a:visited	{
	color:	#FF0000;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:#699;
	background-color:#F9EDED;
	text-decoration:underline;
}
/* 
Change colors, sizes, fonts etc. to what you want.
*/
h1, h2, h3, h4, h5 h6	{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #699;
	background-color: transparent;
	margin:	5px 0 12px 0;
}
h1 { font-size: 24px } 
h2 { font-size: 22px } 
h3 { font-size: 20px } 
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }

.super {
	font-family: palatino, "palatino linotype", "book antiqua", serif;
	font-size: 11px;
	vertical-align: top;
}

.myfont {
  font-family: "Comic Sans MS", sans-serif;
	font-weight: bold;
  color: #996633;
}
.myfont2 {
  margin-top: 12px;
	margin-bottom: 18px;
}
.jemimafont {
  font-family: "Times New Roman", times, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.indent { text-indent: 3em }
.indent2 { text-indent: 8em }
.indenta0 { text-indent: 2em;
					  line-height: 50%;}
.indenta1 { text-indent: 2em;
					  line-height: 50%;}
.indenta2 { text-indent: 4em;
					  line-height: 50%;}
.indenta3 { text-indent: 6em;
					  line-height: 50%;}
.indenta4 { text-indent: 8em;
					  line-height: 50%;}
.indenta5 { text-indent: 10em;
					  line-height: 50%;}
.indenta6 { text-indent: 12em;
					  line-height: 50%;}
.indenta7 { text-indent: 14em;
					  line-height: 50%;}
.indenta8 { text-indent: 16em;
					  line-height: 50%;}

.mytable {
  border-spacing: 0;
	table-layout: fixed;
	text-align: left
}

hr.brownbar {
	color: #996633;
	width: 70%;
}
hr.info {
	color: #996633;
}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.3em;
}
small {line-height: 1.1em;
}
/* turns off gaps around images */
img	{ 
	border:	0; }
.ahem	{
	display:	none;
	}

.searchBar
	{
	text-align: center;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.searchLetter
	{
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
	}	


