/* MAIN LAYOUT */

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana,sans-serif;
	color: #333;
	text-align: center; }		/* centers page content in older versions of IE */
	
.bodyChannel_2007	{
	
	width:362px;
}

.twoColBodyChannelRight_2007	{
	width:176px;
	border-left:1px solid #ffffff;
	/*border-top:35px solid #eeeeee;*/ /* handles inheritance issues cross-browser */
}

.twoColBodyChannelLeftEvenW_2007	{
	width:270px;
}

.twoColBodyChannelRightEvenW_2007	{
	width:270px;
	border-left:1px solid #ffffff;
	
}

.tttWide_2007	{
	width:520px;
	margin:0px;
	padding:0px 2px 2px 0px;
}

.twoToneTable .tOdd td, .tttWide .tOdd td, .tttWide_2007 .tOdd td{
	background-color:#e0e0e0;
	height:30px;
	color:#000000;
}

.twoToneTable .tEven td, .tttWide .tEven td, .tttWide_2007 .tEven td	{
	background-color:#f0efef;
	height:30px;
	color:#000000;
	margin-right:5px;
}

.twoToneTable .left, .tttWide .left, .tttWide_2007 .left	{
	width:30%;
	padding:3px 4px 7px 6px;
	font-weight:bold;
}

.twoToneTable .right, .tttWide .right, .tttWide_2007 .right	{
	width:70%;
	padding:3px 4px 7px 6px;
}

.twoColBodyChannelLeft_2007 .hr	{
	width:362px;
	height:8px;
	border:0px solid;
	background:url('/images/common/vf_main_divider.gif') no-repeat center left;
}


#page {
	margin: 0 auto;
	font-size: x-small;
	text-align: left;
	width: 760px;
}

#pageContainer {
	width: 548px;
	float: left;
}

#pageContent {
	margin: -8px 0 0 0;
	width: 548px;
	float: left;
}

#page #pageFooter {
	margin-bottom:0;
	margin-left:0;
	float:left;
}

/* #pageContent {	margin: 72px 0 0 0;	width: 548px;	float: left;} */

#splash #pageContent {
	width: 760px;
}

/* #home #pageContainer {} */


/* HEADER STYLES */
#header {
	float: left;
	width: 548px;
	height: 81px;
}

/* #header {	position: absolute;	top: 0;	left: 202px;	width: 548px;	height: 81px;} */

#logo {
	/*position: relative;
	z-index: 2;*/
	width: 96px;

	float: left; /**/
}

#mainTitle {
	float: left;
	width: 548px;
	background-color: #ff0000;
	margin: 0 0 10px 0;
}

/* TOP NAV */

#topnav {
	float: left; 
	width: 450px;
	/*position: relative;*/	/*top: -81px;	left: 98px;*/
}

#topnav ul {
	margin: 0;
	padding: 30px 0 0 0;
	float: right;
}

#topnav ul li {
	list-style: none;
	float: left;
	width: auto;
	color: #666666;
	padding: 0 2px;
}

#topnav ul li a {
	text-decoration: none;
	color: #666666;
	vertical-align: middle;
}

#topnav ul li a:hover {
	text-decoration: underline;
	color: #ff0000;
}

/* SPLASH MOD */
#splash #topnav {
	width: 664px;
}

/* TOPNAV FORM */
#topnav .search {
	float: left;
	width: 167px;
	/*width: 167px;*/
}

#topnav .search .formleft {
	float: left;
	width: 91px;
	margin: 0 10px 0 2px;
}

#topnav .search .formleftnew {
	float: left;
	width: 75px;
	
}

/* FOOTER */
.footerline {
	background: #cccccc;
	width: 760px;
	height: 1px;
	float: left;
	margin: 20px 0 10px 0;
}

#footer {
	width: 760px;
	margin: 0 auto;
	clear: both;				/* clears floats */
}

#footer ul {
	text-align: center;
	color: #333333;
	
}

/* ADDED BY LG 14FEB08 TO AMEND DCP/ENUK'S FOOTER (PER BUG #21483) */
#footer ul.enuk {
	text-align: left;
	color: #333333;
	
}
#footer ul li {
	list-style: none;
	display: inline;
	width: auto;
	padding: 0;
	float:none;
	z-index: 2;	
	/* border-right: 1px solid #666666; */
}

/* ADDED BY LG 14FEB08 TO AMEND DCP/ENUK'S FOOTER (PER BUG #21483) */
#footer ul.enuk li {
	list-style: none;
	display: inline;
	width: auto;
	padding: 0;
	float:none;
	z-index: 2;	
	/* border-right: 1px solid #666666; */
}

#footer a {
	color: #333333;
}

/* ADDED BY LG 14FEB08 TO AMEND DCP/ENUK'S FOOTER (PER BUG #21483) */
#footer ul.enuk li a, #footer ul.enuk li a:hover {
	color: #333333;
}

#footer a:hover {
	color: #ff0000;
}

/* SPLASH HEADER MOD */
#splash #header {
	width: 760px;
}


/* Hide contents off-left */
.offLeft {
	position: absolute;
	left: -999px;
	width: 990px;
}

#print_icons{
	
	vertical-align:bottom
	}
/* brought from wcag.css and topmargin reduced from 15px  30apr07 eb*/
.rightChannel	{
	text-align:center;
	margin-top:5px;
	/*margin-top:30px; changed for rebrand 2007  eb*/
}


