body {
	background-color: #AD0000;
	font-size: 13px;
	font-family:arial,helvetica,sans-serif;
	margin:0px;
	padding:0px;
	}
p, div, span, td, th {
	font-family:arial,helvetica,sans-serif;
	font-size:13px;
	}
a:hover {
	color:#AD0000;
	}
h1 {
	font-size:20px;
	font-weight:bold;
	color:navy;
	padding:0;
	padding-bottom:5px;
	margin:0;
	}
h2 {
	font-size:17px;
	font-weight:bold;
	color:navy;
	padding:0;
	padding-bottom:5px;
	margin:0;
	}
.counts {
	color:#606060;
	font-size:11px;
	font-style:italic;
	}
#snl a {font-size:11px;text-decoration:none;}
#snl a:hover {color:#AD0000;}
.childThread {margin-top:7px;padding-top:3px;border-left:1px solid #a9a9a9;padding-left:7px;}
.parentThread {border-left:0;}
.chosenComment {background-color:#f5f5f5;border:1px solid #c0c0c0;padding:3px;}
.commentYMM {
	/*padding-bottom:4px;*/
	}
.commentYMM a {
	text-decoration:none;
	color:blue;
	font-size:10px;
	padding-right:7px;
	}
.required {
	font-weight:bold;
	color:#D20000;
	font-style:italic;
	}
.commentYMM a:hover {
	text-decoration:underline;
	color:#AD0000;
	}
div.ebayItem {
	border:1px solid #a9a9a9;
	
	padding:5px;
	margin-bottom:7px;
	float:none;
	background:#fffffe;
	font-size:11px;
	font-family:arial,verdana,helvetica,sans-serif;
	}
div.ebayTime {
	text-align:right;
	font-size:10px;
	}
/*	main columns layout */
	
.twoColFixLtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e2e2e2;
	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. */
	padding-bottom:25px;
} 
.twoColFixLtHdr #header { 
	background-color: #ffffff; 
	height:30px;
	padding: 10px;  /* 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. */
} 
.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 #header a {
	color:#404040;
	text-decoration:none;
	}
.twoColFixLtHdr #header a:hover {
	text-decoration:underline;
	color:#AD0000;
	}	

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 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. */
	padding: 0 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	width:950px;
	margin:auto;
	text-align:right;
	font-size:10px;
	padding: 4px 5px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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 */
}
.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;
}

/*	end main columns layout */	
.ddToggle {
	padding-left:27px;
	padding-top:5px;
	}
.ddToggle a {
	text-decoration:none;
	}
.ddToggle a:hover {
	color:#AD0000;
	text-decoration:underline;
	}
.ddClose {
	font-size:11px;
	padding-bottom:8px;
	}
.loginNav {
	font-size:11px;
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:80px;
	}
.rssIcon {
	margin-right:2px;
	margin-bottom:3px;
	}
.statsR {
	color:#AD0000;
	font-weight:bold;
	}
.statsB {
	color:#000000;
	font-weight:bold;
	}
.dh1a {
	display:inline;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:5px;
	}
.dh1b {
	display:inline;
	color:#AD0000;
	font-size:20px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:5px;
	}
.dh2a {
	display:inline;
	color:#000000;
	font-size:17px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:5px;
	}
.dh2b  {
	display:inline;
	color:#AD0000;
	font-size:17px;
	font-weight:bold;
	padding:0;
	margin:0;
	padding-bottom:5px;
	}
a.dh2b {
	color:#AD0000;
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
	padding:0;
	margin:0;
	padding-bottom:5px;
	}
a.dh2b:hover {
	text-decoration:underline;
	}
.phead {
	font-size:20px;
	font-weight:bold;
	color:#000000;
	padding:0;
	padding-bottom:5px;
	margin:0;
	}
.sectionTag {
	color:#ffffff;
	font-size:30px;
	}
#titleHeader {
	background-color:#AD0000;
	color:#f5f5f5;
	font-size:11px;
	margin-top:14px;
	
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	}
#titleHeader h1 {
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	margin: 4px 0 4px 0;
	padding:0;
	}
.homeBlogImg {
	padding-top:0px;
	margin-right:16px;
	margin-bottom:10px;
	border:0px;
	}
.readInDepth {
	color:#AD0000;
	font-size:11px;
	font-weight:bold;
	padding-bottom:4px;
	}
