body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff;
/*	background-color: #333300; */
/*	background-color: #7C8751; */
	color: #666;
}
#mainarea {
	width: 775px;
	text-align: left;
	margin: auto;
}
#content {
	width: 770px;
	border: 1px solid #ccc; 
	background-color: #fff;	
}
#header {
	width: 100%;
	background-image: url(Images/Graphics/banner_bg.gif);
}
a:link {
	color: #693;
}
a:visited {
	color: #693;
}
a:hover {
	color: #39c;
}
a:active {
	color: #39c;
}
#leftcol {
	float: left;
	width: 115px;
	margin-left: 13px;
	padding-bottom: 10px;
}
#navbar {
	float: left;
	width: 115px;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 10px;
	font-variant: small-caps;
	font-size: 11px;
	letter-spacing: 1px;
}
#navbar li {
	text-decoration: none;
	list-style: none;
	color: #666; 
	background-image: url(Images/Graphics/nav_indicator.gif); 
	background-repeat: no-repeat; 
	background-position: 0% 50%; 
	margin-left: -32px;
	padding: 6px 0 6px 15px;
}
#navbar li a:link {
	text-decoration: none;
	color: #666;
}
#navbar li a:visited {
	color: #666;
	text-decoration: none;
}
#navbar li a:hover {
	color: #999;
	text-decoration: none;
	background-image: url(Images/Graphics/nav_indicator_over.gif); 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 6px 0 6px 15px; 
	margin-left: -15px;
}
#navbar li a:active {
	color: #999;
	text-decoration: none;
	background-image: url(Images/Graphics/nav_indicator_over.gif); 
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 6px 0 6px 15px; 
	margin-left: -15px;
}
/* sets properties for the safflower icon, which serves as the indicator of the current page */
#navbar li.current {
	text-decoration: none; 
	color: #999; 
	background-image: url(Images/Graphics/nav_indicator_over.gif); 
	background-repeat: no-repeat; 
	background-position: 5% 50%; 
	margin-left: -37px;
	padding: 6px 0 6px 20px; 
} 
#flash {
	width: 615px;
	margin: 15px 15px 10px 140px;
	border: 1px solid #ccc;
}
#textarea {
	margin: 10px 15px 10px 140px;
	border: 1px solid #ccc;
	padding: 0 10px 10px 10px;
}
#textarea p {
	margin-bottom: 0;
}
#textarea1 {
	clear: both;
	margin: 30px 10px 10px 10px;
	padding: 10px;
}
#textarea1 p {
	margin-bottom: 0;
}
#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	padding: 0.5em;
	margin-top: 0;
	line-height: 16px;
	color: #999;
}
#bottombg {
	width: 100%;
	background-image: url(Images/Graphics/bottom_bg.gif);
	margin-top: -85px;
}
#homepageimg {
	float: left;
}
#flashvideo {
	float: left;
	margin-top: -200px;
}
h1 {
	font-size: 22px;
	margin-top: 0;
	color: #069;
}
#quote {
	clear: left;
	margin-top: 300px;
	padding-top: 300px;
}
clearfloat {
	clear: both;
}
