body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 800px;
}
body, td, th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height:18px;
	color: #464646;
}
a, a:link {
	text-decoration: none;
	color: #0073AE;
}
a:visited {
	text-decoration: none;
	color: #0073ae;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#PageWrapper {
	height:100%;
	width:800px;
}

/* HEADER BAR / NAV / TOOLS */

#HeaderBar {
	left:0;
	top:0;
	width:840px;
	height:109px;
	background-image: url(../images/bg_navbar.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#HeaderStripe { position:absolute; left:0; top:78px; width:840px; height:29px; font-size:11px; background-image: url(../images/bg_stripe.gif); border-top: 1px solid #54c5ff; border-right: 1px solid #54c5ff; border-bottom: 1px solid #54c5ff; border-left-style: none; }
#FontSizer {
	position:absolute;
	left:692px;
	top:10px;
	font-size:11px;
	width:114px;
	height:13px;
	z-index:3;
}
.hidden {
	display:none;
}
#RssTools {
	position:relative;
	left:203px;
	top:6px;
	float: right;
	width: 300px;
}
#AccountTools {
	display:none;
	position:relative;
	left:6px;
	top:7px;
	width: 100px;
	float: left;
}
#TopSearch {
	height:22px;
	font-size:11px;
	z-index:1;
	width:420px;
	top:10px;
	left:224px;
	float: right;
	position: absolute;
}
#TopSearch #SearchField {
	background-color: #f2f2f2;/*#C0E1F4;*/
	color:#000000;
	text-indent:4px;
	border: solid 1px; height:17px;
}
#SiteLogo {
	left:0px;
	top:0px;
	width:204px;
	height:78px;
	z-index:1;
	float: left;
}
#NavBar {
	position:absolute;
	font-size: 16px;
	top:52px;
	width:640px;
	height:30px;
	left:210px;
	z-index:1;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#NavBar a {
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding: 0 2px 0 6px;
	background-image: url(../images/tab_spacer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	margin: 0;
	line-height: 30px;
}
#NavBar a.on {
	color:#54c5ff;
}
#CurrentCover {
	position:absolute;
	left:686px;
	top:38px;
	width:130px;
	z-index:2;
}
#HeaderBar #HeaderStripe #LinkRSS {
	text-align: right;
	width: 174px;
	display: inline;
	position:absolute;
	top: 6px;
	left: 480px;
}

#HeaderBar #HeaderStripe #HomeLinkRSS {
	text-align: right;
	width: 174px;
	display: inline;
	position: absolute;
	top: 6px;
	left: 660px;
}

/* PAGE WRAPPER */
#PageWrapper {
width:840px;
top:109px;
}

/* LEFT COLUMN */

#LeftCol {
	position:relative;
	/*left:0;
	top:109px;*/
	width:160px;
	height:100%;
	background-color: #f4f4f4;
	padding: 5px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	float:left;
}

#LeftCol h3 {
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
	margin: 5px 0;
	padding: 0;
}
#LeftCol h3 a {
	color: #000000;
}
#LeftCol h5, #BodyArea.Wide h5, #BodyArea.Wide h5 {
	font-family: Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-size: 17px; 
	font-weight: bold; 
	color: #990000; 
	margin: 0 0 4px 5px; 
	padding: 0; 
	letter-spacing: 0; 
	line-height: 16px; 
	text-transform: 
	capitalize;
}
#LeftCol h5 a, #BodyArea.Wide h5 a, #BodyArea.Wide h5 a {
	color: #990000;
}
#LeftCol a.on, #BodyArea.Wide a.on {
	color: #000000;
	font-weight: bold;
}
#LeftCol ul, #BodyArea.Wide ul, #BodyArea.Wide #ContentsC1 ul, #BodyArea.Wide #ContentsC2 ul, #BodyArea.Wide #Archives ul {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	text-transform: capitalize;
	margin: 0 0 10px;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #dddddd;
	list-style-type: none;
}
#LeftCol ul ul, #BodyArea.Wide #ContentsC1 ul ul, #BodyArea.Wide #ContentsC2 ul ul, #BodyArea #SubCatNav ul {
	border: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px;
}
/* BODY AREA */

#BodyArea {
	position:relative;
	/*left:170px;
	top:110px;*/
	width:480px;
	float:left;
	height:100%;
	padding: 8px;
}

#BodyArea.Wide, #SearchResults {
	position:relative;
	/*left: 0;
	top:110px;*/
	width:650px;
	float:left;
	height:100%;
	padding: 8px;
}
#BodyArea.Wide p, #BodyArea.Wide #WeekInReview {
	text-indent: 0;
}
#BodyArea .CookieTrail {
	text-indent: 0;
}
#BodyArea #Dateline { font-size:14px; line-height: 40px; margin-bottom: 10px; border-bottom: 1px dotted #959595; }

#BodyArea #DateLeft {
	background-color:#DFF0FC; /*#00FF33;*/
	background-image: url(/images/bluestripe_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 23px;
}

#BodyArea #DateLeft #DateRight {
	background-image: url(/images/bluestripe_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	font-size:12px;
	color: #327090;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-transform: capitalize;
	height: 23px;
	margin-left: 16px;
	margin-top: 10px;
	line-height:23px;
}

#BodyArea.Wide #Dateline {
	font-size: 11px;
	text-align: right;
	float: right;
	border: 0;
	margin-right: 10px;
	display:inline;
}
#BodyArea #Dateline strong {
	color: #0073ae;
}
#BodyArea h1, #SearchResults h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 41px;
	font-weight: bold;
	color: #990000;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#BodyArea.Wide h1, #SearchResults h1 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #959595;
}

