/* CSS Document */
body
{
	background-color: #dce7f9;
	text-align: center; 
	min-width: 960px;
 	color: #581c57;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;

}

#wrapper
{
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#ad
{
	margin-bottom: 5px;
}

#logo
{
	float: left;
	padding-top: 35px;
	padding-left: 10px;
}

#loginSearch
{
	position: relative;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #2F64B2;
}

#searchForm
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#loginPopup
{
	position: absolute;
	top: 40px;
	left: 665px;
	width: 255px;
	height: 110px;
	background-color: #F9F9F9;
	border: 2px solid black;
	display: none;
	padding: 10px;
	*padding-right: 20px;	/* IE hack */
	z-index: 1000;
}

#headerBar,
#footerBar
{
	clear: both;
	text-align: center;
}

#headerBar_boards,
{
	height: 9px;
	width: 15px;
}

#colorBar
{
	position: relative;
	width: 950px;
	top: -2px;
	*top: 0px;
}

/* Safari hacks */
html[xmlns*=""] body:last-child #colorBar
{ 
	position: relative;
	top: 0px;
	left: -10px;
}
body:last-child:not(:root:root) #colorBar 
{ 
	position: relative;
	top: 0px;
	left: -10px;
}
@media all and (min-width:0px) {
	body:not(:root:root) #colorBar 
	{ 
	position: relative;
	top: 0px;
	left: -10px;
	}
}	



.loginOptions
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.closeLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right; 
	text-decoration: underline; 
	padding-right: 8px;
	*padding-right: 0px;	/* IE hack */
}

.spacer
{
	padding-right: 5px;
	padding-left: 5px;
}

.redText
{
	color: #BD081E;
}

.headerLink,
a.link.headerLink,
a:visited.headerLink 
{
	text-decoration: none;
	color: #2F64B2;
}

a:hover.headerLink, 
a:active.headerLink
{
	text-decoration: underline;
}

.headerRedLink,
.headerRedLink a:link, 
.headerRedLink a:visited
{
	text-decoration: none;
	color: #BD081E;
}

.headerRedLink a:hover, 
.headerRedLink a:active
{
	text-decoration: underline;
	color: #BD081E;
}

#mainNav
{
	padding-left: 15px;
	position: relative;
	top: -8px;
	*top: 0px;
}

/* Safari hacks */
html[xmlns*=""] body:last-child #mainNav
{ 
	padding-left: 15px;
	position: relative;
	top: -8px;
}
body:last-child:not(:root:root) #mainNav 
{ 
	padding-left: 15px;
	position: relative;
	top: -8px;
}
@media all and (min-width:0px) {
	body:not(:root:root) #colorBar 
	{ 
	padding-left: 15px;
	position: relative;
	top: -8px;
	}
}	

.selectedSection
{
	color: #581c57;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
}

a:link.selectedSection,
a:visited.selectedSection
{
	color: #581c57;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
	text-decoration: none;
}

a:hover.selectedSection, 
a:active.selectedSection
{
	text-decoration: underline;
}

a:link.unselectedSection,
a:visited.unselectedSection
{
	color: #2f64B2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
	text-decoration: none;
}

a:hover.unselectedSection, 
a:active.unselectedSection
{
	text-decoration: underline;
}

.selectedSection_boards
{
	color: #581c57;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
}

a:link.selectedSection_boards,
a:visited.selectedSection_boards
{
	color: #581c57;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;
}

a:hover.selectedSection_boards, 
a:active.selectedSection_boards
{
	text-decoration: underline;
}

a:link.unselectedSection_boards,
a:visited.unselectedSection_boards
{
	color: #2f64B2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;
}

a:hover.unselectedSection_boards, 
a:active.unselectedSection_boards
{
	text-decoration: underline;
}

.tabOn
{
	position: relative;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #eaf8d8;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px black;
	border-bottom: 0px;
	border-left: 0px;
}

.tabOff
{
	position: relative;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	background-color: #8EBA53;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px black;
	border-left: 0px;
}

.searchWidgetForms
{
	position: relative;
	top: 10px;
	*top: 0px;
	background-color: #FCFCFC;
	margin: 10px;
	height: 195px;
	width: 260px;
	padding: 10px;
}

