/*Custom Scroll Bar Colors for Internet Explorer -- other browsers are not affected*/
/*Do not edit unless the background color of the blue sidebar changes. In order to remain invisible in IE, scrollbar colors need to match sidebar color.*/
#mycustomscroll {
scrollbar-base-color: #023746;
scrollbar-face-color: #023746;
scrollbar-shadow-color: #023746;
scrollbar-highlight-color: #023746;
scrollbar-3dlight-color:#023746;
scrollbar-darkshadow-color: #023746;
scrollbar-track-color: #023746;
scrollbar-arrow-color: #023746;}