﻿            body
            {
                width:970px; 
                margin-left:auto; 
                margin-right:auto; 
                margin-top:0px; 
                background-color:#CCCCCC; 
                background-image:url(../coreImages/body_back.gif); 
                background-repeat:repeat-x; 
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size:12px;
            }
            
            .menu li, .menu
            {
               padding-top: 0px;
               padding-bottom: 6px;
               list-style-type:none;
               padding-left: 4px;
               padding-right:4px;
               position: relative;
               font-weight: bold;
            }
            
            .menu a:hover, .rootMenuStyle a:visited, .rootMenuStyle a:link
            {
                text-decoration: none;
                color: #ffffff;
                
            }
            
            
                 
            .menuItemStyle
            {
                border-top-color:#177f76; border-top-width: 1px; border-top-style:solid;
                padding-top:4px; padding-bottom:4px; padding-left: 4px; padding-right: 4px;
                background-color:#265f98;
                
            }
            
            .menuItemStyle:link
            {
                color: #ffffff;
            }
            
            .menuItemStyle:visited
            {
                color: #ffffff;
            }
            
            .menuItemHoverStyle
            {
                
                background-color:#265fbb;
            }
            
            .menuPadding
            {
                margin-top: 5px;
                background-color:#265f98;
                padding-left:0px;
                padding-right:0px;
                margin-left:0px; margin-right: 20px;
            }
            
            .menuPadding:link
            {
                color: #ffffff;
            }
            
            .staticMenuPadding 
            {
                padding-left:6px;
            }
            
            .staticMenuPadding:link
            {
                color: #ffffff;
            }
            
            .staticMenuPadding:visited
            {
                color: #ffffff;
            }
            
            h1
            {
                font-family: Verdana;
                color: #177f76;
                font-size: 14px;
            }
            
            h2
            {
                font-family: Verdana;
                font-size:12px;
                font-weight:bold;
            }
            
            #footer
            {
                font-family: Verdana;
                font-size: 12px;
            }
            
            .std:link
            {
                color: #177f76;
            }
            
            .std:visited
            {
                color: #177f76;
            }
            
            .std:hover
            {
                color: green;
            }
            
            .core:link 
            {
                color: #cccccc;
                text-decoration: none;
            }
            
            .core:visited 
            {
                color: #cccccc;
                text-decoration: none;
            }
            
            .core:hover 
            {
                color: #ffffff;
                text-decoration: none;
            }
            
            .coreUnderline:link 
            {
                color: #cccccc;
            }
            
            .coreUnderline:visited 
            {
                color: #cccccc;
            }
            
            .coreUnderline:hover 
            {
                color: #ffffff;
            }
            
            a:link
            {
                color: #0c6c2c;
            }
            
            a:visited
            {
                color: #0c6c2c;
            }
            
            a:hover
            {
                color: #0c8f2c;
            }
            
            .searchInputQueryText
            {
                color: #aaaaaa;
            }
