/* ********************************************* */
/* GLOBAL START */
BODY{
	background-color:rgb(255,255,255);
	margin:0px;
	padding:0px;
}
/* GLOBAL END */
/* ********************************************* */

/* ********************************************* */
/* PAGE HEADER START */
#pageheadDIV{
	margin:0px auto 17px auto;
	padding:0px;
	width:999px;
	clear:both;
	background-color:rgb(1,50,71);
	font-family:Arial, Helvetica, sans-serif;
}
/* site and corp logos ************************* */
#pageheadDIV UL.top{
	margin:0px;
	padding:0px;
	list-style:none;
	background-color:rgb(3,100,142);
}
#pageheadDIV UL.top LI{
	margin:0px;
	padding:0px;
	float:left;
}
/* title list ********************************** */
#pageheadDIV .navContent{
	clear:left;
	background-color:rgb(1,50,71);
	width:999px;
	height:70px; /* height of the links area in header */
	overflow:visible;
}
#pageheadDIV .navContent UL{
	margin:5px 0px 0px 0px;
	padding:5px 0px 15px 15px;
	list-style:none;
	width:180px;
	height:78px; /* needs to be 8 pixels greater than the height of the links area in header */
	float:left;
	background-color:rgb(1,50,71);
	border-right:solid 1px rgb(21,88,117);
	border-left:solid 1px rgb(0,57,86);
}
#pageheadDIV .navContent UL LI{
	margin:0px;
	padding:0px;
	line-height:15px;
}
#pageheadDIV .navContent UL A{
	font-size:11px;
	text-decoration:none;
	color:rgb(204,204,204);
	font-weight:500;
	text-transform:uppercase;
}
#pageheadDIV .navContent UL A:hover{
	color:rgb(255,204,51);
}
#pageheadDIV .navContent UL.first{
	padding-left:30px;
}
#pageheadDIV .navContent UL.last{
	border-right-width:0px;
}
/* print and home links ************************ */
#pageheadDIV .navFooter{
	clear:both;
	height:21px;
	margin-top:32px;
	background-color:rgb(255,255,255);
	background-image:url("/img/TopCurvedBar_r2_c1.jpg");
	background-position:-1px 0px;
	background-repeat:no-repeat;
	text-align:right;
}
#pageheadDIV .navFooter A{
	font-size:11px;
	text-decoration:none;
	color:rgb(255,255,255);
	font-weight:400;
	line-height:18px;
	vertical-align:top;
}
#pageheadDIV .navFooter IMG{
	vertical-align:middle;
}
/* PAGE HEADER END */
/* ********************************************* */

