<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is the root CSS file for your site */
/* It is loaded into every page */
    body
    {
        font-family: Verdana;
        font-size: 0.8em;
        font-weight: normal;
        text-align: left;
        margin: 0px;
        background-color: white; /*#3d4246;*/
    }

    a
    {
     color: black;
     text-decoration: none;
    }
    
/* End Core Styles */

/* Begin WebLab Branding */

    #WL_Fixed_BrandingFooter
    {
        width: 100%;
        font-size:0.8em;
        text-align:center;
	color: #009DE2;
        margin-top:10px;
    }

    #WL_Fixed_BrandingFooter a
    {
	color: #009DE2;
    }

    .MyThumb
    {
        float: left;
        clear: none;
    }
/* End WebLab Branding */



#menu {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
	height: 20px;
	font-weight: 700;
}
#menu li {
	float: left;
	margin: 0;
}
#menu li a {
	text-decoration: none;
	display: block;
	line-height: 20px;
	color: #333;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#menu li a:hover, #menu li.active a {
	color: #009DE2;
}
#menu_wrapper ul {
}
#menu_wrapper {
	padding: 0;
}

</pre></body></html>