@charset "UTF-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/siteBG.jpg');
	background-repeat:repeat-x;
	background-color: #cfd7e9;
	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;
}

h1 {
	font: 140% Arial, Helvetica, sans-serif;
	color: #1f73b2;
	font-weight:bold;
}

h2 {
	font: 100% Arial, Helvetica, sans-serif;
	color: #1f73b2;
	font-weight:bold;
}

hr {
  color: #1f73b2;
}

.class1 A:link {text-decoration: none; color:#1f73b2;}
.class1 A:visited {text-decoration: none; color:#1f73b2;}
.class1 A:active {text-decoration: none; color:#cfd7e9;}
.class1 A:hover {text-decoration: none; color:#cfd7e9;}


.twoColFixLtHdr #container { 
	width: 863px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #cfd7e9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
} 
.twoColFixLtHdr #header {
	width: 863px;
	padding: 0;  /* 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. */
	float: left;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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 */
	height: 100%;
	margin:0;
	padding: 0;
}
.twoColFixLtHdr #mainContent {
	width: 606px;
	height: 100%;
	margin: 0; /* 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. */
	height: 100%;
	background-image:url('images/contentBG.jpg');
	background-repeat:repeat-y;
	background-color: #cfd7e9;
	float:left;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.mainImage {
	padding: 0px;
}

.mainCopy {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align:left;
}

.mainImageBtm {
	padding: 0px;
}

.twoColFixLtHdr #footer { 
	width: 863px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cfd7e9; 
} 

.clear {
clear:both;
}

img {
	display: block;
}