@charset "UTF-8";
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	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: #444444;
}
a {
	font-size: 85%;
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-size: 85%;
	text-decoration: underline;
	color: #000000;
}
p {
	text-indent: 5px;
}
hr {
	color: #888888;
	width: 200px;
	margin-left: 105px;
}
#hrNS {
	color: #888888;
	width: 200px;
	margin-left: 235px;
}
.twoColFixLtHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	margin-left: 30px;
	margin-top: 65px;
}
.twoColFixLtHdr  #mainContentS {
	margin-left: 175px;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 40px;
} 
.twoColFixLtHdr  #mainContentNS {
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
}
.twoColFixLtHdr #footer {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.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;
}
.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;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 35px;
	margin-left: 30px;
}
.pr a {
	text-decoration: none;
	font-size: 100%;
}
.pr a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	display: block;
}
.pr .date {
	float: right;
}
.pr .link {
	font-weight: bold;
}
.pr_entry {
	padding: 10px;
}
.pr_entry p {
	text-indent: 0px;
}
.pr_img {
	float: right;
}
