body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#doubleTake_section{
    position: relative;
    top: -23px;
}
#container {
	width: 962px;  /* on standards compliant browser the total size will be 1000px, including left and right padding */
	background: #fff url(../images/beigebg191.gif) repeat-y 788px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:22px;
	padding-right: 22px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container #header {
	margin: 0 140px;
	height:133px;
	width:624px;
	border-left:dotted #7d7664 1px;
	border-right:dotted #7d7664 1px;
	/*background:#dacdab;*/
}
#container #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#container #header #logo {
	height:73px;
	border-bottom:dotted #7d7664 1px;
}
#container #header #menu {
	background-color:#e96e33;
	height:26px;
	border-bottom:dotted #7d7664 1px;
}
#container #header #turqheader, #container #turqheader {
	background-color:#0098a6;
	height:29px;
	border-bottom:dotted #7d7664 1px;/*border-top:dotted #7d7664 1px;*/
	
}
#container #header #turqheader h1 ,#container #turqheader h1 {
	color:#fff;
	margin:0px;
	padding:0px;
	font-size:13px;
}
.showtext {
	line-height:30px;
	padding-left:10px;
}
#container #sidebar1 {
	margin-top:-133px;
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	}
#container #sidebar2 {
	margin-top:-133px;
	float: left;  /*since this element is floated, a width must be given */
	width: 196px;
	padding-bottom: 12px;
	
	
}
#container #sidebar2 #topsearch {
	height:65px;
	padding:4px;
	border-bottom:dotted #7d7664 1px;
	overflow:hidden;
	background-color:#FFF;
}
#container #sidebar2 #topRTtitle {
	/*	background-color:#dacdab;*/
	background: url(/images/bgr_dacdab.gif) repeat-y;
	height:26px;
	border-bottom:dotted #7d7664 1px;
	text-align:center;
	font-weight:bold;
	/*font-size:12px;*/
	overflow:hidden;
	line-height:27px;
}
#container #sidebar2 #secondRTtitle {
	/*background-color:#b8ad91;*/
	background: url(/images/bgr_b8ad91.gif) repeat-y;
	height:29px;
	border-bottom:dotted #7d7664 1px;
	text-align:center;
	font-weight:bold;
	font-size:115%;
	overflow:hidden;
	line-height:29px;
}
#container #maincontent {
	margin: 0 0px 0px;
	border-left:dotted #7d7664 1px;
	border-right:dotted #7d7664 1px;
	width:608px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align:top;
	padding-bottom: 10px;
	min-height:550px;
	float:left;
}
#container #maincontent li {
	list-style-image: url(../images/arrow_rt_blk.gif);
}

#container #maincontent .whitecover {
	width:829px;
	background-color:#FFF;
}
.text {
	padding:5px;
	
	overflow:visible;
	
}
#container #newsheader {
	/*float:right;*/
	height:30px;
	width:801px;
	background-color:#dacdab;
	background: url(../images/bgr_newsheader.gif) repeat-y;
	margin: 0 -8px 0px;
	padding-left:10px;padding-right:10px;
	border-top:dotted #7d7664 1px;
	border-bottom:dotted #7d7664 1px;
	border-top:dotted #7d7664 1px;
	border-left:none;
	clear:both;
}
#container #newsheader h3 {
	margin:0px;
	padding-top:5px;
}
#container #newsheader h3 a, #container #newsheader h3 a:visited{
color:#000; text-decoration:none;
}

#container #newsheader h3 a:hover{
color: #e96e33; text-decoration:none;
}