#BodyArea #LeadStory h1, #BodyArea .SubCat h1 {
	font-size: 29px;
	font-weight: bold;
}
#BodyArea h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height:110%;
	color: #0073ae;
	margin: 0px 0px 4px;
	padding: 0px;
}
#BodyArea h3, #BodyArea.Wide #WeekInReview h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #0073ae;
	margin: 0px;
	padding: 0px;
}
#BodyArea h4, #SearchResults h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #990000;
	font-weight: bold;
	margin: 2px 0 1px;
	padding: 2px 0;
	text-transform: capitalize;
}
#BodyArea p, {
	text-indent:20px;
}
#BodyArea p.ArticleInfo, div#CommentForm p, div#ArticleComments p {
	text-indent:0;
}
#BodyArea #SubCatNav {
	float:right;
	background:#FFFFFF;
 	margin: -1px 0px 5px 5px;
	padding: 3px;
	border: 1px dotted #959595;
}
#LeftCol #LeftTextPromo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #B9DFF4;*/
	margin: 3px 0 8px;
	padding: 3px;
	text-align:center;
	/*border: thin outset #000000;*/
	font-size: 12px;
	color: #990000;
}
#LeftCol #LeftTextPromo a {
	color: #990000;
}

#LeftCol #LeftTextPromo strong {
	font-size:14px;
}

#BodyArea h5, #BodyArea.Wide #WeekInReview h5, #SearchResults h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000000;
	text-transform: capitalize;
}

#BodyArea .SectionStory h1 {
	font-weight: bold;
	font-size: 37px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	color: #0073ae;
}
#BodyArea #individual_article.SectionStory p { font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 27px; padding-bottom: 14px; }
#BodyArea .SectionStory img, #HomeThisWeek #cover img {
	float: right;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	background-color: #303030;
	border-right: 3px solid #c4c2c2;
	border-bottom: 3px solid #c4c2c2;
	padding: 1px;
}

#BodyArea .SectionStory img.tool, #BodyArea .MidPageSquareAd img, #BodyArea .MidPageSquareAd embed, #BodyArea .MidPageSquareAd object {
	float: none;
	margin:0;
	background-color: #FFFFFF;
	border-right: 0;
	border-bottom: 0;
	padding: 0;
}
#BodyArea #LeadStory {
	border-bottom: 1px dotted #959595;
}
#BodyArea #Section2 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#BodyArea #Section3 {
	float: left;
	width: 48%;
	padding: 5px 5px 5px 0px;
}
#BodyArea #Section4 {
	width: 47%;
	float: right;
	padding: 5px;
}

#BodyArea .SectionStory {
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px dotted #959595;
}
#BodyArea p.ArticleInfo, .small {
	font-size: 12px;
	color: #333333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 7px 0;
}
#BodyArea div#ArticleComments {
	font-size:12px;
}
#BodyArea div.ArticleComment {
	margin-top:10px; 
	margin-bottom:5px; 
	padding-bottom:0;
	border-bottom: 1px dotted #959595;
};

#BodyArea div#CommentForm {
	padding: 8px;
	background-color: #f5ffe4;
	border:dotted 1px #959595;
}

#BodyArea .MidPageBannerAd {
	padding: 10px 0;
	border-top: 1px dotted #959595;
	border-bottom: 1px dotted #959595;
	text-align: center;
}
#BodyArea .RightDots {
	border-right: 1px dotted #959595;
}
#BodyArea .MidPageSquareAd {
	background-color: #f3f1f1;
	width: 300px;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

#SearchResults ol {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* RIGHT SIDE BAR */

#RightSidebar {
	position:relative;
	/*left:665px;
	top:225px;*/
	float:left;
	width:170px;
	top:115px;
	z-index:4;
	text-align:center;
}
#RightSidebar.home {
	top:10px;
}

/* PAGE FOOTER */

#PageFooter {
	padding-left:180px;
	clear: both;
	width:480px;
	/*border-top: 1px dotted #959595;*/
}
#PageFooter p {
	margin:0 0 3px;
	font-size:11px;
	style="text-transform: capitalize;"
}

/* OTHER */

#ContentsPage.MidPageSquareAd {
	clear:both;
}

#ContentsC1 {
	position:relative;
	left:15px;
	width:170px;
	float: left;
	padding: 10px;
}
#ContentsC2 {
	left:223px;
	width:170px;
	float:left;
	padding: 10px;
}
#Archives {
	left:15px;
	float: left;
	padding: 10px;
}
#BodyArea p {
	margin: 1px 0px 3px;
	padding: 1px 0px 3px;
}

#WeekInReview {
	position:relative;
	width:220px;
	float: right;
	padding: 10px;
	border-left: 1px dotted #959595;
}
#BodyArea #HomeThisWeek {
	text-indent:0;
}
#BodyArea #HomeThisWeek h1 {
	font-size: 39px;
}
#BodyArea #HomeThisWeek ul {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#BodyArea #HomeThisWeek ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	padding-top: 0;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom: 1px dotted #b1b1b1;
	list-style-type: none;
}
#BodyArea #HomeThisWeek ul li a.MoreLink {
	font-size:10px;
	font-weight:normal;
}
#BlockQuote { color: #3a7645; font-size: 20px; font-family: georgia; font-weight: bold; font-stretch: extra-expanded; line-height: 27px; margin-right: 15px; margin-left: 25px; }

