body {	
	font-size: small;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: white;
	color: black; }

h1	{ 
	font-size: 150%; }
						
h2 { 
	font-size: 125%; }
	
h3 { 
	font-size: 100%; }
	
a:link, a:visited	{
	text-decoration: underline;
	color: black;
	background-color: #F5F5F5;
}

a:hover {
	text-decoration: none;
}
						
#navigation {	
	position: absolute; 
	top 0;
	left: 1em;
	width: 13em;
	text-align: center; }

#content {
	margin-left: 15em;
	background-color: transparent; }

.navigationItem {
	background-color: #F5F5F5;
	margin-top: 1em;
	padding: 3px;
}

.tableHead {
	text-align: left;
	background-color: #F5F5F5;
	font-weight: bolder; }

.tableContent {
	text-align: left;
	vertical-align: top; }

.tringLogo { 
	border: none;
	width: 13em; }

.lhsnav { 
	font-size: 80%; }

.rhsnav { 
	font-size: 80%;
	text-align: right; }

.lflo { 
	float: left;
	padding: 5px;
	border: none; }

.rflo { 
	float: right;
	padding: 5px;
	border: none; }

.clearb { 
	clear: both; }

.homemenu { 
	display: block;
	height: auto;
	width: auto;
	position: relative; }

.homemenul { 
	position: static; }

.homemenur { 
	position: absolute;
   left: 35%;
	top: 0; }
					  
.red { 
	color: Red; }
