html
{

  height: 100%; /*for FooterStickAlt */
}


body
{
  margin: 0;
  padding: 0;
  height: 100%; /* for FooterStickAlt */
  font-family: Arial, sans-serif;
}
A:
link
{
  COLOR: #0000AA; TEXT-DECORATION: none
}

A:visited
{
  COLOR: #AA2233; TEXT-DECORATION: none
}

A:active
{
  COLOR: #000077; TEXT-DECORATION: none
}

A:hover
{
  COLOR: #ff0000; TEXT-DECORATION: none
}

/* FooterStickAlt */


#nonFooter {
  position: relative;
  min-height: 100%;
}

* html 
#nonFooter {
  height: 100%;
}

#footer {
  position: relative;
  margin-top: -3.5em;
}




#leftcontent {

	position: absolute;

	top: 5px;
	left: 5px;

	padding: 0px;

	width: 150px;

	}



#rightcontent {

	margin-left: 200px;

	padding: 0px;

	margin-right: 15px;

}



div.float {
	float: left;
	width: 165px;
	height: 250px;
	padding: 10px;
	}


div.float p {
	text-align: center;
	}


div.float a {
	font-size: 0.7em;
	}


div.container {
	border: 2px solid #333;
	background-color: #fff;
	}


div.spacer {
	clear: both;
	}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #00008C;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

} 
