body
{
    overflow: auto;
    background: url('./screen-bg.png');
}

img
{
    border: 0;
}

li {
list-style-image:url('vivo_musicnote.gif');
}

#screen
{
    width: 100%;
    height: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 0;
    margin: 0;
    padding: 0;
}

#screen-content
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
}

#cover
{
    display: block;
    margin: auto;
}

#page
{
    margin: 0 auto;
    width: 680px;
    padding: 0 0 15px 0;
    border: 0;
    background: bottom left no-repeat url('page-footer.png');
}

#header
{
    width: 680px;
    height: 244px;
    background: top left no-repeat url('page-header-fr.jpg');
}

.en #header
{
    background-image: url('page-header-en.jpg');
}

#header h1
{
    padding: 49px 0 0 28px;
}

#header h1 a
{
    display: block;
    width: 265px;
    height: 70px;
}

.en #header h1 a
{
    display: block;
    width: 217px;
    height: 70px;
}

#header h1 a span
{
    visibility: hidden;
}

#header p
{
    display: none;
}

#columns
{
    background: #d1ecf5 bottom left repeat-x url('page-bg.png');
    border-left: solid 3px white;
    border-right: solid 3px white;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    border-collapse: collapse;
    text-align: left;
    padding: 0;
}

#sidebar
{
    vertical-align: top;
    width: 1%;
    padding: 0 0 0 20px;
}

#sidebar .banner
{
    margin: 1em 0 0 0;
    display: block;
}

#body-wrapper
{
    width: 99%;
    vertical-align: top;
    padding: 0 19px 0 24px;
}

#body
{
    padding: 1px 24px 20px 24px;
    background: #E7F6FB;
}

#body, #body th, #body td
{
    font-size: 0.7em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#body h1
{
    color: #0071a5;
    font-size: 1.8em;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
}

#body h2
{
    color: #0071a5;
    font-size: 1.8em;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    padding-top: 0.8em;
    background: top left repeat-x url('pattern-dotted.png');
}

#menu
{
    background: #E7F6FB;
    width: 188px;
    margin-top: -22px;
    position: relative;
}

#menu #language
{
    font-size: 0.75em;
    text-align: right;
    padding-right: 1.25em;
    position: relative;
    top: -5px;
}

#menu #language a
{
    color: #4EADD9;
    text-decoration: none;
}

#menu ul
{
    margin: 0 1em;
    padding: 0 0 1em 0;
    list-style-type: none;
    font-weight: bold;
    font-size: 0.85em;
}

#menu ul li
{
    background: bottom left repeat-x url('pattern-dotted.png');
	list-style-image:none;
    padding: 0 0 1px 0;
    margin: 0 0 4px 0;
    zoom: 1;
}

#menu ul li a
{
    color: #0071a5;
    display: block;
    text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a.active
{
    color: black;
}

.hide
{
    display: none;
}

#footer
{
    margin-top: 0.7em;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    text-align: center;
}

#nvisionit img
{
    vertical-align: middle;
}

li.musicnote {
padding-bottom:10px;
}
.smallheader {
color: #0071a5;
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
}