.widgetFields
{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #581c57;
}

.widgetTitle
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #581c57;
}

.widgetList
{
	margin-bottom: 20px; 
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.widgetRadioText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mainLinks
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f64B2;
	font-weight: bold;
	text-decoration: none;
}

.mainLinks a:link,
.mainLinks a:visited
{
	text-decoration: none;
	color: #2f64B2;
}

.mainLinks a:hover,
.mainLinks a:active
{
	text-decoration: underline;
}

.widgetButton
{
	width: 200px;
}

.lowerPromoTitle
{
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	color: #2F64B2;
}

.lowerPromoTitle a:link,
.lowerPromoTitle a:visited
{
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	color: #2F64B2;
	text-decoration: none;
}

.lowerPromoTitle a:hover,
.lowerPromoTitle a:active
{
	text-decoration: underline;
}

.lowerPromoCopy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	font-weight: normal;
}

#lowerPromo
{
	float: left; 
	width: 415px;
}

#rightAdColumn
{
	position: relative;
	float: left;
	padding-top: 10px;
	*top: 80px;
}

#copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	padding-left: 10px;
}

#footernav
{
	float: right;
	padding-right: 10px;
}

#footernav a:link, 
#footernav a:visited
{
	color: #2F64B2;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#footernav a:hover,
#footernav a:active
{
	color: #2F64B2;
	text-decoration: underline;
}

#searchWidget
{
	float: left;
	width: 305px;
	height: 200px;
	margin-top: 25px;
}

#Resorts
{
	width: 63px;
	z-index: 10;
	border-left: 1px solid black;
}

#Destinations
{
	width: 71px;
	z-index: 10;
}

#Interests
{
	width: 63px;
	z-index: 10;
}

#Age
{
	width: 58px;
	z-index: 10;
}

#resortsWidget
{
	clear: both;
	background-color: #eaf8d8;
	width: 298px;
	border: 1px solid black;
	border-top: 0px;
	height: 235px;
	position: relative;
	top: -1px;
	z-index: 1;
	display: block;
}

#destWidget
{
	clear: both;
	background-color: #eaf8d8;
	width: 298px;
	border: 1px solid black;
	border-top: 0px;
	height: 235px;
	position: relative;
	top: -1px;
	z-index: 1;
	display: none;
}

#intWidget
{
	clear: both;
	background-color: #eaf8d8;
	width: 298px;
	border: 1px solid black;
	border-top: 0px;
	height: 235px;
	position: relative;
	top: -1px;
	z-index: 1;
	display: none;
}

#ageWidget
{
	clear: both;
	background-color: #eaf8d8;
	width: 298px;
	border: 1px solid black;
	border-top: 0px;
	height: 235px;
	position: relative;
	top: -1px;
	z-index: 1;
	display: none;
}

.tagLine
{
	float: right;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	color: #2F64B2;
	font-style: italic;
	padding-right: 10px;
	padding-top: 45px;
	width: 450px;
	text-align: right;
	position: relative;
	top: 10px;
	*top: 20px;
}

.promoTitle
{
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #581c57;
}

.promoLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.promoLink a:link, 
.promoLink a:visited
{
	text-decoration: none;
	color: #2F64B2;
}

.promoLink a:hover, 
.promoLink a:active
{
	text-decoration: underline;
}

#footerBar
{
	clear: both;
	margin-top: 5px;
}

#copyright
{
	padding-bottom: 5px;
}

#breadCrumbs
{
	padding-left: 5px;
	float: left;
}

.sectionTitle
{
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #581c57;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	
}

.sectionTitle h1
{
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #581c57;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
}

.sectionSubTitle
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #581c57;
	font-weight: bold;
}

.relatedLinks,
.relatedLinks a:link,
.relatedLinks a:visited
{
	clear: both;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F64B2;	
	margin-bottom: 5px;
	text-decoration: none;
}

.relatedLinks a:hover,
.relatedLinks a:active
{
	text-decoration: underline;
}

.relatedLinksTitle
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #581c57;
	font-weight: bold;
}

