
body, tr  {
	background-color: White;
	color: Navy;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	text-align: left;
	margin: 0;
}
li{
	list-style: disc;
}
#main-content {
	background-color: #efefef;
	padding: 1em;
	margin-left: 180px;
}

tr{
   background-color: #efefef;
  }
tr.transparent {
   background-color: transparent;

}
th{
	text-align: center;
	font-size: 1.5em;
	background-color: Navy;
	color: White;
}

#leftbar {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	text-align: center;
	padding-top : .1em;
	padding-bottom : .1em;

}

#leftbar a:link,
#leftbar a:visited {
	/*	background-color: White;  */
	color: Navy;
	padding-top: .1em;
	padding-bottom: .1em;
	font-size: 1.25em;
	display: block;
	text-decoration: none;
}

#leftbar a:hover  {
   background-color: #efefef;
}

p.footer {
   font-size: .8em;
   font-weight: bold;
   text-align: center;
}


h1 {
   font-size: 1.5em;
   font-style: italic;
   letter-spacing: 5px;
   text-align: center;
}

h2 {
   font-size: 1.5em;
}
h3 {
   font-size: 1.5em;
	text-align: center;
	padding:0 0 0 0;
}
a:link
{
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Purple
}
	
a:hover {
	color: Red;
	}


