@charset "UTF-8";
body, html { 
	margin: 0; padding: 0; 
	}	/* Reset default margin and padding to zero. */
	h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	}
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #279BBF;
}
.twoColFixLtHdr #container {
	width: 768px; 
	border: 0px solid #000000;
	text-align: left; 
	background-color: #7FEBFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: .85em;
} 
.twoColFixLtHdr #header {
	background: #9EF url(Images/DFLheaderBck.gif) no-repeat left top;
	padding: 0;  
	width: 768px;
	margin: 0px;
	height: 116px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px 0px 0px -2000px; 
	padding: 0px; 
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
/******* sidebar**********/
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 175px; 
	background: #9EF url(Images/sidebarBck.gif) no-repeat left top; 
	padding: 0px;
	margin: 0px 10px 0px 0px;
	height: 532px;
}
.twoColFixLtHdr #sidebar1 ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.twoColFixLtHdr #container #sidebar1 ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 175px;
	color: #000;
}
.twoColFixLtHdr #container #sidebar1 li a.home {
	background: url(Images/homeBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.home_current {
	background: url(Images/homeBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.home:hover {
	background: url(Images/homeBck.png) no-repeat -175px top;
}
.twoColFixLtHdr #container #sidebar1 li a.trip {
	background: url(Images/tripBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.trip_current {
	background: url(Images/tripBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.trip:hover {
	background: url(Images/tripBck.png) no-repeat -175px top;
}
.twoColFixLtHdr #container #sidebar1 li a.reg {
	background: url(Images/regBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.reg_current {
	background: url(Images/regBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.reg:hover {
	background: url(Images/regBck.png) no-repeat -175px top;
}
.twoColFixLtHdr #container #sidebar1 li a.who {
	background: url(Images/whoBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.who_current {
	background: url(Images/whoBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.who:hover {
	background: url(Images/whoBck.png) no-repeat -175px top;
}
.twoColFixLtHdr #container #sidebar1 li a.sponsor {
	background: url(Images/sponsorBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.sponsor_current {
	background: url(Images/sponsorBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.sponsor:hover {
	background: url(Images/sponsorBck.png) no-repeat -175px top;
}
.twoColFixLtHdr #container #sidebar1 li a.resorts {
	background: url(Images/resortsBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.resorts_current {
	background: url(Images/resortsBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.resorts:hover {
	background: url(Images/resortsBck.png) no-repeat -175px top;
}
.twoColFixLtHdr #container #sidebar1 li a.benefit {
	background: url(Images/benifitBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.benefit_current {
	background: url(Images/benifitBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.benefit:hover {
	background: url(Images/benifitBck.png) no-repeat -175px top;
}
.twoColFixLtHdr #container #sidebar1 li a.clubs {
	background: url(Images/clubsBck.png) no-repeat left top;
}
.twoColFixLtHdr #container #sidebar1 li a.clubs_current {
	background: url(Images/clubsBck.png) no-repeat right top;
	cursor: default;
}
.twoColFixLtHdr #container #sidebar1 li a.clubs:hover {
	background: url(Images/clubsBck.png) no-repeat -175px top;
}



/******* sidebar**********/
.twoColFixLtHdr #mainContent {
	margin: 10px 10px 0px;
	padding: 0 0px;
} 
.twoColFixLtHdr #container #mainContent img {
	margin: 10px;
}
.twoColFixLtHdr #container #mainContent a {
	font-weight: bold;
	color: #DD1E1E;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #1E6BAC;
}
.twoColFixLtHdr #footer {
	background-color: #7FEBFF;
	padding-top: 10;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}  
.twoColFixLtHdr #footerLft {
	float: left;
	width: 180px;
	background: url(Images/facebook-_sml_icon.jpg) no-repeat;
	height: 65px;
	padding-left: 70px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.twoColFixLtHdr #footerRt {
	float: right;
	width: 465px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	clear: right;
}
.twoColFixLtHdr #footer p text1bldctr{
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	color: #1E6BAC;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFF;
	text-decoration: none;
	background: #DD1E1E;
}
.tblHead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight: bold;
	color: #367FBB;
	text-align: center;
	background: #9EF;
}
/*Table Styles__________________*/
.twoColFixLtHdr #container table#calYr{
	width: 100%;
	border: 1px solid #1E6BAC;
	margin: 0;
	border-collapse:collapse;
	background: #FFF;
}
.twoColFixLtHdr #container table#cum{
	width: 570px;
	border: 1px solid #1E6BAC;
	margin: 0;
	border-collapse:collapse;
	background: #FFF;
}
.twoColFixLtHdr #container table#topRcpnts{
	width: 100%;
	border: 1px solid #1E6BAC;
	margin: 0;
	border-collapse:collapse;
	background: #FFF;
}
.twoColFixLtHdr #container #mainContent #calYr a {
	text-align: center;
}
#calYr tbody tr.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background: #1E6BAC;
	padding: 5px;
	text-align: center;
}
#container #calYr thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

#container #calYr thead td{
	background: #1E6BAC;
	padding: 5px;
	text-align: center;
}
#calYr tbody tr td {
	padding: 5px;
	border-right: 1px solid #1E6BAC;
	border-left: 1px solid #1E6BAC;
	vertical-align: bottom;
}
#cum tbody tr td {
	padding: 5px;
	border-right: 1px solid #1E6BAC;
	border-left: 1px solid #1E6BAC;
	vertical-align: bottom;
}
#cum tr.total {
	font-weight: bold;
	background: #1E6BAC;
	color: #FFF;
	text-align: right;
}
#topRcpnts tbody tr td {
	padding: 5px;
	border-right: 1px solid #1E6BAC;
	border-left: 1px solid #1E6BAC;
	vertical-align: bottom;
}
#calYr tbody tr.total {
	font-weight: bold;
	background: #1E6BAC;
	color: #FFF;
	text-align: right;
}
#calYr tbody tr.odd {
	background: #FFF2C6;
}
#cum tbody tr.odd {
	background: #FFF2C6;
}
#topRcpnts tbody tr.odd {
	background: #FFF2C6;
}
#container #calYr caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #1E6BAC;
	padding-bottom: 0.5px;
}
#container #cum caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #1E6BAC;
	padding-bottom: 0.5px;
}
#container #topRcpnts caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #1E6BAC;
	padding-bottom: 0.5px;
}
/*Table Styles__________________*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}*/
.text1bldctr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #1E6BAC;
	padding: 0px;
	margin: 0em 0em .05em;
	line-height: 1.5em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #1E6BAC;
	text-align: center;
	margin-top: .06px;
	margin-bottom: .02px;
}
h3 {
	font-size: 1em;
	color: #000;
	text-align: center;
	margin: .05em 0em;
}
#lftcolmn2 {
	margin: 0px;
	padding: 0px;
	width: 260px;
	clear: right;
	float: left;
}
#centerCol {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 570px;
	clear: none;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#rtcolmn2 {
	margin: 0px;
	padding: 0px;
	width: 260px;
	float: right;
	clear: right;
}
#mainContent ul {
	font-size: .9em;
	font-weight: bold;
	margin: 0em;
	padding: .2em .2em .2em 2.5em;
}
#mainContent ul li {
	line-height: 1.5em;
}
.twoColFixLtHdr #container a {
	font-weight: bold;
	color: #DC1E1C;
	text-decoration: none;
}
.twoColFixLtHdr #container a:hover {
	color: #FFF;
	background: #1E6BAC;
}
.twoColFixLtHdr #container a:visited {
	color: #C16F1F;
}
