/***********************************************/
/* ASSET_ScreenBase.css                           */
/* Main Site Style Sheet                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#mainBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #444e70;
	margin: 0px;
	padding: 0px;
	background: #444e70;
}

p{
	margin:0 0 1.6em 0;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #555;
	text-decoration: none;
}

a:visited{
	color: #555;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0 0 5px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

td{
	font-size:11px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap{
	background:#444e70 url("../images/css1/wrap_dblue_bg.gif") repeat-x;
	position:relative;
	text-align: center;
	width: 100%;
}

#masthead{
	padding: 0;
	width: 100%;
	height:99px;
}

#footerWrap{
	background:#d2deea url(../images/css1/footer_grad.gif) repeat-x;
	position:relative;
	text-align: center;
	width: 100%;
	height:40px;
}

#footer2wrapInner{
	position:relative;
	background:#d2deea url(../images/css1/cols2_bottom.gif) no-repeat;
	width:710px;
	height:16px;
}

#footer2wrap{
	position:relative;
	width:710px;
	padding:0;
	margin: 0 auto;
	border-left: solid #444e70 1px;
}

* html #footer2wrap{ /* box model border hack for IE/Win5.x */
	width:711px;
	wid\th:710px;
}

#footerLeft{
	float:left;
	margin-top:25px;
	margin-left:10px;
	text-align:left;
}

#footerRight{
	float:right;
	margin-top:25px;
	margin-right:10px;
	text-align:right;
	padding-left:20px;
}

.cellLogoStrip {
	position:relative;
	margin:0px;
	border:0px;
	width:100%;
	height: 74px;
	top:0px;
	background: #d2deea url(../images/css1/mastheadback_w498.gif) repeat-y;
}

#mastheadLogo {
	float:left;
	width:437px;
	margin:0px;
	border:0px;
}

#search {
	text-align:right;
	margin-top:0;
	margin-right:28px;
	margin-left:20px;
	border:0;
	font-size:10px;
	color:#0066CC;
	white-space: nowrap;
	float: right;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html #search{display: inline;}
/* End hide from IE-mac */

#search p {
	margin-top:15px;
	line-height: 80%;
	font-size: 14px;
}

#topBar{
	margin:0px;
	border-top:2px solid #bdc7dd;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#99acd5;
	border-bottom:2px solid #7888b0;
	position:relative;
	width:100%;
	height:auto;
}

#topbar p{
	padding:0px;
	margin: 0px;
	border: 0px;
	line-height: 11px;
}

#topBarShad{
	font-size:1px;
	overflow:hidden;
	margin:0px;
	border:0px;
	border-top:1px solid #1b2374;
	padding:0px;
	width:100%;
	background: #fff url("../images/css1/topbarshadow.gif") repeat-x;
	height:8px;
	voice-family: "\"}\""; voice-family:inherit;
	height:7px;
	}
	html>body #topBarShad {height:7px;}

#logoBar{
	position:relative;
	background: #d2deea url("../img/new_logo_strip.jpg");
	margin:0px;
	border:0px;
	width:100%;
	height: auto;
	top:0px;
}

#naviBar{
	position:relative;
	background: #6c8192 url(../img/toolbar_bg.gif);
	margin:0px;
	border:0px;
	width:100%;
	top:0px;
	font-size:14px;
	color:#D2E4EC;
	text-align:center;
	line-height:32px;
	white-space: nowrap;
}

#naviBar span{
	background-color:#44697d;
	color:#D2E4EC;
}

#naviBar a:link, #naviBar a:visited{
	color:#D2E4EC;
	text-decoration:none;
}

#naviBar a:hover{
	color:#D2E4EC;
	background-color:#44697d;
	text-decoration:none;
}

#mhdLogo{
	position:absolute;
	top:6px;
	left:30px;
	width:auto;
}

#mhdTag{
	position:absolute;
	top:11px;
	left:190px;
	width:auto;
}

#mhdNavRight{
	text-align:right;
	font:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#fff;
	margin: 0 20px 0 350px;
}

#mhdNavLeft{
	float:left;
	font-size:100%;
	color:#fff;
	text-align: left;
	margin: 0 0 0 20px;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html #mhdNavLeft{display: inline;}
/* End hide from IE-mac */

#topBar a:link, #topBar a:visited{
	color: #fff;
}	

#topBar a:hover{
	color: #006699;
}

#mhdSrch{
	text-align: right;
	margin: 0px 20px 0px 345px;
	padding:6px 0px 15px;
	voice-family: "\"}\""; voice-family:inherit;
	padding:6px 0px 15px;
	}
	html>body #mhdSrch {
	padding:6px 0px 15px;
	white-space: nowrap;
}

