BODY {background-image: url("images/edo-back.gif");
     background-color: #F4F4F9;
     background-repeat: no-repeat;
    }

.blue {background-color: #242E87;}

.blue-light-top {background-color: #5860A4;}

.bottom-back {background-image: url("images/bottom-back.gif");
     background-color: #30398E;
     background-repeat: repeat-x;
     height: 170px;}

.corner-lt {background-image: url("images/corner-lt.gif");
     background-repeat: no-repeat;
     background-color: #242E87;
     width: 5px;
     height: 5px;
     background-position: top left;}
.corner-lb {background-image: url("images/corner-lb.gif");
     background-repeat: no-repeat;
     background-color: #242E87;
     width: 5px;
     height: 5px;
     background-position: bottom left;}
.corner-rb {background-image: url("images/corner-rb.gif");
     background-repeat: no-repeat;
     background-color: #242E87;
     width: 5px;
     height: 5px;
     background-position: bottom right;}
.corner-rt {background-image: url("images/corner-rt.gif");
     background-repeat: no-repeat;
     background-color: #242E87;
     width: 5px;
     height: 5px;
     background-position: top right;}

.shadow-right {background-image: url("images/shadow-right.jpg");
     background-repeat: no-repeat;
     width: 10px;
     height: 144px;
     background-position: bottom left;}

.shadow-bottom {background-image: url("images/shadow-bottom.jpg");
     background-repeat: no-repeat;
     width: 225px;
     height: 8px;
     background-position: top right;}

.earth {background-image: url("images/earth.jpg");
     background-repeat: no-repeat;
     background-position: bottom right;}

.pen {background-image: url("images/pen.gif");
     background-repeat: no-repeat;
     width: 183px;
     height: 126px;
     background-position: top right;
     border-collapse: collapse;}


P, ol, ul, li {text-align: justify;}

A.menu	   {
    color: #0D2364;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }
a.menu:hover	{
    color: #30398E;
    text-decoration: none;}

A.menu-dark	{
    color: #0D2364;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    }
a.menu-dark:hover    {
    color: #30398E;
    text-decoration: none;}

.menu-active {
    color: #E6E651;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    }

a.light     {
    color: #FFFFFF;
    text-decoration: underline;
    }
a.light:hover	 {
    color: #DFDFFF;
    text-decoration: underline}

.dark	  {
    color: #242E87;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    }
.dark:hover    {
    text-decoration: none;}

A	   {
    color: #003399;
    text-decoration: underline;
    }
a:hover    {
     text-decoration: none;}

.header        {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    }

.header-article 	{
    color: #000066;
    font-size: 24px;
    font-weight: bold;
    }
.header-article2	 {
    color: #000066;
    font-size: 20px;
    font-weight: bold;
    }

H3	   {
    color: #024800;
    font-size: 110%;
    font-weight: bold;
    }

.white {
    color: #FFFFFF;
    font-size: 90%;
    }

.slogan {
    color: #242E87;
    font-size: 38px;
    }


.picr { float: right;
    }
.picl { float: left;
       padding-right: 10px;
       padding-bottom: 10px;
       border: 1px;
       border-color: #242E87;
    }

