body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7682A0;
}

/******* MAIN link style ******/

a:link {
	color: #990000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;

}

:link {font-size: 11px; color: #990000; text-decoration: none; } 
a:link {font-size: 11px; color: #990000; text-decoration: none; }
a:visited {font-size: 11px; color: #990000; text-decoration: none; }
a:hover {font-size: 11px; color: #990000; text-decoration: underline; }
/*******END MAIN link style ******/


/*******footer link2 style on black ******/

a.footerLinks2 {
	color: #939393;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;

}

.footerLinks2 {font-size: 10px; color: #939393; text-decoration: none; } 
a.footerLinks2:LINK {font-size: 10px; color: #939393; text-decoration: none; }
a.footerLinks2:VISITED {font-size: 10px; color: #939393; text-decoration: none; }
a.footerLinks2:HOVER {font-size: 10px; color: #990000; text-decoration: underline; }
/*******END footer link style ******/


td, textarea, input, select {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

.titleMain {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}
.iframeText {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
/*******iframe link style ******/

a.iframe {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
}

.iframe {font-size: 10px; color: #000000; text-decoration: none; } 
a.iframe:LINK {font-size: 10px; color: #000000; text-decoration: none; }
a.iframe:VISITED {font-size: 10px; color: #000000; text-decoration: none; }
a.iframe:HOVER {font-size: 10px; color: #000000; text-decoration: none; }
/*******END iframe link style ******/

/*******BEGIN Right Column link style ******/
a.rightColumn {
	color: #5f4d33;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;

}

.rightColumn {font-size: 10px; color: #5f4d33; text-decoration: none; line-height: 100%} 
a.rightColumn:LINK {font-size: 10px; color: #5f4d33; text-decoration: none; }
a.rightColumn:VISITED {font-size: 10px; color: #5f4d33; text-decoration: none; }
a.rightColumn:HOVER {font-size: 10px; color: #990000; text-decoration: underline; }
/*******END Right Column link style ******/

/*******NAV link style ******/
a.nav {
	color: #e1ca89;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.nav {font-size: 11px; color: #e1ca89; text-decoration: none; line-height: 195%; } 
a.nav:LINK {font-size: 11px; color: #e1ca89; text-decoration: none; }
a.nav:VISITED {font-size: 11px; color: #e1ca89; text-decoration: none; }
a.nav:HOVER {font-size: 11px; color: #e1ca89; text-decoration: underline; }
/*******END Nav link style ******/

/*******NAV link style ******/
a.email {
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
}

.email {font-size: 11px; color: #666666; text-decoration: underline; } 
a.email:LINK {font-size: 11px; color: #666666; text-decoration: underline; }
a.email:VISITED {font-size: 11px; color: #666666; text-decoration: underline; }
a.email:HOVER {font-size: 11px; color: #990000; text-decoration: none; }
/*******END Nav link style ******/

p.hd 
{
    font-family: Verdana;
    font-size: 14px;
    color: #e9d8a2;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

td.main-nav 
{
	background-color: #b7a97a;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 3px #ffffff;
}

ul.main-nav 
{
    font-family: Verdana;
    font-size: 11px;
	padding:0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	width: 642px;
	height: 29px;
}

ul.main-nav li {
	float:left;
	margin: auto;
	padding: 0px 10px;
	text-transform: uppercase;
	height: 29px;
}

ul.main-nav li:hover 
{
    background-color: #d2c090;
}

ul.main-nav a {
	display:table-cell;
    color: #645224;
	text-decoration:none;
	font-weight:normal;
	text-transform: uppercase;
	height: 29px;
	vertical-align: middle;
}

ul.main-nav a:hover
{
	text-decoration:none;
}

ul.main-nav > li.selected > a, ul.main-nav > li.selected > a:hover
{
}

ul.main-nav > li.selected, ul.main-nav > li.selected:hover
{
    background-color: #ebd7a4;
}