@charset "UTF-8";
/* CSS Document */

body  { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #000; 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: #000; }
h2 { color: #900; font-size: 1.6em; }
h3 {
	font-family: Candara, Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
	color: #906;
}
.twoColFixLt #container {
	width: 810px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(imagesBPC/negativeScan800px.jpg);
	background-repeat: repeat-y;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Candara, Verdana, Tahoma, sans-serif;
	font-size: 0.88em;
	text-align: right;
}
#sidebar1 a:link, #sidebar1 a:visited { color: #E7E7F9; text-decoration: none; }
#sidebar1 a:hover, #sidebar1 a:focus, #sidebar1 a:active { color: #FC0; }
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* 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. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Candara, Verdana, Tahoma, sans-serif;
	font-size: 0.88em;
} 
#mainContent a:link, #mainContent a:visited { color:#036; }
#mainContent a:hover, #mainContent a:focus, #mainContent a:active { color:#C00; }
.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:1em; font-size: 1em; line-height: 1em;
}
/* Float image right with 1px border */
.img-right {float:right; margin: 0 0px 20px 10px;}
.img-right img {border: 1px solid #FFFFFF;}
.img-left {float:left; margin: 0 10px 20px 0px;}
.img-left img {border: 1px solid #FFFFFF;}
#right_text ul { padding: 0px; margin-top: 1em; margin-left: 0; }
.pullquote { width: 240px; float: right; background-color: #FFF; margin-left: 20px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 10px; border-left-width: 1px; border-left-style: solid; border-left-color: #999; }
.boldlink a { font-weight: bold; }
.centercolumn { width: 240px; float: left; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 10px; }
.rightcolumn { width: 230px; float: left; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 10px; }
.emphasisColor {
	color: #134A80;
}
.smallgrey {
	font-size: 0.7em;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent .boxedText {
	font-family: Cambria, Georgia, serif;
	font-size: 0.88em;
	background-color: #ECEAFF;
	padding: 4px;
}
