<!--
body { 
  color : #000000; 
  background : #ffffff;
  font-family: Verdana, Trebuchet MS, sans-serif; 
}

 #menu, #topborder, #flashcontent, #leftcolumn, #rightcolumn, #quote, #footer  { 
  display : none; 
} 

#contentarea {
	clear: both;
}

h1 { 
font-size: 12pt; 
font-weight: bold;
}

h2 { 
font-size: 10pt; 
font-weight: bold; 
}

p {
   text-align: left;
   font-size: 10pt; 
} 

a { 
  text-decoration : underline; 
  color : #000000; 
}

.header{
	width: 800px;
}

.header img {
	margin-bottom: 20px;
}

#textarea img {
  background: #fff;
  padding: 4px;
  border: 1px solid #c0c0c0;
  margin: 0 0 10px 15px;
  float: right;
}

.homeli li{
	font-size: .75em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	margin: 1em 0 0 -1.75em;
	list-style-type:square;
}
ul.generalli {
	padding: 0;
	margin: 0;
}

.generalli li{
	text-align: left;
	font-size: .75em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	list-style-type:square;
}

ul.partners{
	padding: 0;
	margin: .5em 0 1em 2em;
	list-style-type:square;

}
.partners li {
	text-align: left;
	font-size: .75em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	list-style-type:square;
	margin-bottom: .5em;
}

ol.linumbered {
	list-style-type: decimal;
	padding: 0;
	margin: .5em 0 1em 2.5em;
}

.linumbered li {
	text-align: left;
	font-size: .7em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
}

div#content { margin-left: 1in; margin-right: 1.5in; }

//-->