@charset "utf-8";
/* CSS Document */

body
        {
            font: 100% Verdana, Arial, Helvetica, sans-serif;
            margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
            padding: 0;
            text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
            color: #000000;
            background-color: #6CBB46;
            background-image: url(images/bg.jpg);
            background-repeat: no-repeat;
        }
        .oneColFixCtrHdr #container
        {
            width: 1000px;
            text-align: left; /* this overrides the text-align: center on the body element. */
            background-image: url(images/mhsiCover.jpg);
            margin-top: 0;
            margin-right: auto;
            margin-bottom: 0;
            margin-left: auto;
            background-color: #FFFFFF;
            background-repeat: no-repeat;
        }
        .oneColFixCtrHdr #header
        {
            height: 150px;
            padding-top: 0;
            padding-right: 10px;
            padding-bottom: 0;
            padding-left: 20px;
        }
        .oneColFixCtrHdr #container #mainContent #sites-canvas-main-content
        {
            margin-left: 200px;
        }
        .oneColFixCtrHdr #container #mainContent li
        {
            line-height: 18px;
            list-style-image: url(images/bullet.gif);
            font-style: oblique;
            font-weight: 400;
        }
        .oneColFixCtrHdr #container #mainContent #sites-canvas-main-content ul
        {
            margin-left: 50px;
        }
        .oneColFixCtrHdr #container p
        {
            font-size: 11px;
        }
        .lightText
        {
            color: #FFFFFF;
        }
        .oneColFixCtrHdr #container .lightText a
        {
            color: #FFFFCC;
        }
        .oneColFixCtrHdr #container #mainContent p
        {
            font-size: 11px;
            text-align: left;
            line-height: 20px;
        }
        .oneColFixCtrHdr #container #mainContent h3
        {
            font-size: 12px;
            color: #1F8A42;
            margin-bottom: 5px;
        }
        a:link, a:visited
        {
            color: #3B0479;
        }
        .oneColFixCtrHdr #header h1
        {
            margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
            padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        }
        .oneColFixCtrHdr #mainContent
        {
            padding-top: 0;
            padding-right: 50px;
            padding-bottom: 0;
            padding-left: 20px;
            font-size: 11px;
        }
        .width565
        {
            width: 550px;
        }
        .width600
        {
            width: 600px;
        }
        .oneColFixCtrHdr #footer
        {
            padding: 0 10px;
        }
        .oneColFixCtrHdr #footer p
        {
            margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
            padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        }
        .oneColFixCtrHdr #container #mainContent a
        {
            color: #208B45;
        }

