/* 
    Document   : gmi
    Created on : Jan 15, 2010, 11:48:03 AM
    Author     : jack
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

html {
    width : 1024px;
}

body {
    height: 100%;
    background-color: white;
    font-size: medium;
}

div {
    display:block;
    border-style: none;
    border-width: 0px;
}

img {
    border-style: none;
    border-width: 0px;
    margin: 0px;
}
a {
    border-style: none;
    border-width: 0px;
    outline:none;
}

div.menuTitle {
    background-image: url('images/bkg-gmi2.gif');
    color: #800000;
    font-size: small;
    text-align: center;
    font-family: "Verdana";
    font-weight: bold;
    padding: 3px;
    margin: 5px;
}

a.menuLink {
    text-decoration: none;
    font-size: 0.66em;
}

div.menuLink {
    background-image: url('images/bkg-gmi4.gif');
    font-family: Tahoma;
    color: #666666;
    /*font-size: smaller;*/
    font-weight: bold;
    padding: 3px;
    margin: 5px;
}

div#mainContent {
    background-image: url('images/bkg-gmi4.gif');
    padding: 3px;
    margin: 5px;
}

div.mainLogo {
    text-align:center;
    margin: 10px;
}

img.mainLogo {
    width: 602px;
    margin-bottom: 20px;
}