/* ********************************************* */
/* CONTENT START */
#content{
	margin:0px auto 0px auto;
	padding:0px;
	width:999px;
	clear:both;
	background-color:rgb(255,255,255);
}
/* horizontal subnav *************************** */
#content DIV.topPageNavigation{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border-bottom:solid 1px rgb(0,57,86);
	height:30px;
	vertical-align:bottom;
}
#content DIV.topPageNavigation .logo{
	border-width:0px;
	margin:0px;
	padding:0px;
}
#content DIV.topPageNavigation .logo IMG{
	margin:0px 0px 0px 0px;
	padding:0px;
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:bottom;
	float:left;
}
#content DIV.topPageNavigation IMG.printLogo{
	display:none;
}
#content DIV.topPageNavigation UL{
	margin:0px;
	padding:0px;
	list-style:none;
	height:15px;
	padding-top:12px;
}
#content DIV.topPageNavigation UL LI.nav{
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	float:left;
}
#content DIV.topPageNavigation UL LI.nav A{
	font-size:11px;
	text-decoration:none;
	color:rgb(51,153,204);
	font-weight:600;
	border-style:solid;
	border-color:rgb(0,57,86);
	border-width:0px 0px 0px 1px;
	padding:0px 10px 0px 10px;
	margin-bottom:0px;
}
#content DIV.topPageNavigation UL LI.nav A.current{
	color:rgb(0,64,128);
}
#content DIV.topPageNavigation UL LI.nav A:hover{
	color:rgb(0,64,128);
}
#content DIV.topPageNavigation UL LI.last A{
	border-width:0px 1px 0px 1px;
}
#content DIV.topPageNavigation LI.ticker{
	display:none;
	color:rgb(255,255,255);
	overflow:hidden;
}
#content DIV.topPageNavigation LI.ticker DIV.tickerwrap{
	position:relative;
	background-color:rgb(6,100,138);
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#content DIV.topPageNavigation LI.ticker DIV.tickerwrap UL{
	position:relative;
	top:0px;
	left:0px;
	list-style-type:none;
	margin:0px;
	padding:2px 0px 0px 0px;
	white-space:nowrap;
}
#content DIV.topPageNavigation LI.ticker DIV.tickerwrap UL LI{
	font-size:11px;
	text-decoration:none;
	float:left;
	margin:0px;
	padding:0px 20px 0px 0px;
	white-space:nowrap;
}
#content DIV.topPageNavigation LI.ticker DIV.tickerwrap UL LI A{
	color:rgb(255,255,255);
	font-weight:600;
	border:0px;
	margin:0px;
	padding:0px;
}
/* left subnav ********************************* */
#content DIV.leftPageNavigation{
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	margin:0px;
	padding:0px;
	width:211px;
	float:left;
}
#content DIV.leftPageNavigation H1{
	color:rgb(0,51,102);
	font-size:14px;
	margin:10px 0px 0px 25px;
	padding:0px;
}
#content DIV.leftPageNavigation A.title{
	color:rgb(0,51,102);
	font-size:14px;
	margin:10px 0px 0px 25px;
	padding:0px;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#content DIV.leftPageNavigation UL{
	margin:0px 0px 0px 25px;
	padding:0px;
	list-style:none;
	padding-top:7px;
}
#content DIV.leftPageNavigation UL LI{
	font-size:12px;
	margin:0px;
	padding:0px;
}
#content DIV.leftPageNavigation UL LI A{
	display:block;
	color:rgb(102,102,102);
	text-decoration:none;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:rgb(220,220,220);
	padding:1px 3px 1px 0px;
}
#content DIV.leftPageNavigation UL LI A:hover{
	color:rgb(0,51,102);
	border-color:rgb(0,51,102);
	background-color:rgb(240,240,240);
}
/* left subnav cover image ********************* */
#content DIV.leftPageNavigation DIV.imageHolder{
	margin:10px 0px 0px 25px;
	padding:0px;
}
#content DIV.leftPageNavigation DIV.imageHolder IMG{
	border:solid 1px rgb(240,240,240);
}
#content DIV.leftPageNavigation DIV.imageHolder A:hover IMG{
	border-color:rgb(0,51,102);
}
#content DIV.leftPageNavigation .rotationPool{
	margin:10px 0px 0px 25px;
	padding:0px;
	height:200px;
}

#logo {
	position:absolute; 
	top: 190px;
}

#logo .rotationPool {
	height: 0px !important;
}