.selectedLeft
{
	position: relative;
	float: left;
	background: url(/images/White_left.gif) no-repeat left top;
	margin-top: 1px;
	left: 1px;
}

.selectedRight
{
	background: url(/images/White_right.gif) no-repeat right top;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #2F64B2;
	height: 22px;
}

.unSelectedLeft
{
	position: relative;
	float: left;
	background: url(/images/tab_blue_left.gif) no-repeat left top;
	padding-top: 1px;
}

.unSelectedRight
{
	background: url(/images/tab_blue_right.gif) no-repeat right top; 
	padding-left: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #2F64B2;
	height: 22px;
	position: relative;
	left: 1px;
	text-decoration: none;
}

.unSelectedRight a:link,
.unSelectedRight a:visited
{
	background: url(/images/tab_blue_right.gif) no-repeat right top; 
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	color: #2F64B2;
	height: 22px;
	text-decoration: none;
	z-index: 100;

}

.unSelectedRight a:hover,
.unSelectedRight a:active
{
	text-decoration: underline;
	z-index: 100;
}


#breadCrumbLink
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
	padding: 0px;
	padding-left: 10px;
}

#breadCrumbLink a:link,
#breadCrumbLink a:visited
{
	color: #2F64B2;
	text-decoration: none;

}

#breadCrumbLink a:hover,
#breadCrumbLink a:active
{
	text-decoration: underline;
}

#bookmarkLink
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #2F64B2;
}

#shareLink
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
}

#shareLink a:link,
#shareLink a:visited
{
	color: #2F64B2;
	text-decoration: none;
}

#shareLink a:hover,
#shareLink a:active
{
	text-decoration: underline;
}

.headerTextNorm
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #581c57;
}

.articleTextNorm
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	font-weight: normal;
}

.articleTextNorm a:link,
.articleTextNorm a:visited
{
	text-decoration: none;
	color: #2F64B2;
	font-weight: bold;
	font-size: 12px;
}

.articleTextNorm a:hover,
.articleTextNorm a:active
{
	text-decoration: underline;
	font-size: 12px;
	color: #2F64B2;
}

.regionLinkTitles
{
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #2F64B2;
	padding-left: 5px;
	margin-bottom: 20px;
}

.regionLinkTitles a:link,
.regionLinkTitles a:visited
{
	text-decoration: none;
	color: #2F64B2;
}

.regionLinkTitles a:hover,
.regionLinkTitles a:active
{
	text-decoration: underline;
}

.destLinkTitles
{
	font-weight: normal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F64B2;
	padding-left: 10px;
	padding-top: 3px;
}

.destLinkTitles a:link,
.destLinkTitles a:visited
{
	text-decoration: none;
	color: #2F64B2;
}

.destLinkTitles a:hover,
.destLinkTitles a:active
{
	text-decoration: underline;
}

.findSectionTitle
{
	font-weight: bold;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	color: #581c57;
	padding: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.listEntry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F64B2;
}

.listEntry a:link,
.listEntry a:visited
{
	text-decoration: none;
	color: #2F64B2;
}

.listEntry a:hover,
.listEntry a:active
{
	text-decoration: underline;
}

a:link.linkSummary
a:visited.linkSummary
{
	text-decoration: none;
	color: #2F64B2;
	font-weight: bold;
}

a:hover.linkSummary
a:active.linkSummary
{
	text-decoration: underline;
	font-weight: bold;
}

.listLink
{
	color: #2F64B2;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

.listLink a:link,
.listLink a:visited
{
	text-decoration: none;
	color: #2F64B2;
}

.listLink a:hover,
.listLink a:active
{
	text-decoration: underline;
}

.nextSection
{
	padding-left: 10px;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #581c57;
	margin-bottom: 10px;
}

.nextSection a:link,
.nextSection a:visited
{
	text-decoration: none;
	color: #2F64B2;
}

.nextSection a:hover,
.nextSection a:active
{
	text-decoration: underline;
}

.photoList
{
	padding-bottom: 140px;
	padding-left: 50px;
}

#sectionPromoTitle
{
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #581c57;
}

.hotelPageTitle,
.destPageTitle
{
	clear: both;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #581C56;
	font-weight: bold;
}

.address
{
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: black;
	padding-top: 5px;
}

.informationText
{
	color: black;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.articleSubHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.destNavBar
{
	float: left; 
	padding-top: 30px; 
	*padding-top: 12px; 
	/*width: 455px; */
	border-bottom: 1px solid #97b7d4;
}

.formFieldTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: right;
	padding-bottom: 20px;
	vertical-align: top;
	padding-right: 10px;
	width: 400px;
}

.formFieldValue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 20px;
}

