body{
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
h1, h2, h3, h4, p{
	margin: 20px;
}
h1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #569099; /* teal */
}
h1 i{
	font-size: 14pt;
}
h2{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #57517B;  /* purple */
	line-height: 125%;
}
h2 b{
	font-family: Arial;
	font-size: 11pt;
	color: #666666;
	text-transform: uppercase;
}
h3{
	font-size: 12pt;
}
h4{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 105%;
	font-weight: normal;
	font-style: italic;
	color: #569099;
	line-height: 125%;
}
p, li{
	font-size: 10pt;
	line-height: 150%;
}
li{
	margin-right: 20px;
}
a{
	color: #569099; /* teal */
}
a:hover{
	color: #57517B; /* purple */
}
img, object{
	display: block;
	border: 0px;
}
.header{
	display: none;
}
.corners{
	display: none;
}
.photo{
	float: right;
	margin: 0px 20px 20px 20px;
	border: 1px solid #999999;
	padding: 5px;
	width: 200px;
	font-size: 70%;
}
.photo img{
	/*border: 1px solid #000000;*/
}
.nav{
	display: none;
}
.mainoptions{
	margin: 0px;
}
.didyouknow{
	color: #666666;
}
.didyouknow h3{
	color: #FAD435;
}
.board_of_directors{
	color: #666666;
}
.dots{
	display: none;
}
.col_half{
	float: left;
	width: 50%;
}
.col_half p{
	margin-top: 0px;
}
.col_half ul{
	margin-top: 0px;
	margin-bottom: 20px;
}
.feature_yellow, .feature_teal, .feature_purple{
	float: right;
	margin: 20px;
	margin-top: 0;
	padding: 1px 0px;
	width: 200px;
	color: #666666;
}
.feature_yellow{
	background: #FAF5DC;
}
.feature_teal{
	background: #d5e3e5;
}
.feature_purple{
	background: #d5d3de;
}
.backtotop{
	display: none;
}
.history_gallery{
	margin: 0px 10px;
}
.history_gallery td{
}
.history_gallery p{
	margin: 10px;
	border: 1px solid #999999;
	padding: 4px;
	font-size: 10pt;
	color: #666666;
}
.clear{
	clear: both;
}
.credit{
	display: none;
}