/* CSS index CMF */

body {
 font-size:10pt;
 font-family:Arial, Helvetica, sans-serif;
 background:#000;
 margin:0px;
 color:#CCC;
}
#xtretch {
 width:100%;
 height:15px;
 background:#999;
}
#containerHome {
 width:720px;
 margin:0 auto;
}
#bk {
 width:100%;
 background:url(../imgCmf/introImg02.jpg) left top repeat-x;
}
#content {
 width:720px;
}
#primaryContent {
 width:292px;
 float:left;
}
#secondaryContent {
 width:428px;
 float:right;
}
#disBox {
 width:428px;
 height:350px;
 background:url(../imgCmf/nwDisclaimerBox.gif) left top no-repeat;
}
#disclaimer {
 width:300px;
 text-align:center;
 border:1px solid #990000;
 background:#333;
 color:#333;
}
#containerButtons{
 width:400px;
}
#buttonL {
 margin-left:7px;
 width:150px;
 height:31px;
 background:#1d1d1d url(../imgCmf/nwessentialBarBK.gif) left top repeat-x;
 float:left;
}
#btnL_inner {
 font-size:16pt;
 font-weight:bold;
 text-align:center;
 padding:5px 0;
}
#buttonR {
 width:220px;
 height:31px;
 background:#1d1d1d url(../imgCmf/nwessentialBarBK.gif) left top repeat-x;
 float:right;
}
#ads {
 border-top:1px solid #333;
 border-bottom:1px solid #333;
 padding:5px 10px;
}
#clearFlt {
 clear:both;
}
#adlink a {
 color:#CCC;
 text-decoration:underline;
}
#footer {
 padding:6px 10px;
}
p {
 line-height:13pt;
 padding:7px 7px;
}
textarea {
 width:100%;
 background:#333;
 border:none;
 color:#CCC;
}
.textIntro {
 padding-right:10px;
}
.headerTxt {
 font-size:14pt;
 padding:14px 7px;
}
.boldtxt {
	font-weight:bold;
}


