﻿*
{
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ol, dl, fieldset, address
{
    margin-bottom: 1em;
}
html
{
     background: White url(Images/Css/background.gif) repeat-x top left;
     height: 100%;
}
body
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    margin: 0px auto;
    padding: 0;
    text-align: center;
    height: 100%;
}

h1, h2, h3
{
    font-family: Times New Roman, Times New Roman, Serif;
}

#wrapper
{
    margin: 0px auto;
    width: 930px;
    height: 100%;
    padding-top: 6px;
}


#backWrapper
{
    width: 930px;
    height: 679px;
    background: White url(Images/Css/wrapper_bg.png) no-repeat top left; 
    padding-top: 14px;
}



/************************************* Loga **************************************/
div#loga
{
    height: 93px;
    width: 900px;
   
}
.ApexLogo
{
    float: left;
    margin-left: 10px;
    border: none;
}
.AccsLogo
{
    float:right;
    border: none;
    padding-top:25px;
}

/************************************ Header *************************************/


/*********************************** Menu ****************************************/
.main
{
    width: 900px;
    height: 653px;
    background: White url(Images/Css/main_back.jpg) no-repeat top left; 
    margin: 0px auto;
    position: relative;
}

.submenu
{
    text-align: right;
    height: 50px;
    width: 900px;
    position: absolute;
    top: 60px;
    right: 10px;
}

.submenu a
{
    text-decoration: none;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-weight : bold;
    font-size: 11px;
    color:White;
    margin-right: 10px;
}
.submenu a:visited
{
    text-decoration: none;
}
.submenu a:hover
{
    text-decoration: none;
}

.menu
{
    height: 100px;
    width: 900px;
    position: absolute;
    top: 200px;
    left: 65px;
}
.menu li
{
    display: inline;
    list-style: none;
    float: left;
    width: 150px;
    height: 32px;
    text-align:left;
}

.menu li a
{
    text-decoration: none;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-weight : normal;
    font-size: 18px;
    color:White;
    
}

.menu li a:visited
{
    text-decoration: none;
}
.menu li a:hover
{
    text-decoration: none;
    border-left: 5px solid White;
    padding-left: 5px;
}


.menuDescriptor
{
    height: 100px;
    width: 900px;
    position: absolute;
    top: 300px;
    left: 65px;
}
.menuDescriptor li
{
    display: inline;
    list-style: none;
    float: left;
    width: 120px;
    height: 100px;
    text-align:left; 
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-weight : normal;
    font-size: 12px;
    color:White;
    line-height: 1.3;
    margin-right: 30px;
}

/*************************** Copyright ****************************/
.copy
{
    font-size: 10px;
    color: #1b68a3;
}