.successText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	font-weight: bold;
	padding-bottom: 20px;
}

.errorText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BD081E;
	font-weight: bold;
	padding-bottom: 20px;
}

.eyebrow
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #b97d07;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3px;
}

.fvcBullet
{
	list-style-image: url(/images/Gold-Bullet.gif);
}

.fvcBullet li
{
	*padding-left: 7px;
}

#commSignUp
{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 140px;
	left: 120px;
	height: 400px;
	width: 400px;
	background: url(/images/SS_towel_plain_popup.gif) no-repeat;
	background-color: white;
	border: 1px solid black;
}

#commSignUp2
{
	display: block;
	position: absolute;
	z-index: 1000;
	top: 187px;
	left: 122px;
	height: 400px;
	width: 400px;
}


.closeBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px; 
	text-align: right;
	z-index: 1000;
}

#popupLogo
{
	float: right;
	padding-right: 10px;
	position: relative;
	clear: both;
	top: -5px;
}

.popupText1,
.popupText2,
.popupText3,
.popupText4,
.popupText5
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2F64B2;
	clear: both;
	padding-left: 140px;
	position: relative;
	top: -15px;
}

.popupText2
{
	font-size: 24px;
	font-weight: bold;
}

.popupText3
{
	font-size: 30px;
	color: #BD081E;
	padding-left: 240px;

}

.popupText4
{
	font-size: 36px;
	color: #FFAA00;
	padding-left: 230px;
}

.popupText5
{
	font-size: 22px;
	color: #FFAA00;
	padding-left: 230px;
	top: -25px;
}

.popupList
{
	padding-left: 245px;
	*padding-left: 207px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	position: relative;
	top: -20px;
}

.popupText6,
.popupText6 a:link,
.popupText6 a:visited,
.popupText6 a:active,
.popupText6 a:hover
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2F64B2;
	clear: both;
	position: relative;
	font-size: 22px;
	color: #BD081E;
	padding-right: 10px;
	top: -5px;
	text-align: right;
}

#updateEmail
{
	width: 300px;
}

.afsSponsored
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5px;
}

.afsTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.afsURL
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #581C56;
}

.afsURL a:visited,
.afsURL a:link,
.afsURL a:hover,
.afsURL a:active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #581C56;
}

.afsText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	color: black;
}

.afsText a:visited,
.afsText a:link,
.afsText a:hover,
.afsText a:active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	color: black;
	text-decoration: none;
}

.artHeadline1
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #581C56;
	font-weight: bold;
	padding-bottom: 3px;
	text-decoration: none;
}

.artHeadline1 a:link,
.artHeadline1 a:visited
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #2F64B2;	
	font-weight: bold;
	padding-bottom: 3px;
	text-decoration: none;
}

.artHeadline1 a:hover,
.artHeadline1 a:active
{
	text-decoration: underline;
}

.relatedText
{
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	margin-bottom: 5px;
}

.relatedText a:link,
.relatedText a:visited
{
	color: #2F64B2;	
	text-decoration: none;
}

.relatedText a:hover,
.relatedText a:active
{
	color: #2F64B2;	
	text-decoration: underline;
}

.footerShell
{
	bottom:0px; 
	left:0px; 
	position:fixed; 
	margin:0% 1%; 
	width:98%; 
	z-index:9999;
}

.footerShell .dynFooter 
{
	display:block; 
	border:1px solid #b5b5b5; 
	height: 30px; 
	position:relative; 
	border-bottom:0px; 
	padding: 0px 123px 0px 12px;
	background-color:#ebebeb;
    font:normal 11px Arial,Tahoma,"Bitstream Vera Sans",Helvetica,sans-serif; 
	color:#2c2c2c;
}
