

.header
{
    table-layout: fixed;
    /* background: url('../images/header_image.png') no-repeat; */
}

/* a.mainlevel:link,a.mainlevel:hover,a.mainlevel:visited, .menu li a:link,.menu li a:hover,.menu li a:visited  */
.topmenu
{
    padding-left:       13px; 
    min-height:         21px; 
    font-weight:        bold;
    color:              gray;
    font-size:          15px;
 	font-family:        "Courier New", Courier, monospace;
    list-style-type:    none;
    /* background: url('../images/topmenu.png') repeat-x; */
}



.topmenu a
{
    color:      #FFFFFF;
}

.topmenu a:hover
{
    color:      #87DFFC;
}

.topmenu a:active
{
    color:      #A4C1FF;
}


.textparagraph
{
    background: url('../images/paragraph_header.png') no-repeat;
    font-family:        monospace;
    /* font-size:          10px; */
}

h2,h4,.topic-text-color
{
/*    color:      rgb(30,101,255); */
    color:      rgb(9,74,98); /* #87DFFC;*/
}

p,.common-text-color
{
    color:      rgb(9,74,98);
}



.lefttopblock
{
    position:   absolute;
    top:        0px;
    height:     100px;
    width:      0%;
    left:       0px;
    text-align: justify;
    background: url('../images/leftheader.png') repeat-x;

}


.righttopblock
{
    position:   absolute;
    top:        0px;
    height:     100px;
    width:      0%;
    left:       0%;
    text-align: justify;
    background: url('../images/leftheader.png') repeat-x;
}




.topblock
{
    position:   absolute;
    top:        0px;
    height:     100px;
    width:      0%;
    left:       0px;
    text-align: justify;
    /* background-color:   rgb(30,101,255); */
    background: url('../images/leftheader.png') repeat-x;
}


.logoimage
{
    position:   absolute;
    top:        5px;
    height:     100px;
    width:      100%;
    left:       0px;
    text-align: justify;
    background: url('../images/header_image.png') repeat-x;
}


.left_border
{
    position:   absolute;
    top:        150px;
    left:       0px;
    text-align: justify;
    background: url('../images/left_border10px.png') repeat-y;
   
}


.right_border
{
    position:   absolute;
    top:        150px;
    left:       790px;
    text-align: justify;
    background: url('../images/right_border10px.png') repeat-y;
}



.leftlogoimage
{
    position:   absolute;
    top:        0px;
    height:     100px;
    width:      5%;
    left:       95%;
    text-align: justify;
    background: url('../images/header_image.png') repeat-x;
}

.leftblock
{
    position:   absolute;
    top:        150px;
    left:       0px;
    width:      20%;
    text-align: justify;
    /* background-image: url('../images/background.jpg'); */
    /* background-repeat: repeat-x; */
}


.centerblock
{
    position:   absolute;
    top:        500px;
    left:       200px;
/*  left:       20%;
    width:      60%;
*/
    text-align: justify;
}


.rightblock
{
    position:   absolute;
    top:        150px;
    left:       80%;
    width:      20%;
    text-align: justify;
}

.menublock
{
    position:   absolute;
    top:        100px;
    height:     40px;
    left:       0px;
    width:      100%;
    /*text-align: justify;*/
    font-weight:        bold;
    font-size:          10px;
 	font-family:        "Courier New", "Courier", monospace;
    /* background: url('../images/topmenu.png') repeat-x; */

}

.rightmenublock
{
    position:   absolute;
    top:        100px;
    height:     40px;
    left:       90%;
    width:      10%;
    /*text-align: justify;*/
    /* background: url('../images/topmenu.png') repeat-x; */
}

.right_shadow_image
{
    position:   absolute;
    top:        5px;
    left:       800px;
}

