#site_head {
    width: auto;
    height: 30px !important;
    height: 40px;
    background-image: url('../img/content_head_right.gif');
    background-repeat: repeat-x;
    padding-top: 10px;
    font-size: 12pt;
    font-weight: bold;
    /*min-width: 440px;
    width: auto !important;
    width: 440px;*/
    margin-right: 25px;
    text-align: left;
}

#site_head_home {
    float: right;
    width: 25px;
    height: 25px;
    margin-top: -5px;
    cursor: pointer;
}


#site_head_logo {
    float: left;
    width: 50px;
    height: 40px;
    margin-top: -10px
}

#site_content {
    clear: both;
    text-align: left;
    padding: 10px;
    padding-right: 30px;
    overflow: hidden;
}

table {
    font-size: 9pt;
}

h1 {
    font-size: 12pt;
    margin: 0px;
}

h2 {
    font-size: 11pt;
    color: #ff7700;
}

h3 {
    font-size: 10pt;
    margin-bottom: 0px;
}


.mytable {
    border-collapse: collapse;
    width: 100%;
}

.mytable th {
    background-color: #0D217E;
    border-top: 1px solid #FF5C00;
    border-bottom: 1px solid #E25D2A;
    padding: 1px 5px 1px 5px;
    color: white;
}

.mytable tr.hover {
    background-color: #A3ABCF;
    cursor: pointer;
    color: #E25D2A;
}

.mytable td {
    border-bottom: 1px solid #0D217E;
    padding: 3px;
}

ol {
    margin-bottom: 0px;
    padding-bottom: 0px;	
}


.news {
    border-collapse: collapse;	
    margin-bottom: 20px;
    width: 100%;
}

.news th {
    border-bottom: 1px solid #E25D2A;
    font-size: 11pt;
    text-align: left;
}

.news td {
    padding-top: 10px;	
}

.pic_right {
    margin-left: 20px;
    margin-bottom: 10px;
    float: right;
}

.pic_left {
    margin-right: 20px;
    float: left;
}

.textblock {
    text-align: justify; 
}

.list li {
    line-height: 200%;
    list-style: none; 
}

.list li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ff7700; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}