#mhdSrch input{
	font-size:11px;
}

#mhdSrch input.schbtn{
	border: 1px solid;
	border-color: #bdc7dd #516494 #516494 #bdc7dd;
	background-color: #99acd5;
	color: #fff;
	voice-family: "\"}\""; voice-family:inherit;
	border: 2px solid;
	border-color: #bdc7dd #516494 #516494 #bdc7dd;
	}
	html>body #mhdSrch input.schbtn{border: 2px solid;
	border-color: #bdc7dd #516494 #516494 #bdc7dd;}

#mhdSrch input.schbtn:hover{
	color: #006699;
}

#mhdSrch input.schbtn:active{
	border: 1px solid;
	border-color: #516494 #bdc7dd #bdc7dd #516494;
	color: #006699;
	voice-family: "\"}\""; voice-family:inherit;
	border: 2px solid;
	border-color: #516494 #bdc7dd #bdc7dd #516494;
	}
	html>body #mhdSrch input.schbtn:active{border: 2px solid;
	border-color: #516494 #bdc7dd #bdc7dd #516494;}

#srchLabel{
	color:#666;
	font-size:11px;
	vertical-align: baseline;
}

#srchLabel a:link, #srchLabel a:visited{
	color: #000;
}	

#srchLabel a:hover{
	color: #006699;
}

#leftBord{
	float:left;
	width:auto;
	height:100mm;
}

#subwrap1{
	position:relative;
	width:710px;
	padding:0;
	margin:0 auto;
	border-left: solid #444e70 1px;
	background:#eefccf url(../images/css1/newsbox_bg_eefccf.gif) repeat-x;
}

* html #subwrap1{ /* box model hack for IE/Win5.x */
	width:711px;
	wid\th:710px;
}

#pic{
	position:relative;
	width: 710px;
	padding: 0;
}

* html #pic{ /* box model hack for IE/Win5.x */
	width:711px;
	wid\th:710px;
}

#mainPic{
	float: left;
	width: 473px;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html #mainPic{display: inline;}
/* End hide from IE-mac */

#mainPic p{
	font-size: 12px;
	background-color: #bdc7dd;
	padding: 5px;
}

#mainPic h1{
	font-size: 12px;
	color: #444e70;
	padding: 2px;
	background: #99acd5 url(../images/css1/h1bg.gif) repeat-x;
	border: solid #006699 1px;
}

#flashcontent{
	padding:0;
	border:0;
	background-color:#eefccf;
}

#newsbox{
	margin:0;
	background:#eefccf url(../images/css1/newsbox_bg_eefccf.gif) repeat-x;
	float: right;
	width: 237px;
	border: 0;
	padding-bottom: 13px;
}

* html #newsbox{
	display: inline; /* hack to prevent doubled float margins in IE/Win */
}

#newsbox p{
	text-align:left;
	font-size:12px;
	color:#6e7fb7;
	padding:14px 14px 0px 14px;
	margin: 0;
}

#newsbox h1{
	font-size: 12px;
	color: #444e70;
	padding: 2px;
	background: #99acd5 url(../images/css1/h1bg.gif) repeat-x;
	border-bottom: solid #006699 1px;
}

/***------ Notelet ---------***/

.nlwrap{
	font-size: 1px;
	text-align: center;
	position: relative;
	top:0;
	width:340px;
	margin:0 auto 20px auto;
	padding: 0 6px 0 1px;
}

* html .nlwrap{
	width:347px;
	wid\th:340px;
}

.nltop{
	width:340px;
	height:15px;
	margin: 0;
	padding: 0px;
	background: #ffff99 url("../images/css1/notelet_topbar.gif") no-repeat;
}

.nlmid{
	font:bold 13px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color:#cc3300;
	background:#ffff99 url("../images/css1/notelet_w340.gif") repeat-y;
	padding: 0 30px 0 35px;
	text-align: center;
}

/* hack to prevent notelet expanding in IE-Win6 \*/
* html .nlmid{height: 1%;}
/* End hide from IE-mac */

.nlbot{
	width:340px;
	height:30px;
	background: #ffff99 url("../images/css1/notelet_botbar.gif") no-repeat;
	margin: 0;
	padding: 0;
}

#cols3{
	position:relative;
	width:710px;
	padding:0;
	margin: 0 auto;
	border-left: solid #444e70 1px;
	background: #fff url("../images/css1/cols3bg.gif") repeat-y;
}

* html #cols3{ /* box model hack for IE/Win5.x */
	width:711px;
	wid\th:710px;
}

