@charset "utf-8";
a:link {
	color:#2C3C49;
}
v:link {
	color:#2C3C49;
}
body {
	background: url(/Images/repeatbg.jpg) 0% 0% repeat-x;
	background-color: #2C3C49;
	margin: 0; /* it's good pra;ctice 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;
	 /* 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 #title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}

.oneColElsCtr #table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width:309px;
	position:static;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	left: 512px;
	top: 559px;
}

.oneColElsCtr #th.spec {
	background-color:#2C3C49;
	color:white;
}

th {
	background-color:#2C3C49;
	height:8px;
	color:white;
	text-align:center;
	border-left: 1px solid #2C3C49;
}

td{
	border-right: 1px solid #2C3C49;
	height:8px;
	border-bottom: 1px solid #2C3C49;
	border-left: 1px solid #2C3C49;
	background: #fff;
	color: #000000;
}

#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 #td{
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

.oneColElsCtr #footer{
	font-size:10px;
	font-family: Arial, Verdana;
	text-align:center;
	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;
}