.icon_strip {
	display:block;
	background-image: url(../images/openCloseArrow.gif);
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	}
.ic_plus {
	background-position:0 0;
	}
.ic_minus {
	background-position:-16px 0;
	}

/* Global Menu */
.lwrHeader {
	border-top:3px solid #AD0000;
	border-bottom:3px solid #AD0000;
	background-color:#f0f0f0;
	}
.gMenuDiv {	
	background-color:#ad0000;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	}
.gMenuDivC {
	background-color:#fff;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
	}
a.gMenuLink {
	font-variant:small-caps;
	color:#fff;
	text-decoration:none;
	line-height:.85em;
	}
a.gMenuLinkC {
	color:#ad0000;
	font-variant:small-caps;
	text-decoration:none;
	line-height:.85em;
	}
/* End Global Menu */

.infoBox {
	padding:10px;
	color:#808080;
	font-size:10px;
	}
a.lt {
	color:blue;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	}
a.lt:hover {
	background-color:#AD0000;
	color:#ffffff;
	}
.ltc {
	padding-left:2px;
	padding-right:2px;
	border:1px solid #AD0000;
	}
form {
	margin:0;
	}
.qfBlockDisplay {
	height:100px;
	}
.qfLabel {
	float:left;
	width:30px;
	font-size:10px;
	color:#AD0000;
	padding-top:4px;
	}
.rColGoogle {
	text-align:center;
	}
a.lgNav {
	color:navy;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	}
a.lgNav:hover {
	text-decoration:underline;
	color:#AD0000;
	}
td.gNav {
	margin-top:0px;
	margin-bottom:0px;
	line-height:100px;
	}
a.gNav {
	font-variant:small-caps;
	color:#AD0000;
	text-decoration:none;
	line-height:.8em;
	text-align:center;
	}
.oMenu {
	background-color:yellow;
	}
a.gNav:hover {
	color:#f7f7f7;
	background-color:#AD0000;
	}
.gNavChosen {
	font-variant:small-caps;
	padding:3px;
	background-color:#AD0000;
	color:#f7f7f7;
	}
a.moreLink {
	color:#AD0000;
	font-style:italic;
	text-decoration:none;
	}
a.moreLink {
	text-decoration:underline;
	}
.frmLabel {
	font-weight:bold;
	text-align:right;
	}
.frmHeader {
	font-weight:bold;
	color:#ffffff;
	background-color:#AD0000;
	text-align:center;
	}
.qfHeader {
	padding:5px;
	}
.rowlabel {
	color:#AD0000;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
	}
tr.alt td {
	background-color:#f7f7f7;
	}
.ccbar {
	padding:3px;
	}
.ccBarDiv {
	padding:2px;
	}
.lcrumb {
	color:#AD0000;
	}
a.ccrumb {
	font-size:11px;
	text-decoration:none;
	}
a.ccrumb:hover {
	text-decoration:underline;
	color:red;
	}
.errormsg {
	color:#AD0000;
	font-weight:bold;
	font-style:italic;
	padding-bottom:8px;
	}
.statusmsg {
	font-style:italic;
	padding-bottom:8px;
	}
.qfBlock {
	font-size:9px;
	height:17px;
	padding:2px;
	/*padding-left:32px;*/
	text-align:left;
	}
.qfSelect {
	font-size:9px;
	}
.sectionHead {
	padding-bottom:5px;
	}
.sectionDiv {
	background-color:#ffffff;
	padding:15px;
	margin-top:12px;
	}
.sectionDivTabbed {
	background-color:#ffffff;
	padding:15px;
	margin-top:0;
	}
.sectionDivTabbedHidden {
	background-color:#ffffff;
	padding:15px;
	margin-top:0;
	display:none;
	margin-bottom:10px;
	}
.sectionTab {
	background-color:#f7f7f7;
	padding:5px;
	margin-bottom:0px;
	margin-left:4px;
	border-bottom:1px solid #e8e8e8;
	}
.sectionTabChosen {	
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
	margin-bottom:0;
	}
.sectionBody {
	padding:2px;
	}
.rclShort {
	padding:5px;
	padding-bottom:5px;
	margin-bottom:8px;
	border-bottom:1px solid #AD0000;
	}
.rclDesc {
	color:#808080;
	}
a.rclTitle {
	text-decoration:none;
	}
a.rclTitle:hover {
	text-decoration:underline;
	color:#AD0000;
	}
.filterTxt {
	color:#AD0000;
	}
.rclDate {
	font-size:11px;
	color:#757575;
	/*float:left;
	width:70px;*/
	}
.rclCat {
	color:#000000;
	font-style:italic;
	}
.rclBox {
	float:none;
	padding-bottom:2px;
	padding-top:2px;
	}
.resultsInfo {
	font-size:12px;
	font-style:italic;
	color:#000000;
	}
.header {
	
	}
.contentDiv {
	width:970px; /*930 */
	background-color:#e2e2e2;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
.footer {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:11px;
	color:#404040;
	}
a.flink {
	color:#000000;
	text-decoration:none;
	}
a.flink:hover {
	color:#AD0000;
	text-decoration:underline;
	}
a.list {
	font-size:12px;
	text-decoration:none;
	}
a.list:hover {
	text-decoration:underline;
	color:#AD0000;
	}
.col1 {
	float:left;
	width:100%;
	}
.col2 {
	float:left;
	width:45%;
	padding-right:10px;
	}
.col3 {
	float:left;
	width:30%;
	padding-right:10px;
	}
.col4 {
	float:left;
	width:23%;
	padding-right:10px;
	}
.col5 {
	float:left;
	width:18%;
	padding-right:10px;
	}
.col6 {
	float:left;
	width:12%;
	padding-right:10px;
	}
.col7 {
	float:left;
	width:12%;
	padding-right:10px;
	}
.rDate {
	font-size:11px;
	color:#757575;
	}
#sectionMenu ul {
	margin-left:0;
	padding-left:0;
	display:inline;
	font-size:11px;
	}
#sectionMenu ul li {
	padding-left:10px;
	list-style:none;
	display: inline;
	font-size:11px;
	}
