/* CSS DOCUMENT */

body {
    font-family: Arial;
    width: 100%;
    height: 100%;
    /*font-size: 13.5px;*/
}

.divMain{
  width: 720px;
  margin: 0 auto;
}

h3 {
    margin: 0;
    font-style: normal;
    color: #003560;
    font-size: 24px;
    line-height: 40px;
}

tr {
    vertical-align: top;
}

#logo {
    width: 945px;
	height: 221px;
}

#hostLogo {
	height: 90px;
}

#nus {
    position: absolute;
    left: 724px;
    top: 18px;
    width: 184px;
    height: 133px;
    z-index: 2;
    visibility: visible;
}

#host {
    position: absolute;
    left: 845px;
    top: 0px;
    z-index: 2;
    visibility: visible;
}

.sponsorsHd, .sponsorsHd a, .sponsorsHd a:visited {
    text-decoration: none;
    color: #120f68;
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

    .sponsorsHd a:hover {
        text-decoration: none;
        color: #800080;
    }

#printLogo {
    display: none;
}

#header {
    width: 945px;
    height: 221px;
}
 
#leftSide {
    width: 240px;
    text-align: center;
}

#rightSide {
    position: absolute;
    width: 645px;
    margin-left: 240px;
    top: 140px;
    background: #ffffff url('https://ww2new.unime.it/REC2021/images/dot.jpg') repeat-y top left;
    padding-left: 30px;
    padding-top: 5px;
    text-align: justify;
    left: 15px;
    z-index: 1;
    min-height: 500px;
}

#mainnav {
}

ul {
    padding: 0;
    padding-left: 10px;
    margin: 0;
}

#leftSide ul {
    list-style-type: none;
}

#mainnav li {
    text-align: left;
    margin: 0;
    padding: 0;
}

    #mainnav li a {
        font-family: Arial;
        font-size: 14px;
        display: block;
        background: url('../images/nav_bg.png') repeat-x bottom;
        padding-left: 10px;
        border: 1px solid #d4d5d7;
        margin: 5px;
        text-decoration: none;
        text-transform: uppercase;
        color: #120f68;
        font-weight: 600;
        padding: 3px 0 2px 4px;
    }

        #mainnav li a:hover {
            background: url('../images/nav_bg_over.png') repeat-x bottom;
            color: #800080;
        }

#secondaryNav {
    text-align: right;
}

    #secondaryNav li {
    }

        #secondaryNav li a {
            display: block;
            width: 175px;
            background: #ffffff;
            text-align: right;
            border: 0;
        }

            #secondaryNav li a:hover {
                background: #ffffff;
            }

.titleText {
    color: #003560;
    font-family: Georgia;
    font-size: 22px;
	  padding-top: 21px;
    padding-bottom: 10px;
    font-style: italic;
}
h3, h4 {
    color: #003560;
}

.spacedText {
    line-height: 25px;
}

.leftJustified {
    text-align: left;
}

.fullJustified {
    text-align: justify;
}

#sponsors {
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    display: block;
    padding-left: 10px;
    padding-top: 18px;
    margin: 9px;
    text-transform: uppercase;
    color: #120f68;
    font-weight: bold;
}

    #sponsors img {
        padding-top: 8px;
        padding-right: 40px;
        border: 0;
    }

        #sponsors img a {
            border: 0;
        }

#papers {
    text-align: left;
}

    #papers p a {
        font-weight: bold;
    }

img {
    border: 0;
}


.style2 {
    color: #003560;
    font-weight: bold;
}

.style3 {
    font-size: 18px;
}


.sponsorLink {
    font-family:Arial;
    font-size: 25px;
    font-style: italic;
    font-weight:bold;
    margin: 20px 0 0 0;
}

    .sponsorLink a {
        color: #120F68;
        text-decoration:none;
    }

    .sponsorLink a:hover {
        color: #800080;
        text-decoration:none;
    }

    .sponsorLink span {
        font-size: 35px;
    }

.sponsorLogo {
    margin: 20px 0 0 0;
}

    .sponsorLogo img {
        width: 200px;
    }

