/*////////////div left/////////////////////////*/
div.Left {
 border:0px;
 padding:0px 10px 10px 10px;
 margin:0px 0px 0px 0px;
 clear:left;
 float:left;
}

div.Left { 
 width:175px;
 voice-family: "\"}\""; 
 voice-family:inherit;
 width:155px;
} 

/* CWL1 UAs should see and use 2nd width */
html>body .Left { width:155px; }  
  /* One more chance for conforming UAs to get it right using a CWL2 selector.
     This is the "be nice to Opera 5" rule, as Opera 5 seems to
     have trouble with the escaped quotes and close brace as well.
     Note the lack of spaces around the '>'.  This is required to avoid other browser bugs. 
     In addition, this rule helps less capable UAs "fix up" their rule parsing,
     which can be derailed by the "\"}\"" value. 
     20010406Note: Thanks to Todd Fahrner for suggesting html>body .content instead of
     what I had previously which was body>.content . The new selector is more general purpose. */
	 
/*/////////////////list style no bullets///////////*/
ul, li  {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px; 
 list-style: none;
}

/*////////////div subnav/////////////////////////*/
div.SubNav {
 border:0px;
 padding:0px 0px 10px 0px;
 margin:0px 0px 0px 0px;
 text-align:left;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #191919;
 width:155px;
}

div.activeSubNav {
 border:0px;
 padding:2px 10px 2px 10px;
 margin:0px 0px 0px 0px;
 text-align:left;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
 background-color: #42AFE7;
}

div.activeSubNav {  
 width:155px;
 voice-family: "\"}\""; 
 voice-family:inherit;
 width:135px;
} 

/* CWL1 UAs should see and use 2nd width */
html>body .activeSubNav { width:135px } 

div.activeSubNav a:link, div.activeSubNav a:visited, div.activeSubNav a:active, div.activeSubNav a:hover { 
 color: #FFFFFF;
 text-decoration: none;
}

div.inactiveSubNav {
 border:0px;
 padding:2px 10px 2px 10px;
 margin:0px 0px 0px 0px;
 text-align:left;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #191919;
 border-bottom: #42AFE7 solid 1px;
}

div.inactiveSubNav {  
 width:155px;
 voice-family: "\"}\""; 
 voice-family:inherit;
 width:135px;
} 

/* CWL1 UAs should see and use 2nd width */
html>body .inactiveSubNav { width:135px } 

div.inactiveSubNav a:link, div.inactiveSubNav a:visited, div.inactiveSubNav a:active, div.inactiveSubNav a:hover { 
 color: #191919;
 text-decoration: none;
}

div.inactiveSubNav a:hover { 
 color: #191919;
 text-decoration: underline;
}

/*////////////div subscribe/////////////////////////*/
div.Subscribe {
 border:0px;
 padding:0px 0px 0px 0px;
 margin:0px 0px 10px 0px;
/* background: #B7B7B7 url(../images/subscribe_bg.png) repeat-x bottom;*/
}

div.Subscribe { 
 width:155px;
 voice-family: "\"}\""; 
 voice-family:inherit;
 width:130px;
/* margin-top: -5px;*/
} 
/* CWL1 UAs should see and use 2nd width */
html>body .Subscribe { 
 width:130px;
}

div.Subscribe img {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
