@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #002A53;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 8px solid #002A53;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 75px;
	background-image: url(images/HeaderBG.jpg);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #flagHeader {
	padding: 0px;
	background-color: #002951;
	height: 300px;
	width: 980px;
	background-image: url(images/FlagBG2.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #002951;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #002951;
}
.oneColFixCtrHdr #flagHeader1 {
	padding: 0px;
	height: 300px;
	width: 497px;
	float: left;
}
.oneColFixCtrHdr   #flagHeader2 {
	height: 278px;
	width: 439px;
	float: left;
	margin-top: 22px;
	margin-left: 44px;
	z-index: -1;
}
.oneColFixCtrHdr #footer {
	padding: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 992px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	margin-top: 2px;
}
.oneColFixCtrHdr #homeBody {
	height: 260px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr  #homeBodybox1 {
	height: 260px;
	width: 321px;
	float: left;
}
.homeBodyBox1Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.oneColFixCtrHdr #homeBodybox2 {
	height: 260px;
	width: 322px;
	float: left;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00284F;
	border-left-color: #00284F;
	background-image: url(images/headlinesbody.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.homeBodybox2Text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.oneColFixCtrHdr #homeBodybox3 {
	height: 260px;
	width: 321px;
	float: left;
}
.homeBodyBox3Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
}
.homeBodyBox3TextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-right: 15px;
	margin-left: 15px;
}
.menuSubLinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.bodyText16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #111111;
}
.bodyText20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #111111;
}
.bodyText30 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.bodyText40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #111111;
}
.oneColFixCtrHdr  #internalFlag {
	padding: 0px;
	background-color: #002951;
	height: 0px;
	width: 980px;
	background-image: url(images/InternalFlagHeader.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002951;
	background-position: center;
}
.oneColFixCtrHdr #aboutHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/AboutUsHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #aboutBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.aboutTablePaddingLeft {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.aboutTablePaddingRight {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #supporterHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/SupporterHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #supporterBody {
	height: 500px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #donationInfoHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/DonationInfoHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #donationInfoBody {
	height: 500px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #shareUsHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/ShareUsHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #shareBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.oneColFixCtrHdr #donateNowHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/DonateNowHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #donateNowBody {
	height: 500px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #donateTimeshareWeekHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/DonateTimeshareWeekHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #donateTimeshareBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #donateFundsHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/DonateFundsHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #donateFundsBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #donateResourcesHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/DonateResourcesHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #donateResourcesBody {
	height: 500px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #eligibilityHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/EligibilityHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #eligibilityBody {
	height: 500px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #availabilityHeader {
	height: 53px;
	width: 970px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/AvailabilityHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
.oneColFixCtrHdr #availabilityBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
.oneColFixCtrHdr #contactHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/ContactHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #contactBody {
	height: 600px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #thankYouHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/ThankYouHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #thankYouBody {
	height: 500px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #requestWeekHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/RequestTimeshareWeekHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #requestWeekBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #contactErrorHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/CAPTCHAErrorHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #contactErrorBody {
	height: 500px;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #corporateSponsorsHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/CorporateSponsorsHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #corporateSponsorsBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
}
.thankYouText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.contactTablePaddingLeft {
	padding-top: 15px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 65px;
}
.requestWeekTablePaddingLeft {
	padding-top: 15px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 65px;
}
.requestWeekTablePaddingRight {
	padding-top: 15px;
	padding-right: 110px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 360px;
}
.oneColFixCtrHdr #map {
	height: 600px;
	width: 500px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002951;
}
.oneColFixCtr #contactForm {
	position: relative;
	top: 0px;
	height: 400px;
	width: 350px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
.donateWeekTablePaddingLeft {
	padding-top: 15px;
	padding-right: 33px;
	padding-bottom: 0px;
	padding-left: 65px;
}
.donateWeekTablePaddingRight {
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.donateWeekFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	padding-top: 5px;
	font-weight: bold;
}
.contactUsFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	padding-top: 5px;
	font-weight: bold;
}
.requestWeekFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	padding-top: 5px;
	font-weight: bold;
}
.donateFundsTableCell {
	background-image: url(images/headlinesbody.jpg);
	background-position: top;
	border: 1px solid #999999;
}
.corporateSponsorsTablePaddingRight {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.travelAidTablePaddingLeft {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
}
.travelAidTablePaddingRight {
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 70px;
}
.oneColFixCtrHdr #travelAidHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/FamilyTravelAid.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #travelAidBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #privacyBody {
	height: 100%;
	width: 900px;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #privacyHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/PrivacyPolicyHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #mailingListHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/MailingListHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #mailingListBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #associatesBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.oneColFixCtrHdr #associatesHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/AssociatesHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #missionHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/MissionHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #missionBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
.bodyText14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
}
.bodyText13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111111;
}
.bodyText12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
}
.aboutUsBioText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	padding-right: 15px;
	padding-left: 5px;
}
.oneColFixCtrHdr #spreadTheWordHeader {
	height: 53px;
	width: 970px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/SpreadTheWordHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
.oneColFixCtrHdr #spreadTheWordBody {
	height: 100%;
	width: 900px;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #testimonialsBody {
	height: 100%;
	width: 900px;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #testimonialsHeader {
	height: 53px;
	width: 970px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/TestimonialsHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
.testimonialTableBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00407E;
}
.oneColFixCtrHdr #cplcoxBody {
	height: 100%;
	width: 900px;
	background-color: #FFFFFF;
	padding-right: 50px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #cplcoxHeader {
	height: 53px;
	width: 970px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/cplcoxHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
.cplcoxTablePaddingLeft {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.oneColFixCtrHdr #mobilePromoBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.oneColFixCtrHdr #mobilePromoHeader {
	height: 53px;
	width: 970px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/MobilePromoHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
.donateFundsCellUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bodyText30Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.oneColFixCtrHdr #golfHeader {
	height: 60px;
	width: 980px;
	background-color: #002951;
	background-repeat: no-repeat;
	background-image: url(images/GolfTournHeader.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002951;
	border-bottom-color: #002951;
}
.oneColFixCtrHdr #golfBody {
	height: 100%;
	width: 980px;
	background-color: #FFFFFF;
}