#container #news {
	/*float:right;*/
	width:801px;
	padding:3px 10px 10px;
	border-left:none;
	background-color:#fff;
	height:420px;
	margin-left: -8px;
	margin-bottom:-10px;
	overflow:visible;
}
#container #news h4 {
	margin:0px;
	padding:10px 0px 0px;
}
#container #news li {
	list-style-image: url(../images/arrow_rt_blk.gif);
}
.membernews h4 {
	margin:0px;
	padding:10px 0px 0px;
}
.membernews li {
	list-style-image: url(../images/arrow_rt_blk.gif);
}
#footer {
	width:940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left:0px;
	padding-right: 22px;
	border-top:dotted #7d7664 1px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-color:#fff;
	font-size:90%;
	
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
a:link {
	color: #e96e33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #e96e33;
}
a:hover {
	text-decoration: none;
	color: #0098a6;
}
a:active {
	text-decoration: none;
	color: #0098a6;
}
.cloud {
	padding:8px;
	padding-right:15px;

	text-align:justify;
	font-weight:bold;
	/*display:table-cell;
	height:500px;
	overflow:visible;*/
	
}
.cloud a:link {
	color: #000;
}
.cloud a:visited {
	color: #000;
}
.cloud a:hover {
	
	text-decoration:underline;
}
.tight {
	line-height:12px;
}
.smalltext {
	font-size: 80%;
}
.blkarrow {
	background:url(/images/arrow_rt_blk.gif) no-repeat left 2px;
	padding-left:8px;
	line-height:140%;
}
.gray {
	color: #666666;
}
.gray a:link {
	color: #666666;
	text-decoration: none;
}
.gray a:visited {
	color: #666666;
	text-decoration: none;
}
.gray a:hover, .gray a:active, .gray a:focus {
	color: #0098a6;
}
.cftc {
	text-align:center;
	padding:15px 7px 15px 4px; 
}
.cftc h3 {
	font-size:85%;
	color:#333;
	padding-bottom:8px;
}
.cftc a:link {
	color: #000;
	text-decoration: none;
}
.cftc a:visited {
	color: #000;
	text-decoration: none;
}
#container .brownHeading {
	height:30px;
	/*background-color:#dacdab;*/
	background: url(/images/bgr_dacdab.gif) repeat-y;
	margin: 0 0px;
	padding-left:10px;
	border-top:dotted #7d7664 1px;
	border-bottom:dotted #7d7664 1px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
}
#container .brownHeadingLeft {
	/*background-color:#dacdab;*/
	background: url(/images/bgr_dacdab.gif) repeat-y 2px;
	margin: 0 0px;
	padding:3px 6px;
	/*border-top:dotted #7d7664 1px;*/
	border-bottom:dotted #7d7664 1px;
	text-align:left;
	font-weight:bold;
	font-size:90%;
}
#container .orangeButton a {
	display:block;