#sectionMenu ul li a {
	color:#ffffff;
	text-decoration:underline;
	}
	
#sectionMenu ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	}
#infoBox h2 {
	color:navy;
	padding:0;
	margin:0;
	padding-top:5px;
	}
#infoBox h3 {
	font-size:13px;
	font-weight:bold;
	color:#AD0000;
	padding:0;
	margin:0;
	}
#infoBox p {
	padding-top:0;
	margin-top:2px;
	color:#000000;
	font-size:0.9em;
	/*font-style:italic;*/
	text-align:justify;
	}
#infoBox h3 a {
	text-decoration:none;
	color:#AD0000;
	font-size:13px;
	font-weight:bold;
	}
#infoBox h3 a:hover {
	text-decoration:underline;
	}
a.smallLink {
	color:#AD0000;
	font-size:11px;
	text-decoration:none;
	}
a.smallLink:hover {
	color:#000000;
	font-size:11px;
	text-decoration:underline;
	}
a.smallLinkb {
	font-size:11px;
	text-decoration:none;
	}
a.smallLinkb:hover {
	color:#AD0000;
	font-size:11px;
	}
	
a.smallLinkc {
	font-size:11px;
	text-decoration:none;
	}
a.smallLinkc:hover {
	color:#AD0000;
	font-size:11px;
	}
a.smallLinkc:visited {
	color:blue;
	font-size:11px;
	}

/* start comment styles */

.cmTitle {
	color:#606060;
	/*border-bottom:1px solid #c0c0c0;*/
	font-weight:bold;
	}
.cmdate {
	color:#606060;
	font-size:12px;
	font-weight:normal;
	}
.cmloc {
	font-size:12px;
	color:#AD0000;
	font-style:italic;
	font-weight:bold;
	}
.comment {
	margin-bottom:8px;
	text-align:justify;
	color:#5f5f5f;
	padding:8px;
	padding-top:0px;
	padding-left:28px;
	border:1px solid #ffffff;
	border-bottom:1px solid #e8e8e8;
	background-image:url('/images/icon_balloon_16x16.gif');
	background-repeat:no-repeat;
	background-position:top left;
	}
.hComment {
	background-color:#f5f5f5;
	border:1px solid #a9a9a9;
	}
.comment a {
	text-decoration:none;
	font-size:11px;
	}
.comment a:hover {
	color:#AD0000;
	text-decoration:underline;
	}
#help dl {margin-left:0;padding-right:20px;}
#help dl dt {margin-left:0;font-weight:bold;font-size:11px;}
#help dl dd {margin-left:8px;font-size:11px;padding-bottom:8px;}
/* end commment styles */