#cols3 a:link, #cols3 a:visited{
	color:#666;
}

#cols3 h1 a:link, #cols3 h1 a:visited{
	color:#fff;
}

#cols3 a:hover{
	background-color:#dde5ff;
	color:#006699;
}

#cols3 h1 a:hover{
	background-color:#dde5ff;
	color:#006699;
}

.colfl{
	width:210px;
	border-right: dotted #444e70 1px;
	border-left: dotted #444e70 1px;
	border-bottom: dotted #444e70 1px;
	float: left;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html .colfl{display: inline;}
/* End hide from IE-mac */

#lcol{
	width:210px;
	margin: 0 27px 18px 13px;
	float: left;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html #lcol{display: inline;}
/* End hide from IE-mac */

#ccol{
	width:210px;
	margin:0 0 18px;
	float: left;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html #ccol{display: inline;}
/* End hide from IE-mac */

#rcol{
	width:210px;
	margin:0 auto 18px 27px;
	background-color:transparent;
	float: left;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html #rcol{display: inline;}
/* End hide from IE-mac */

#colsfoot{
	clear: both;
	width:auto;
	margin:0 13px;
	padding:0 0 8px;
	border-top:solid #d2d2d2 1px;
	background-color: #fff;
}

#cols2r #colsfoot{
	margin:0;
}

.colshl{
	clear: both;
	width:504px;
	margin:20px 0 0;
	padding:0;
	border-top:solid #d2d2d2 1px;
	float: left;
	background-color: #fff;
}

.cols3image{
	margin: 15px auto 0;
}

#cols2wrap{
	position:relative;
	width:710px;
	padding:0;
	margin: 0 auto;
	border-left: solid #444e70 1px;
}

* html #cols2wrap{ /* box model border hack for IE/Win5.x */
	width:711px;
	wid\th:710px;
}

#cols2wrapinner{ /* no border - prevents BG sliding under border in cols2wrap - IE/Mac5 */
	position:relative;
	width:710px;
	background: #99acd5 url(../images/css1/cols2bg.gif) repeat-y;
}

#cols2l{
	width:180px;
	margin: 0 0 18px 0;
	float: left;
	text-align:left;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html #cols2l{display: inline;}
/* End hide from IE-mac */

.cols2ptop{
	color:#7081aa;
	margin:0 1px 0;
	padding:22px 14px 10px;
	font-size:9px;
	text-align:justify;
	border-bottom: 1px solid #7888b0;
	background:url(../images/css1/menutopbg.gif) no-repeat;
}

#cols2r{
	float: right;
	width:504px;
	margin: 0 13px 0 0;
	padding-top: 22px;
}

/* hacks to prevent doubled float margins and float escapes in IE-Win \*/
* html #cols2r{display: inline; height: 1%;}
/* End hide from IE-mac */

.cols2rIndent{
	margin:0 30px 20px;
	width: 444px;
	position: relative;
	text-align: justify
}

.cols2rcentered{
	margin:0 0 20px;
	width: 504px;
	position: relative;
}

.cols2rcentered td, .cols2r-rnf td, .cols2r-r td{
	text-align: left;
	font-size:11px;
}

.cols2wrap80, .cols2wrap130, .cols2wrap200, .cols2wrap238{
	width:504px;
	padding:0;
}

/* Hides from IE-mac \*/
* html .cols2wrap80, * html .cols2wrap130, * html .cols2wrap200, * html .cols2wrap238 {height: 1%;}
/* End hide from IE-mac */

.cols2wrap80{
	background: #fff url("../images/css1/cols2wrap80bg.gif") repeat-y;
}

.cols2wrap130{
	background: #fff url("../images/css1/cols2wrap130bg.gif") repeat-y;
}

.cols2wrap200{
	background: #fff url("../images/css1/cols2wrap200bg.gif") repeat-y;
}

.cols2wrap238{
	background: #fff url("../images/css1/cols2wrap238bg.gif") repeat-y;
}

