@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	background: #D4D9E6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
a { color:#3366FF; text-decoration:none;  font-weight:bold;}
a:visited { color:#3366FF; }

.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(img/content-bg.jpg) left; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: url(img/header.jpg) repeat-x center;
	width: 100%;  height: 147px;
	} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	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 */
	/* background: #EBEBEB; */
	padding: 15px 0px 15px 0px;
}
#sidebar1 ul {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif ;
	/* font-family: "trebuchet ms", serif; font-size:14px; */
	margin:0px; float:left;  padding:0px; 
	}
#sidebar1 li { list-style:none; margin:0px; display:block; padding:4px 0px 4px 14px ; width: 126px;  }
#sidebar1 li a { text-decoration:none; color:#333333; font-weight:normal; }
#sidebar1 li a.active { font-weight:bold; }
#sidebar1 li a:hover { color:#0000FF; }
#sidebar1 li.sub { padding-left:30px; width: 110px; background:url(img/list-sub.jpg) no-repeat left; }

	
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 156px; 
	padding: 0px 16px 0px 0px;/* the left margin on this div element creates the column down the left 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. */
	}

.twoColFixLtHdr #footer { 
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D4D9E6 url(img/footer.jpg) no-repeat ; 
	text-align:right; font-size:11px;
	
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #subfooter { 
	text-align:right; font-size:11px;
	
} 
.twoColFixLtHdr #subfooter a { 
	margin-right: 20px;
	
} 

.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;
}
--> 


/* for the Trailer type heading */
h2 { font: 17px bold; font-family:"trebuchet ms", serif; color:#333;  margin: 30px 0px 0px 0px; }

/* for the Trailer type heading */
h3 { font: 15px bold; font-family:"trebuchet ms", serif; color:#4B73B0;  margin: 20px 0px 10px 0px; }



p { line-height:140%; }

#colA { width: 374px; float:left; }
#colB { width: 210px; float:right; padding: 22px 0px 0px 0px; }
#colB img, #colA img { border: solid 1px #729AC8; margin: 0px 0px 10px 0px; }
#colA table { font-size:11px; text-align:center;}

.photo { border: solid 1px #729AC8; margin: 0px 0px 10px 0px; }

.date { font-size:11px; color:#999999; }