#content DIV.leftPageNavigation .rotationPool LI IMG{
	border:solid 1px rgb(240,240,240);
}
#content DIV.leftPageNavigation .rotationPool LI A{
	border-width:0px;
}
#content DIV.leftPageNavigation .rotationPool LI A:hover IMG{
	border-color:rgb(0,51,102);
}
/* content body ******************************** */
#content DIV.pageContent{
	margin:0px;
	padding:0px 12px 35px 8px;
	float:left;
	width:767px;
	height:500px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:rgb(51,51,51);
	font-size:12px;
	line-height:16px;
	text-align:justify;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:rgb(220,220,220);
}
#content DIV.pageContent P{
	margin:0px 0px 17px 0px;
	clear:both;
}
#content DIV.pageContent STRONG{
	color:rgb(120,120,120);
	font-weight:bold;
}
#content DIV.pageContent H1{
	background-color:rgb(0,51,102);
	color:rgb(255,255,255);
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	padding:12px 0px 12px 10px;
	margin:10px 0px 25px 0px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
}
#content DIV.pageContent A{
	color:rgb(51,102,204);
	text-decoration:none;
}
#content DIV.pageContent A:hover{
	color:rgb(153,153,255);
}
#content DIV.pageContent A.sectionHead{
	color:rgb(0,161,215);
	font-weight:600;
	font-size:14px;
	display:block;
	margin:0px 0px 5px 0px;
	padding:2px 0px 2px 1px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:rgb(0,51,102);
	background-color:rgb(240,240,240);
}
#content DIV.pageContent A.popupHead{
	float:left;
}
#content DIV.pageContent DIV.popup{
	float:left;
	margin:0px 0px 5px 0px;
	padding:2px 0px 2px 10px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:rgb(0,51,102);
	background-color:rgb(240,240,240);
}
#content DIV.pageContent DIV.versions{
	text-align:right;
	margin:0px 0px 5px 0px;
	padding:2px 0px 2px 10px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:rgb(0,51,102);
	background-color:rgb(240,240,240);
}
#content DIV.pageContent A.subSectionHead{
	color:rgb(0,0,0);
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
}
#content DIV.pageContent DIV.hr{
	background-image:url("/img/cmyk_bar.png");
	height:8px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	background-position:center center;
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:rgb(0,51,102);
}
#content DIV.pageContent DIV.hr HR{
	display:none;
}
#content DIV.pageContent UL{
	list-style-type:circle;
	margin:0px;
	padding:0px 0px 0px 20px;
}
#content DIV.pageContent LI UL{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}
#content DIV.pageContent TABLE.logoGrid{
	line-height:0px;
	border-style:solid;
	border-color:rgb(150,150,150);
	border-width:1px 0px 0px 1px;
	padding:0px;
	margin:0px 0px 15px 0px;
}
#content DIV.pageContent TABLE.logoGrid TD{
	border-style:solid;
	border-color:rgb(150,150,150);
	border-width:0px 1px 1px 0px;
	padding:2px 0px 2px 0px;
	width:150px;
	text-align:center;
}
#content DIV.pageContent TABLE.logoGrid TR.textlinks TD{
	line-height:14px;
	height:35px;
	width:auto;
	padding:3px 5px 3px 5px;
}
#content DIV.dataDiv{
	clear:both;
}
#content DIV.dataDiv SPAN{
	display:block;
	float:left;
	width:150px;
}
#content DIV.pageContent .italic{
	font-style:italic;
}
#content DIV.pageContent .bold{
	font-weight:bold;
}
#content DIV.pageContent .nomargin{
	margin:0px;
	padding:0px;
}
#content DIV.pageContent .block{
	display:block;
}
#content DIV.pageContent div.alert{
	margin:0px;
	padding:0px 25px 0px 25px;
	color:rgb(255,0,0);
	font-style:italic;
}
#content DIV.pageContent .newHighlight{
	color:rgb(255,2,0);
}
#content DIV.pageContent .errors{
	color:rgb(255,2,0);
}
#content DIV.pageContent .cautions{
	color:rgb(215,225,7);
}
#content DIV.pageContent .fixes{
	color:rgb(0,102,0);
}
#content DIV.pageContent .clearfloat{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:2px;
	line-height:12px;
}
#content DIV.pageContent UL.pList{
	list-style-type:disc;
	margin:0px 0px 17px 0px;
	padding:0px 0px 0px 17px;
}
#content DIV.pageContent UL.pList LI{
	clear:both;
	padding:0px 0px 2px 0px;
}
#content DIV.pageContent TABLE.dataTable{
	border-style:solid;
	border-color:rgb(150,150,150);
	border-width:1px 0px 0px 1px;
	padding:0px;
	margin:0px 0px 15px 0px;
}
#content DIV.pageContent TABLE.dataTable TR.heading{
	background-color:rgb(130,130,130);
}
#content DIV.pageContent TABLE.dataTable TH{
	border-style:solid;
	border-color:rgb(150,150,150);
	border-width:0px 1px 1px 0px;
	padding:3px 10px 3px 10px;
	text-align:center;
	background-color:rgb(130,130,130);
	color:rgb(255,255,255);
	text-transform:uppercase;
}
#content DIV.pageContent TABLE.dataTable TD{
	border-style:solid;
	border-color:rgb(150,150,150);
	border-width:0px 1px 1px 0px;
	padding:3px 10px 3px 10px;
	text-align:center;
}
#content DIV.pageContent TABLE.dataTable TD.label{
	background-color:rgb(220,220,220);
	text-transform:capitalize;
}
#content DIV.pageContent TABLE.dataTable TR.leftFlush TD{
	text-align:left;
}
#content DIV.pageContent TABLE.dataTable TR.highlight{
	background-color:rgb(180,180,255);
}
#content DIV.pageContent TABLE.dataTable TR.highlight TD{
	color:rgb(0,0,150);
}
/* CONTENT END */
/* ********************************************* */

/* ********************************************* */
/* FOOTER START */
#pagefootDIV{
	margin:0px auto 0px auto;
	padding:7px 0px 0px 0px;
	width:999px;
	clear:both;
	background-color:rgb(255,255,255);
}
#pagefootDIV IMG{
	margin:0px;
	padding:0px;
	display:block;
}
/* FOOTER END */
/* ********************************************* */
#preview-message{display:none;}

.nowrap{
	white-space:nowrap;
}