.cols2r-l{
	float:left;
	width:130px;
	text-align:right;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html .cols2r-l{display:inline;}
/* End hide from IE-mac */

.cols2r-r, .cols2r-rnf{
	float:left;
	width:320px;  /* .colswrap130 is initial setting with .cols2r-l 130px wide */
	padding:0 0 0 10px; /* to overcome cropped left of cap W */
	margin: 0 0 0 17px; /* margin + padding = 27px */
	text-align:left;
}	

* html .cols2r-r, * html .cols2r-rnf{ /* box model padding hack for IE/Win5.x */
	width:330px;
	wid\th:320px;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html .cols2r-r, * html .cols2r-rnf{display:inline;}
/* End hide from IE-mac */

.cols2r-rnf{clear:left;}

.cols2r-r a:link, .cols2r-r a:visited, .cols2r-rnf a:link, .cols2r-rnf a:visited{
	text-decoration:underline;
	color:#009
}

.cols2r-r a:hover, .cols2r-rnf a:hover{
	text-decoration:underline;
	color:#069
}

.cols2wrap80 .cols2r-l{
	width:80px;
}

.cols2wrap130 .cols2r-l{
	width:130px;
}

.cols2wrap200 .cols2r-l{
	width:200px;
}

.cols2wrap238 .cols2r-l{
	width:238px;
	text-align:left;
}

.cols2wrap80 .cols2r-r, .cols2wrap80 .cols2r-rnf{width:370px;}

* html .cols2wrap80 .cols2r-r, * html .cols2wrap80 .cols2r-rnf{width:380px; wid\th:370px;}

.cols2wrap130 .cols2r-r, .cols2wrap130 .cols2r-rnf{width:320px;}

* html .cols2wrap130 .cols2r-r, * html .cols2wrap130 .cols2r-rnf{width:330px; wid\th:320px;}

.cols2wrap200 .cols2r-r, .cols2wrap200 .cols2r-rnf{width:250px;}

* html .cols2wrap200 .cols2r-r, * html .cols2wrap200 .cols2r-rnf{width:260px; wid\th:250px;}

.cols2wrap238 .cols2r-r, .cols2wrap238 .cols2r-rnf{width:239px;}

* html .cols2wrap238 .cols2r-r, * html .cols2wrap238 .cols2r-rnf{width:249px; wid\th:239px;}

.cols2wrap80 .cols2r-rnf{
	margin: 0 0 0 97px;
}	

.cols2wrap130 .cols2r-rnf{
	margin: 0 0 0 147px;
}	

.cols2wrap200 .cols2r-rnf{
	margin: 0 0 0 217px;
}	

.cols2wrap238 .cols2r-rnf{
	margin: 0 0 0 255px;
}	

.cols2r-r p, .cols2r-rnf p{
	padding:0;
	text-align:left;
}

.paranospace{
	margin:0;
}

.cols2rnav{
	float:left;
	width:192px;
	margin: 11px 0 0 285px;
	border:0;
}

/* hack to prevent doubled float margins in IE-Win \*/
* html .cols2rnav{display:inline;}
/* End hide from IE-mac */

.cols2rnav img{
	border:0;
}

#cols2r .cols2rnav a:link, #cols2r .cols2rnav a:visited{
	text-decoration:none;
	background-color:#fff;
	padding:0 0 10px;
}

#cols2r .cols2rnav a:hover{
	text-decoration:none;
	background-color:#e0f0ff;
	padding:0 0 10px;
}

#cols2r .reg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 114%;
	font-weight: bold;
	color: #990000;
	padding-top: 15px;
}
#cols2r .reg a:link, #cols2r .reg a:visited{
	color: #990000;
}

#cols2r .reg a:hover{
	color: #990000;
	background-color:#FFC
}

/***********************************************/
/* Menu Buttons                                */
/***********************************************/

.cols2lb0, .cols2lb1, .cols2lb2, .cols2lb2on, .cols2lb2s, .cols2lb2son, .cols2lb3, .cols2lb3on, .cols2lb3son, .cols2lb3e, .cols2lb3eon, .cols2lb4, .cols2lb4on, .cols2lb4son, .cols2lb4e, .cols2lb4eon{
	font-size:100%;
	font-weight:100;
}

.cols2lb0, .cols2lb1, .cols2lb2, .cols2lb2on, .cols2lb3e, .cols2lb3eon, .cols2lb4e, .cols2lb4eon{
	border-bottom:1px solid #7888b0;
}

.cols2lb2, .cols2lb2s, .cols2lb3, .cols2lb3e, .cols2lb4, .cols2lb4e{
	margin: 0 1px;
	color:#fff;
}

.cols2lb2on, .cols2lb2son, .cols2lb3on, .cols2lb3son, .cols2lb3eon, .cols2lb4on, .cols2lb4son, .cols2lb4eon{
	margin: 0 2px;
	color: #006699;
}

.cols2lb2, .cols2lb2s, .cols2lb2son{
	border-top:1px solid #bdc7dd;
	padding:5px 5px 5px 12px;
}

.cols2lb0{
	border-top:1px solid #bdc7dd;
	padding:15px 20px 15px 15px;
	margin: 0 1px;
}

