﻿body
{
    margin-top: 0px;
    background-color: #0074BF;
    font-family: Tahoma;
    margin-left: 0px;
}
.footer
{
    text-align: center;
    font-size: 11px;
    background-color: White;
    padding: 5px;
    color: Black;
    border-top: 2px inset black;
    border-bottom: 2px inset black;
}
#cssmenu > ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1.1;
   
}
/* The container */
#cssmenu > ul
{
    display: block;
    position: relative;
    width: 180px;
    background-color: #282828;
}
#cssmenu > ul li
{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0px;
    left: 0px;
}
/* General link styling */
#cssmenu > ul li a
{
    display: block;
    position: relative;
    margin: 0;
    border-top: 1px double #000000;
    border-bottom: 1px double #000000;
    padding: 11px 20px;
    font-family: Helvetica, Arial, sans-serif;
    color: #d8d8d8;
    text-decoration: none;
    text-transform: uppercase; /*text-shadow: 0 1px 1px #000;*/
    font-size: 12px;
    font-weight: 600;
}
/* Rounded corners for the first link of the menu/submenus */
#cssmenu > ul li:first-child > a
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 0;
}
/* Rounded corners for the last link of the menu/submenus */
#cssmenu > ul li:last-child > a
{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0;
}
/* The hover state of the menu/submenu links */
#cssmenu > ul li > a:hover, #cssmenu > ul li:hover > a
{
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background: #0071BF;
    background: -webkit-linear-gradient(#0071BF, #54cdf1);
    background: -moz-linear-gradient(#0071BF, #54cdf1);
    background: linear-gradient(#0071BF, #54cdf1);
}

.vision
{
    border: 5px solid Silver;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height: auto;
    width: 170px;
}


.marquee
{
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    
}

.Heading
{
    background-color: #0073C3;
    font-weight: 600px;
    font-family: Century Gothic;
    color: White;
    padding: 8px;
    height: auto;
    margin-top: 4px;
    font-size:16px;
    text-decoration: none;
    text-transform: uppercase; /*text-shadow: 0 1px 1px #000;*/
}

.image
{
    margin: 22px 22px 22px 22px;
}
.itemWidth
{
    width: 114px;
    height: 20px;
}
.itemWidth1
{
    width: 135px;
    height: 20px;
}
.pagetext
{
    background-color: #F4F4F4;
    font-family: Century Gothic;
    font-size: 13px;
    color: Black;
    padding: 8px;
    text-align: justify;
}

