html { background: transparent url('../images/bg_html.jpg') repeat scroll 0 0; }
body { background: transparent url('../images/bg_body.png') repeat-x scroll 0 0; font-family:Tahoma; font-size:11px;}

#doc2 { background: white url('../images/bg_content.gif') repeat-x scroll 0 0; }

#hd { padding: 0px 20px 0px 25px; }
#hd #logoBar { height: 92px; margin-bottom:0 }
#hd #logoBar #logo{margin-top:30px;}
#hd #logoBar #logo .logoImage { padding: 26px 0 0; }

#hd div.searchButton { float: right; padding: 20px 0 0 5px; vertical-align: bottom; margin-top: -50px; text-align:right;  }

/* #hd a.searchInput { float: right; margin: 21px 0 0; width: 100px; color: #636363; font-size: 85%; } */
/* #hd a { color: #FF9900; text-decoration: none; font-weight: bold; font-size: 12px; display: block; padding: 8px 0 5px 0; }  */

/* Menu Bar Styles */
#hd #menuBar #menu { background:url(../images/bg_menu.jpg) top repeat-x; width: 900px; height: 36px; }
#hd #menuBar #menu .rightbg { background:url(../images/bg_menu_right.jpg) top right no-repeat;}
#hd #menuBar #menu .leftbg { background:url(../images/bg_menu_left.jpg) top left no-repeat; width: 100%; height: 36px;}
#hd #menuBar #menu .padding { padding: 1px 0;position:absolute;}

#hd #menuBar #menu ul { margin-bottom: 0px; margin-left: -30px; margin-top:0px; }
#hd #menuBar #menu ul li { float:left; width: 150px; background: url(../images/bg_menu_item.gif) top right repeat-y; font-size: 12px; text-align:center; padding: 5px 0 0 0; display: block;}
#hd #menuBar #menu ul li a { color: #FFFFFF; text-decoration: none; font-weight: normal; font-size: 12px; display: block; padding: 8px 0 5px 0; }
#hd #menuBar #menu ul li span{ display: block; padding: 8px 0 5px 0;}
#hd #menuBar #menu ul li a:hover { color: #969286; text-decoration: underline;}
#hd #menuBar #menu ul li span { color: #969286; text-decoration: none;}
#hd #menuBar #menu ul li.last { background: none;}

#bd { padding: 0px 20px 0px 25px; }

#bd h1 { font-size: 182%; margin: 10px 0px; }
#bd strong { font-weight: bold; }


#ft { font-size: 85%; color: #868686; padding: 25px 0px 10px 0px; background: white; }
#ft a { color: black; font-weight: bold; text-decoration: none; }
#ft a:hover { color: black; font-weight: bold; text-decoration: underline; }
.clear { clear: both; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
