@charset "UTF-8";/* CSS Document <style type="text/css">*/@media screen {.body{width: 680px; /*width of accordion menu*/padding: 400px 100 100px 300px; /*header text is indented 10px*/}.arrowlistmenu{width: 180px; /*width of accordion menu*/margin-left: 5px; /*bottom spacing between header and rest of content*/}.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/font: bold 14px Arial;color: white;background: green url(images/titlebar.jpg) repeat-x center left;margin-bottom: 10px; /*bottom spacing between header and rest of content*/text-transform: uppercase;padding: 4px 0 4px 10px; /*header text is indented 10px*/cursor: hand;cursor: pointer;}.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/background-image: url(images/titlebar_active.jpg);}.arrowlistmenu ul{ /*CSS for UL of each sub menu*/list-style-type: none;margin: 0;padding: 0;margin-bottom: 12px; /*bottom spacing between each UL and rest of content*/}.arrowlistmenu ul li{padding-bottom: 4px; /*bottom spacing between menu items*/}.arrowlistmenu ul li a{color: #262626;/* #A70303 background: url(images/arrowbullet.jpg) no-repeat center left; /*custom bullet list image*/display: block;padding: 2px 0;padding-left: 19px; /*link text is indented 19px*/text-decoration: none;font-weight: bold;border-bottom: 1px solid #dadada;font-size: 14px;}.arrowlistmenu ul li a:visited{color: #262626;}.arrowlistmenu ul li a:hover{ /*hover state CSS*/color: #A70303;background-color: #D4D4D4;	-moz-border-radius-topleft: 7px;	-khtml-border-radius-topleft: 7px;	-webkit-border-top-left-radius: 7px;		-moz-border-radius-topright: 7px;	-khtml-border-radius-topright: 7px;	-webkit-border-top-right-radius: 7px;	-moz-border-radius-bottomright: 7px;	-khtml-border-radius-bottomright: 7px;	-webkit-border-bottom-right-radius: 7px;	-moz-border-radius-bottomleft: 7px;	-khtml-border-radius-bottomleft: 7px;	-webkit-border-bottom-left-radius: 7px;</*background-image: url(images/menuback.jpg);*/}.twoColHybLtHdr #container #mainContent p {}}@media print {.body     { display: none; }.arrowlistmenu{ display: none; }.arrowlistmenu .menuheader{ display: none; }/*CSS class for menu headers in general (expanding or not!)*/.arrowlistmenu .openheader{ display: none; }.arrowlistmenu ul{ display: none; }.arrowlistmenu ul li{ display: none; }.arrowlistmenu ul li a{ display: none; }.arrowlistmenu ul li a:visited{ display: none; }.arrowlistmenu ul li a:hover{  display: none; } }</style>