@charset "utf-8";
body  {
	font: 100%  Georgia, "Times New Roman", Times, serif;
	background:url(../images/carpetbg.jpg) repeat; background-color:#05009A;
	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;}
ul, li, p, span, div, h1, h2, h3, h4, h5, h6, form, input {margin:0; padding:0;}
li {list-style-type:none;}
.bblfixed #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a89263;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #05009A;
	text-align: left; /* this overrides the text-align: center on the body element. */} 
.bblfixed #header { 
	background:url(../images/header-bg.jpg) repeat-x 0 0; 
	height:350px; position:relative; background-color:#05009A;
	padding: 0 0px 0 20px;  /* 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. */} 
.bblfixed #header h1, h2 {font:Georgia, "Times New Roman", Times, serif; border-bottom:2px solid #A89263 ; width:680px;
	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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#A89263;
	}
.bblfixed #header .logo {width:500px; 
	position:absolute; 
	top:0; 
	left:0px;}
.bblfixed #header ul.link {
	text-align:right; 
	margin:0 0px 0 0;}
.bblfixed #header ul.link li {display:inline;}
.bblfixed #header ul.link li a{font: bold 12px Georgia, "Times New Roman", Times, serif; 
	color:#FFF; 
	display:block; 
	padding:9px 10px 9px; 
	text-decoration:none; 
	float:right; 
	border-right:1px solid #A89263;}
.bblfixed #header ul.link li a.nobor{font:normal 12px Arial, Helvetica, sans-serif; 
	color:#FFF; 
	display:block; 
	padding:9px 10px 9px; 
	text-decoration:none; 
	float:right; 
	border-right:0px solid #A89263;}
.bblfixed #header ul.link li a.nobor:hover, a:hover{color:#FFF; 
	text-decoration:none; 
	background-color:#A89263;} 
.bblfixed #header ul.nav {text-align:right; 
	margin:0 1px 0 0; 
	padding:0 0px 0 6px; 
	float:right;}
.bblfixed #header ul.nav li {}
.bblfixed #header ul.nav li a{background-repeat:no-repeat; 
	background-position: top right; 
	padding:12px 6px; 
	display: block; 
	float:left; 
	background-color:;}
/*.bblfixed #header ul.nav li a.nobor{padding:12px 10px; display: block; 
	float:left; 
	background-color:none; 
	background-image:url(../images/privacy-bg.gif); 
	background-repeat:no-repeat; 
	background-position: top right;}*/
.bblfixed #header ul.nav li a img {border:0;}
/*.bblfixed #header ul.nav li a:hover a.nobor:hover{background-image:url(../images/navbg.gif); 
	background-repeat:no-repeat; 
	background-position: top right;}*/
.bblfixed #header ul.nav li a:hover { background-color: transparent; }
.bblfixed #header p.text a.read {background:url(../images/expand.jpg) no-repeat 0 0; 
	display:block; 
	width:98px; height:25px; 
	text-decoration:none;
	margin-left:460px;}
.bblfixed #header p.text a.read:hover {background:url(../images/expand_push.jpg) no-repeat 0 0;}
.bblfixed #header p.text {width:680px; 
	font:Georgia, "Times New Roman", Times, serif; 
	color:#E5C886; margin:0;}
.bblfixed #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border:2px solid #776F48; border-top:0px;}
.bblfixed #sidebar1 span {border-bottom:2px dotted #5A4F37 ; color:#5A4F37; line-height:10px; padding: 0 0 4px;}
.bblfixed #sidebar1 p {color:#5A4F37; line-height:19px; padding: 0 0 22px;}	
.bblfixed #mainContent {margin: 0 0px 0 0;background-image:url(../images/bodybg2.jpg); background-repeat:repeat-x; background-position:0 0; background-color:#a89263; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font:Georgia, "Times New Roman", Times, serif; 
	color:#05009a;}
.bblfixed #jlttopfooter {margin: 0 0px 0 0;background-image:url(../images/topfooter.jpg); background-repeat:repeat-x; background-position:0 0; background-color:#040092; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}
.bblfixed #jlttopfooter 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 */}
.bblfixed #footer {
    font: bold 12px Georgia, "Times New Roman", Times, serif; 
	color:#FFF; 
	display:block; 
	text-decoration:none; 
	background:#000000;} 
.bblfixed #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:9px 10px 9px; /* 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: 1px;}
/*popup-JayT
.bblfixed #notice {
	float: left; /* since this element is floated, a width must be given */
	width: 100p%; /* 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 */
	background: red ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 1px;
	/*border:2px solid #776F48; border-top:0px;}*/

