@charset "utf-8";

#scforsale {
	height: 300px;
	width: 300px;
	background: url(/Images/scforsale.png) no-repeat top right;
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 555;
}


body {
	background: url(/Images/repeatbg.jpg) 0% 0% repeat-x;
	background-color: #2C3C49;
	z-index:5;
	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;
}
.oneColElsCtr #container {
	width: 741px;
	z-index:-100;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #header {
	width:742px;
	z-index: 0;
	position:relative;
	background-color:#2C3C49;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtr #menu {
	height:22px;
	padding: 0;
	vertical-align:top;
	clear:both;
}

.oneColElsCtr #left_content {
	width:351px;
	height:1000px;
	background-color:#DCDCDC;
	float:left;
	margin:0;
}

.oneColElsCtr #right_content{
	width: 390px;
	height:1000px;
	background-color:#DCDCDC;
	float:right;
	margin:0px;
}
.oneColElsCtr #left {
	height:1000px;
}
.oneColElsCtr #verbage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.oneColElsCtr #mpagecont {
	margin: 0 auto;
	z-index:0;
	position:relative;
}

.oneColElsCtr #title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}

#keybenefits {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#keybenefits li{
	list-style:square;
}

#keybenefits li ul{
	font-size:10px;
}

td.sidenote {
	font-style:italic;
	font-size: 9px;
}
.oneColElsCtr #footer{
	font-size:10px;
	font-family: Arial,Verdana;
	color: black;
	margin-left:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:auto;
	height:12px;
	background-image:url(/Images/center_tile.gif);
	width:741px;
	clear:both;
}