.cols2lb0 img{
	display: block;
	margin: 0 auto 0;
}

.cols2lb1{
	border-top:1px solid #d1daf1;
	padding:5px 20px 5px 11px;
	margin: 0 2px;
	background:#adc0eb center right url(../images/css1/button1arrow_anim.gif) no-repeat;
}

.cols2lb2, .cols2lb2s{
	background:center left url(../images/css1/buttonedge.gif) no-repeat;
}

.cols2lb2on{
	border-top:1px solid #d1daf1;
	padding:5px 5px 5px 11px;
	background:#66ccff center left url(../images/css1/buttonedgeon.gif) no-repeat;
}

.cols2lb2son{
	margin: 0 1px;
	background:center left url(../images/css1/buttonedge.gif) no-repeat;
}

.cols2lb3, .cols2lb3e, .cols2lb3son{
	padding:5px 5px 5px 20px;
	background:center left url(../images/css1/buttonh3.gif) no-repeat;
}

.cols2lb3on, .cols2lb3eon{
	padding:5px 5px 5px 19px;
	background:#66ccff center left url(../images/css1/buttonh3on.gif) no-repeat;
}

.cols2lb3son{
	margin: 0 1px;
}

.cols2lb4, .cols2lb4e, .cols2lb4son{
	padding:5px 5px 5px 26px;
	background:center left url(../images/css1/buttonh4.gif) no-repeat;
}

.cols2lb4son{
	margin: 0 1px;
}

.cols2lb4on, .cols2lb4eon{
	padding:5px 5px 5px 25px;
	background:#66ccff center left url(../images/css1/buttonh4on.gif) no-repeat;
}

#cols2l a:link, #cols2l a:visited{
	color:#fff;
}

#cols2l a:hover{
	color:#006699;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************** .column styles ***************/


#cols3 h1{
	font-size: 12px;
	color: #ffffff;
	padding: 6px 2px;
	background: #92d400 /* url(../images/css1/h1bg_tree_dark.gif) repeat-x; */
	/* border-top: solid #3399cc 1px;
	border-bottom: solid #006699 1px; */
}

#pic h1, #cols2r h1{
	font-size: 12px;
	color: #444e70;
	padding: 2px 13px;
	background: #99acd5 url(../images/css1/h1bg.gif) repeat-x;
	border-top: solid #3399cc 1px;
	border-bottom: solid #006699 1px;
	margin: 0 0 20px 0;
	text-align: left;
}

#cols2r a:link, #cols2r a:visited{
	text-decoration:underline;
	color:#009
}

#cols2r a:hover{
	text-decoration:underline;
	color:#069
}

#cols3 p{
	padding:8px 8px 0;
	margin: 0;
	text-align: left;
	color:#666;
	line-height:1.4em;
}

#colsfoot p{
	text-align:center;
	font-size:90%;
	color:#888;
	padding:8px 0 0;
	margin:0
}

#colsfoot p a:link, #colsfoot p a:visited{
	font-style:normal;
	background-color:#fff;
	color:#888;
}

#colsfoot p a:hover{
	font-style:normal;
	background-color:#fff;
	color:#006699;
}

#cols3 ul, #cols3 ol{
	text-align:left;
	color: #888;
	line-height: 1.6em;
	list-style-image:url(../images/css1/square_bullet6-12_fe9b00.gif);
	padding-left: 0px;
	margin-left: 36px;
	margin-top: 0.35em;
}

/* #cols3 #hl a:link, #cols3 #hl a:visited{
	color: #CC3366;
} */

#cols3 .footnotes{
	text-align:center;
	font-size:9px;
	color:#ccc;
}

#cols2table {
	border: 1px solid #006699;
}
	
#cols2table td{
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	vertical-align:top;
}
	
#cols2table .td1{
	border-right: 1px solid #dde;
	border-bottom: 1px solid #dde;
}
	
#cols2table .td2{
	border-bottom: 1px solid #dde;
}
	
#cols2table .td3{
	border-right: 1px solid #dde;
}
	
#cols2table ol{
	margin: 0px;
	padding-left: 25px;
}
	
/************** Generic **************/

.block{display:block;}
.none, .stNote, .skipLinks {display:none;}
.buffer{font-size:0; width:1px; height:1px;}
.clearleft{clear:left;}
.clearboth{clear:both;}
.clearpara{clear:both; margin:0 0 20px;}
.clearpage{clear:both; margin:0 0 300px;}
.clearboth p, .clearpara p{font-size:1px; line-height:1px;}
.whitespace20px{position:relative; height:20px; background-color:#fff;}
