@charset "utf-8";
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: #0d1d32;
	font-size: 100.1%;
	background-color: #fcfcfc;
/*	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*.twoColFixHdr #shadow {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	width: 964px;
	margin: 0 auto;
}*/

.twoColFixHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
.twoColFixHdr #header {
	background: #fff;
	  /* 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. */
} 
.twoColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
/*	background-image: url(images/sidebar1_bg.jpg);
	background-repeat: repeat-y;*/
	font-weight: normal;
}
.twoColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
} 
.twoColFixHdr #footer {
	background-image: url(images/pageBottomBG.jpg);
	background-repeat: repeat-x;
	height: 40px;
	background-color: #fcfcfc;
	width: 950px;
	position: relative;
	margin: 0 auto;
} 
#privacy {
	float: left;
	margin-top: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #152943;
	text-align: left;
	margin-left: 35px;
}
.tworColFixHdr #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 */
}
