<style type="text/css">



#frame {
  	width: 770px;
  	margin: left;
  	background: white;
}

#sideBar {
  	width: 168px;
  	background: white;
  	float: left;
}

#main {
	margin-top: 2px;
	margin-left: 4px;
  	width: 595px;
  	background: white;
  	float: left;
  	font-family: Arial, san-serif;
  	font-size: 13px;
}


#sideMenu li.current a{ background-color:#001E40;}

#sideMenu {padding:0; margin: 1px; width:100%; font-family: Arial, san-serif; font-weight: bold; font-size: 12px; font-style: italic;}

#sideMenu li {list-style-type:none; width:166px; height:21px; margin:1px 0; text-align: center;}

#sideMenu a {position:relative; display:block; width:166px; height:18px; border:0px solid #000; background-color:#3987CB; color: #fff; padding-left:3px; text-decoration:none;}

#sideMenu a span, #sideMenu a:visited span {display:none;}

#sideMenu a:hover {color:#fff; background-color:#001E40; border:0px solid #000; text-decoration:none;}


</style>