H1 {
	font-family : Arial, Tahoma Helvetica, sans-serif;
	font-size : 16px;
	color:#883225;
	line-height: 18px;
	text-decoration: none;
}
H2 {
	font-family : Arial, Tahoma Helvetica, sans-serif;
	font-size : 12px;
	color:#883225;
	line-height: 14px;
	text-decoration: none;
}
.BodyLink	
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color:#274072;
	line-height: 14px;
	text-decoration: none;
}
.BodyLink:hover	
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color:#274072;
	line-height: 14px;
	text-decoration: underline;
}
.Smalltext
{
	font-family: Tahoma; 
	font-size: 7.5pt; 
	line-height: 10px;
	color:#4D4445;
}	
.Smallertxt
{
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	line-height : 15px;
}
.BodyText
{
	font-family: Tahoma; 
	font-size: 10pt; 
	line-height: 14px;
	color:#4D4445;
}
.BioText
{
	font-family: Tahoma; 
	font-size: 10pt; 
	line-height: 15px;
	color:#4D4445;
}
.BodyText_Home
{
	font-family: Tahoma; 
	font-size: 8pt; 
	line-height: 13px;
	color:#4D4445;
}
.AddressText
{
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
}

.FormText
{
	font-family: Tahoma; 
	font-size: 9pt; 
	line-height: 13px;
	color:#4D4445;
}
.FormFields
{
	font-size: 9pt; 
	padding-bottom: 0px; 
	padding-left: 1px; 
	padding-right: 0px; 
	padding-top: 1px; 
	background-color: #EFEFEF; 
	border: 1px solid #ACACAC;
}
.FooterText
{
	font-family: Tahoma; 
	font-size: 7.5pt; 
	line-height: 10px;
	color:#EFEFEF;
}
.MapText
{
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
}
a.footer:link, a.footer:active, a.footer:visited
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#803427;
	line-height: 14px;
	text-decoration: none;
}
a.footer:hover
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#803427;
	line-height: 14px;
	text-decoration: underline;
}
a.homelink:link, a.homelink:active, a.homelink:visited
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#803427;
	line-height: 14px;
	text-decoration: none;
}
a.homelink:hover
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#803427;
	line-height: 14px;
	text-decoration: underline;
}
.home
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#000000;
	line-height: 14px;
	text-decoration: none;
}
/* menu style */
#menu {
	width: 760px;
	margin: 0;
	padding: 0px;
	float: left;
	background-color: #685F4E;
}
#menu ul {
	display: block;
	margin: 0;
	float: left;
	padding: 0;
}
#menu ul li {
	position: relative;
	color: #ffffff;
	font-size: 10px;
	display: inline;
	padding: 0;
	float: left;
}
#menu ul li strong,
#menu ul li a {
	text-transform: uppercase;
	display: block;
	float: left;
	padding: 8px 8px;
	text-decoration: none;
	font-family: arial;
	font-variant: normal;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	background-color: #685F4E;
}
#menu ul li ul {
	position: relative;
	display: none;
}
#menu ul li:hover {
	position: relative;
	color: #fff;
	background: #8F846B;
}
#menu ul li:hover a {
	color: #fff;
	background: #8F846B;
}
* html #menu ul li:hover a {
	color: #fff;
}
#menu li a:hover {
	color: #fff;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	background: none;
	border-right: none;
	border-bottom: none;
}
#menu ul li ul li,
#menu ul li.more ul li {
	width: 200px;
	border-right: none;
}
#menu ul li ul li strong,
#menu ul li ul li a {
	background: #8F846B;
	padding: 4px 10px;
	width: 200px;
	border-bottom: none;
	border-right: none;
	font-family: arial;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	float: none;
}
#menu ul li ul li:hover > a {
	background: #8F846B;
}
#menu ul li ul li a:hover {
	color: #fff;
	background: #685F4E;
}
#menu ul li ul li a:active,
#menu ul li.more ul li a:active {
	background: #000;
}
#menu ul li ul li ul,
#menu ul li:hover ul li ul {
	display: none;
}
#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 99%;
	top: 0px;
	z-index: 500;
	background: none;
	border-right: none;
	border-left: none;
	width: 180px;
}
#menu ul li:hover ul li:hover ul li {
	width: 180px;
}
#menu ul li:hover ul li:hover ul li a {
	letter-spacing: normal;
	width: 180px;
}
/* end menu style */
.rightbottomborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #8F846B;
	border-bottom-color: #8F846B;
}
a:link, a:active, a:visited
{
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	line-height: 13px;	
	color:#803427;
 	text-decoration: underline;
}
a:hover
{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color:#803427;
	line-height: 13px;
	text-decoration: none;
}
body, p, ul, li {
	font-family : tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	line-height: 13px;	
	color:#666666;
}