/*	background-color:#e96e33;*/
	background: url(/images/bgr_e96e33.gif) repeat-y 2px;
	color:#FFF;
	margin: 0px;
	padding:3px 6px;
	/*border-top:dotted #7d7664 1px;*/
	border-bottom:dotted #7d7664 1px;
	text-align:left;
	font-weight:bold;
	font-size:90%;
}
#container .orangeButton a:hover {
	/*background-color:#0098a6;*/
	background: url(/images/bgr_0098a6.gif) repeat-y 2px;
}
#container .turqButton a {
	display:block;
	background-color:#0098a6;
	color:#FFF;
	margin: 0px;
	padding:3px 6px;
	border-top:dotted #7d7664 1px;
	border-bottom:dotted #7d7664 1px;
	text-align:left;
	font-weight:bold;
	font-size:90%;
}
#container .turqButton a:hover {
	background-color:#e96e33;
}
#CRight{text-align:center;}
.yellowbg {
/*	background-color: #E8E4B5;*/
	background-color: #dacdab;
}
.goldbg {
	background-color: #FFCC66;
	color: #000000;
}
.turqbg {
	background-color:#0098a6;
	color: #FFFFFF;
}
.orangebg {
	background-color: #e96e33;
	color: #FFFFFF;
}
.purple {
	background-color: #7475a3;
	color: #FFFFFF;
}
.purple a:link {
	color: #000000;
	text-decoration: none;
}
.purple a:visited {
	color: #000000;
	text-decoration: none;
}
.purple a:hover, .purple a:active, .purple a:focus {
	color: #FFFFFF;
}
.turq {
	color: #0098a6;
}
.orangebg a:link {
	color: #000000;
	text-decoration: none;
}
.orangebg a:visited {
	color: #000000;
	text-decoration: none;
}
.orangebg a:hover {
	color: #ffffff;
	text-decoration: none;
}
.drkgraybg {
	background-color: #333333;
	color: #FFFFFF;
}
.drkgraybg a:link {
	color: #E8E4B5;
	text-decoration: none;
}
.drkgraybg a:visited {
	color: #E8E4B5;
	text-decoration: none;
}
.drkgraybg a:hover, .drkgraybg a:active, .drkgraybg a:focus {
	color: #FFFFFF;
}
#debug {
	margin-top: 800px;
}
.Message {
	color: #e96e33;
}
.error{color:#C00; font-weight:bold;}
/*.smalltext {
	font-size: 10px;
}*/
.toontable {
}
.toontable tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.yellow {
	color: #E8E4B5;
}
.gray {
	color: #666666;
}
.gray a:link {
	color: #666666;
	text-decoration: none;
}
.gray a:visited {
	color: #666666;
	text-decoration: none;
}
.gray a:hover, .gray a:active, .gray a:focus {
	color: #0098a6;
}
.gray img{border:1px solid #666}
.brownbg {
	background-color: #81C1C0;
	color: #FFFFFF;
}
.ltturqbg {
	background-color: #81C1C0;
	color: #FFFFFF;
}
.ltturqbg a:link {
	color: #000000;
	text-decoration: none;
}
.ltturqbg a:visited {
	color: #000000;
	text-decoration: none;
}
.ltturqbg a:hover, .ltturqbg a:active, .ltturqbg a:focus {
	color: #FFFFFF;
}
.button a:link {
	background-color: #e96e33;
	text-decoration: none;
}
.button a:visited {
	background-color: #e96e33;
	text-decoration: none;
}
.button a:hover, .button a:active, .button a:focus {
	background-color: #0098a6;
}
#container .leftnav {
	text-align:left;
}
.changelinks {
}
.changelinks a:link {
	color: #000;
	text-decoration: none;
}
.changelinks a:visited {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 125%;
	margin: -2px 0 4px 0;
}
h2 {
	font-size: 125%;
	margin: -2px 0 4px 0;
}
h3 {
	font-size: 120%;
	margin: 6px 0 0 0;
}
h4 {
	
	margin: 6px 0 0 0;
	color: #0098a6;
}/* Orange */
h5 {
	font-size: 90%;
	margin: 6px 0 0 0;
	color: #930012;
} /* Dark Red */
h6 {
	font-size: 90%;
	margin: 0 0 0 0;
}

hr{
	border-bottom:dotted #7d7664 1px;
	border-top:none;
}
.dottedtop{border-top:dotted #7d7664 1px;}
.dottedbottom{border-bottom:dotted #7d7664 1px;}
.load {
	background-image: url(images/loading_animation.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
}

/*left nav divs*/
#div0, #div1, #div2, #div3, #div4 { display: none; margin-top:5px; padding-bottom:5px; padding-left:5px; border-bottom: #666666 solid 1px;} 
/*cloud text*/
.smallestTag {font-size: 80%;  }
.smallTag { font-size: 95%; }
.mediumTag { font-size: 110%; }
.largeTag { font-size: 125%; }
.largestTag { font-size: 140%; } 

.bottlenav2{
	padding:10px 0px;
	margin-top: 9px;
	margin-bottom:-12px;
	border-top:dotted #7d7664 1px;
	background: url(/images/blk1.gif) repeat-y 2px;
	overflow:hidden;
	font-size:90%;
	
}
  .bottlenav2 a:link {color: #FFFFFF; text-decoration: none; }
 .bottlenav2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 .bottlenav2 a:hover {
	color: #dacdab;
	text-decoration: none;
} 

.bottlenav3{
	padding:10px 0px;
	margin-top: 9px;
	margin-bottom:-12px;
	border-top:dotted #7d7664 1px;
	/*background: url(/images/blk1.gif) repeat-y 2px;*/
	overflow:hidden;
	font-size:90%;
	/*color:#fed847;*/
	font-weight:bold;
	
} 