body {
	color: #330066;
	font-family: Arial, sans-serif, Georgia, "Times New Roman",
        Times, serif;
}

img.logo
{
	float:left;
	padding-right: 20px;
}

img.banner
{
	opacity:1;
	filter:alpha(opacity=100);
	float:right
}

img.contentPic
{
	float:left;
	padding-right: 20px;
}

img.contentPicRight
{
	float:right;
	padding-left: 20px;
}
td.left {background-color:rgb(70%,90%,70%)}
td.middle {color: #330066}
td.right {
	background-color:rgb(70%,90%,70%);
	font-size: 12px;
	}

table.coll 
{
border-collapse: collapse
}

td.leftalign
{
	text-align: left;
}

td.rightalign
{
	text-align: right; 
}

div.container
{
}

div.content
{
	line-height: 140%;
	font-size: 13px;
	background-color: white;
}

div.header
{
	padding:0.5em;
	clear:left;
	background-color: rgb(95%,90%,99%);
}

div.footer
{	
	font-family: Georgia, "Times New Roman",
        Times, serif, algerian,courier;
	padding:0.5em; 
	font-size: 12px;
	background-color: rgb(95%,90%,99%) ;
}

h1 {
/*	font-family: verdana, Georgia, "Times New Roman", Times, serif, algerian,courier  */
/* the above line can be commented out if want it to have the same font as the body */
}

h1.header
{
	padding-top:20px;
	margin: 0;
	height: 120px;
	line-height: 45px;
	font-size: 40px;
/*	text-align: center; */
}

h2 {
	margin:0;
	font-size: 20px;
}

h3 {
	font-size: 14px;
	margin-top: 2em;
	margin-bottom: -0.5em;
}

h4 {
	font-size: 16px;
	text-align: center;
}

ul.navbar {
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	top: 1em;
  	left: 1em;
  	width: 14em ;
	font-weight: bold;
	font-size: 14px;
}

ul.navbar li {
  
  margin: 0.5em 0;
  padding: 0.3em;
}
ul.navbar a {
  text-decoration: none }
a:link {
  color: #330066; }
a:visited {
  color: #330066; 
  }
a:hover {				
	text-decoration: underline;
	color: black;
	background-color: rgb(73%, 73%, 100%); 
}
/* THIS PART is a workaround to tell the browser which link is active */
/* old colour rgb(73%, 73%, 100%) */
a.active {background-color: rgb(95%,90%,99%);}

span
{
	float:left;
/*	width:0.7em;*/
	font-size:300%;
	font-weight: 600;
/*	font-family:  Georgia,serif, courier;  */
	line-height:50%;
	padding-top: 5px;
	padding-bottom: 5px;
}