div.full-width-box  {	background-color : #ffffff;	margin : 4px 0;	padding : 4px;	border: 0;}div.center-box {width : 50%;background-color : #ffffff;margin-left : auto;margin-right : auto;padding : 15px;border : 1px solid #000066;}div.full-width-box2 {	background-color : #FFFFFF;	margin : 10px 0 10px 0;	padding : 10px;	border : 1px;	border-color: #0000FF;	border-bottom-style: solid;}div.half-width-box-left {background-color : #ffffff;margin : 5px 5px 5px 5px;border : 1px solid #000066;padding : 10px;width : 50%;float : left;}div.half-width-box-left-no-border {background-color : #ffffff;margin : 0px 5px 0px 0px;padding : 15px;width : 50%;float : left;}div.half-width-box-right {background-color : #ffffff;margin : 5px 5px 5px 5px;border : 1px solid #000066;padding : 10px;width : 50%;float : right;}div.half-width-box-right-no-border {width : 50%;float : right;}.img-float-left  {	float : left;	padding : 2px;	margin-right : 5px;	border : 2px solid #000066;}.img-float-right {float : right;padding : 2px;margin-left : 5px;border : 2px solid #000066;}.img-float-left-no-border  {	float : left;	padding:0 12px 12px 0;}.img-float-right-no-border {float : right;padding : 2px;margin-left : 5px;}div.clear {clear : both;width : 100%;height : 1px;}<style type="text/css">.sidebarmenu ul{margin: 0;padding: 0;list-style-type: none;font: bold 13px Verdana;width: 180px; /* Main Menu Item widths */border-bottom: 1px solid #ccc;} .sidebarmenu ul li{position: relative;background-image:none}#sidebarmenu ul li{position: relative;background-image:none}/* Top level menu links style */.sidebarmenu ul li a{display: block;overflow: auto; /*force hasLayout in IE7 */color: white;text-decoration: none;padding: 6px;border-bottom: 1px solid #778;border-right: 1px solid #778;}.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{background-color: #012D58; /*background of tabs (default state)*/}.sidebarmenu ul li a:visited{color: white;}.sidebarmenu ul li a:hover{background-color: black;}/*Sub level menu items */.sidebarmenu ul li ul{position: absolute;width: 170px; /*Sub Menu Items width */top: 0;visibility: hidden;}.sidebarmenu a.subfolderstyle{background: url(right.gif) no-repeat 97% 50%;} /* Holly Hack for IE \*/* html .sidebarmenu ul li { float: left; height: 1%; }* html .sidebarmenu ul li a { height: 1%; }/* End */</style><script type="text/javascript">//Nested Side Bar Menu (Mar 20th, 09)//By Dynamic Drive: http://www.dynamicdrive.com/style/var menuids=["sidebarmenu1"] //Enter id(s) of each Side Bar Menu's main UL, separated by commasfunction initsidebarmenu(){for (var i=0; i<menuids.length; i++){  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")    for (var t=0; t<ultags.length; t++){    ultags[t].parentNode.getElementsByTagName("a")[0].className+=" subfolderstyle"  if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu   ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item  else //else if this is a sub level submenu (ul)    ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it    ultags[t].parentNode.onmouseover=function(){    this.getElementsByTagName("ul")[0].style.display="block"    }    ultags[t].parentNode.onmouseout=function(){    this.getElementsByTagName("ul")[0].style.display="none"    }    }  for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars  ultags[t].style.visibility="visible"  ultags[t].style.display="none"  }  }}if (window.addEventListener)window.addEventListener("load", initsidebarmenu, false)else if (window.attachEvent)window.attachEvent("onload", initsidebarmenu)</script>
