@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFFFFF;
	background-image: url(/sc/images/global/bg-main.jpg);
	background-repeat: repeat-x;	/* Tiles the image in the horizontal direction only */
	background-attachment: fixed;
}
.twoColFixRt #newsbar { 
	width:761px;
	margin: 10px 0px 10px 0px;
	color:#000;
	background-color:#fff;
	font-size:12px;
	background-image:url(/sc/images/news/newsbar.gif);
}
.twoColFixRt #top-header {
	width:540px;
	height:44px;
	background-image:url(/sc/images/global/bg-hdr.gif);
	background-repeat:no-repeat;
}
.twoColFixRt #mainContent { 
	width: 578px;
	/* margin: 0 16 16 16; 	/* the right margin on this div element creates the column down the right 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 0 0 0;		/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	/* border: 1px solid #00ff00;  */
	margin-left: 12px;		/* push this section to center */
}
.twoColFixRt #mainContent1Col { 
	width: 764px;
	/* margin: 0 16 16 16; 	/* the right margin on this div element creates the column down the right 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 0 0 0;		/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	/* border: 1px solid #00ff00; */
	margin-left: 18px;		/* push this section to center */
}
/* #mainContent1Col p {font-size:14px; text-indent:20px;}
#mainContent2Col p {font-size:14px; text-indent:20px;} */
.contentText {margin-left:15px;margin-right:15px;font-size:13px;color:#422603;letter-spacing:+0.2em}  /* letter-spacing:+0.2em */
.twoColFixRt #weather {
	background-image:url(/sc/images/global/bg-weather.gif);
	text-indent:10px;
	color:#FFFFFF;
	font-size:11px;
}
.twoColFixRt hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #007884; 
	border-style: none none dotted; 
}
.twoColFixRt a:link, a:visited {
	text-decoration:none;
/*	color: #127d00; */
}
.twoColFixRt img {
	border:none;
}
.twoColFixRt h1 {
	color: #0083a0; 
	font-size:18px;
	font-weight:bold;
	margin-bottom:3px;
}
.twoColFixRt h2 {
	color: #0083a0; 
	font-size:16px;
	font-weight:bold;
	padding-top:11px;
	margin-left:20px;
}
.twoColFixRt h3 {
	color: #0083a0; 
	font-size:15px;
	font-weight:bold;
	margin-bottom:3px;
}
.twoColFixRt #footer {
	width: 764px; 
	background: #bcf2fe;
	padding: 18px 18px;
	padding-top:0px;
	text-align:center;
	font-size: 11px;
}
.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: 3px;
	margin-right: 10px;	/* old value = 12px */
	margin-bottom: 5px;
}
.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;
}
