

body {
    background-color : #ffffff;
    font-family : "Arial", sans-serif;
    color : #546b83;
    font-size : 13px;
    position : relative;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
  }


a {
    border-bottom-style : hidden;
    border-left-style : hidden;
    border-right-style : hidden;
    border-top-style : hidden;
    color : #ae131b;
    color : #466e27;
    font-style : normal;
    text-decoration : none;
  }


.boxed {
    background-color : #466e27;
    color : #ffffff;
    padding : 2px;
  }

.colored {
    color : #f0f0ff;
  }

h1 {
    color : #ae131b;
  }


h2 {
    color : #ae131b;
  }


h3 {
    color : #546b83;
  }


h4 {
    color : #546b83;
  }


img {
    border-style : hidden;
    border-width : 0px;
  }


#canvas {
    left : 50%;
    margin-left : -450px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    position : relative;
    top : 10px;
    width : 900px;
  }


#banner {
    position : relative;
    background-color : #d2d3cb;
    clear : both;
    width : 100%;
    height : 250px;
  }


#logo_urv {
    position : absolute;
    top : 143px;
    left : 12px;
  }


#logo_etseq {
    position : absolute;
    top : 150px;
    left : 140px;
  }


#menu0 {
    position : relative;
    width : 100%;
    background-image : url(../other_images/menu0.jpg);
    height : 20px;
  }


#menu0 ul {
    margin : 0;
    padding:0px 0px;
    list-style : none;
  }

#menu0 li {
    float : right;
    margin : 0;
    padding : 0;
  }


#menu0 a {
    color : #ae131b;
    color : #ffffff;
    display : block;
    font-size : 14px;
    padding : 2px 10px;
    text-decoration : none;
    /* font-weight : bold; */
    text-transform : uppercase;
  }


#menu0 a:hover {
    color : #ffffff;
    background-color : #000000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }


#menu1 {
    position : relative;
    width : 100%;
    clear : both;
    background-image : url(../other_images/menu1.jpg);
    padding:0px 0px;
  }


#menu1 ul {
    margin : 0;
    padding:0px 0px;
    list-style : none;
    height : 18px;
  }


#menu1 li {
    float : right;
    margin : 0;
    padding : 0;
  }


#menu1 a {
    color : #ffffff;
    display : block;
    font-size : 11px;
    padding : 2px 9px;
    text-decoration : none;
  }


#menu1 a:hover {
    color : #ffffff;
    background-color : #000000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }

#content {
    background-color : #546b83;
    background-color : #d2e4e7;
    width : 100%;
    position : relative;
    top : 0px;
    min-height : 400px;
    clear : both;
  }


#content_left {
    width : 540px;
    padding : 20px;
    position : relative;
    float : left;
  }


#content_right {
    width : 280px;
    padding-top : 20px;
    padding-bottom : 20px;
    padding-left : 5px;
    padding-right : 5px;
    position : relative;
    float : right;
}

#content_block {
    padding-bottom : 35px;
    clear : both;
}

#dummy {
    clear : both;
  }


#calendar {
    border-style : dotted;
    border-width : 1px;
    text-align : center;
    width : 80%;
    /* background-color : #6f7d88; */
  }

#seminar_index {
    padding-top : 20px;
}

#illustration {
    border-style : hidden;
    border-width : 0px;
    width : 95%;
  }

#illustration img{
    width : 100%;
}

#footer {
    text-align : center;
    font-size : 9px;
  }

#footer a {
    font-size : 11px;
    padding : 5px 10px 50px 10px;
    text-decoration : none;
    text-transform : uppercase;
  }



