BODY
{
    background-color: #C7C7C7;
    font-family: Arial;
    font-size: 1.0em;
    color: #7B7B7B;
    line-height: 1.0em; /*    position: absolute;     top: 0;     left: 0;     width: 665px;     height: 588px;*/ /*    border: solid 1px #f00; */
}

/* Turn on the borders (control-check) */
div
{
    /*     border: solid 1px #f00;*/
}

/*  START OF container ------------------------------------------------------------------- */

div#container
{
    width: 665px;
    height: 588px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 0;
    text-align: left;
    border: solid 1px #7B7B7B;
}


/*  START OF top_part ------------------------------------------------------------------- */

div.top_part
{
    /* border-color: Lime; */
    height: 488px;
    width: 665px;
}


div.left_menu
{
    /*    position: absolute;     top: 145px;     left: 0px;*/
    background: url('../img/logo.jpg') no-repeat right top;
    margin-left: 0;
    text-align: right;
    line-height: 2.2em;
    width: 155px;
    height: 488px;
    font-size: 0.7em;
    font-weight: bold;
    font-variant: small-caps
}

ul.left_menu
{
    list-style-type: none;
    margin: 0;
    padding: 145px 0px 0px 0px;
}

ul.left_menu li a
{
    /* Background image positioned to the left(v) top(h) corner initially */
    /* background: url('../img/vstrip.old') repeat-y left top; */
    width: 90%;
    display: block;
    /*width: 100%;*/
    text-decoration:none;
    color:#FFF;
    text-indent:0px;
    padding: 0px 20px 0px 0px;
/*    padding-left:0;
    padding-right:20px;
    padding-top:0;
    padding-bottom:0; */
    background-color:transparent
    
}

ul.left_menu li a:visited
{
}

ul.left_menu li a:hover
{
    /* background-position: -165px 0; */ /* Shift background image horizontally 387px, or the start of the 2nd background image */
    color: #DF8A12;
}

ul.left_menu li a:active
{
    /* background-position: -165px 0; */ /* Shift background image horizontally 387px, or the start of the 2nd background image */
    color: #DF8A12;
}

ul.left_menu li.last_item a
{
    padding-top: 25px;
    background-position: -9999px;
    color: #DF8A12;
    font-family: Courier New;
    font-variant: normal;
    font-size: 1.0em;
}


div.top_right
{
    /*    position: absolute;     top: 0;     left: 155px;*/
    width: 510px;
    margin-left: 155px;
    height: 111px;
    background: #171c62 url('../img/top_right.jpg') no-repeat left top;
    text-indent: -9999px;
    margin-top: -488px
}

div.main_top
{
    /*    position: absolute;     top: 110px;     left: 155px;*/
    margin-left: 155px;
    margin-top: 0px;
    width: 510px;
    height: 208px;
    background-image: url('../img/main_top.jpg');
    text-indent: -9999px
}

div.main_bottom
{
    /*    position: absolute;     top: 318px;     left: 155px;*/
    margin-top: 318px;
    margin-left: 155px;
    width: 510px;
    height: 170px;
    background-color: #F0EFEE;
    text-indent: -9999px;
    display: none;
}


/*  END OF top_part ------------------------------------------------------------------- */




/*  START OF bottom_part ------------------------------------------------------------------- */

div.botom_part
{
    border-color: Lime;
    height: 100px;
    width: 665px;
}


div.bottom_left
{
    background-color: #9b9b9b; /*    float: left;     position: absolute;     top: 488px;     left: 0;*/
    margin-left: 0;
    width: 155px;
    height: 100px;
}

.bottom_left p
{
    color: #fff;
    font-size: 0.6em;
    text-align: center;
    padding-top: 20px;
    font-weight: normal;
}

div.text_area
{
    /*    position: absolute;     top: 348px;     left: 185px;     margin-top: 348px;*/
    background: #F0EFEE url('../img/img_1.jpg') no-repeat 350px 30px;
    margin-left: 155px;
    width: 510px;
    height: 170px
}

.text_area p
{
    word-spacing: 0.02em;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    text-align: justify;
    font-size: 0.7em;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 230px;
}

.text_area h2
{
    font-size: 1.0em;
    font-weight: bold;
}

div#vline
{
    border-left: dotted 1px #7B7B7B;
    height: 84px;
    width: 15px;
    position: relative;
    left: 495px;
    top: -139px;
}

div.bottom_right
{
    position: absolute;
    top: 488px;
    left: 155px;
    width: 510px;
    height: 100px;
    background-color: #D4D4D4;
    text-indent: -9999px;
    display: none;
}

div.bottom_menu
{
    /*    position: absolute;     top: 915px;     left: 155px;*/
    margin-left: 155px;
    margin-top: -100px;
    width: 510px;
    height: 100px;
    background-color: #D4D4D4;
}

ul.bottom_menu
{
    /*    float: left;*/
    width: 100%; /*    padding: 0;*/
    padding-top: 20px;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

ul.bottom_menu a
{
    /*    float: left;*/
    width: 6em;
    text-decoration: none;
    color: #7B7B7B;
    background-color: Transparent;
    padding: 0.2em 0.6em;
    border-right: 1px solid #7B7B7B;
    text-align: center;
    font-size: 0.7em;
}

ul.bottom_menu a:hover
{
    background-color: #F0EFEE;
}

ul.bottom_menu li
{
    display: inline;
}

ul.bottom_menu li.last_item a
{
    border-right: 0px solid Transparent;
}

p.text_area_link
{
    font-family: Courier New;
    font-variant: small-caps;
    word-spacing: 0.15em;
    letter-spacing: 0.1em;
}

p.text_area_link a
{
    color: #7B7B7B;
}

span.arrow
{
    color: #DF8A12;
    font-weight: bold;
}



/*  END OF bottom_part ------------------------------------------------------------------- */





/*  START OF all kind of junk ------------------------------------------------------------------- */


/* ul
{
	list-style: none;
	font-size: 0.5em;
}

li
{
	font-size: 1.6em;
}
*/







div.top_left
{
    background-color: #171c62; /*    float: left;*/
    margin-left: 0;
    width: 155px;
    height: 488px;
    color: #FFF;
    display: none;
}

div.logo
{
    /*    position: absolute;     top: 0;     left: 0px;*/
    margin-left: 0;
    background: #171c62 url('../img/logo.jpg') no-repeat right top;
    width: 155px;
    height: 145px;
    text-indent: -9999px;
    display: none
}

div.img_area
{
    position: absolute;
    top: 348px;
    left: 510px;
    width: 145px;
    height: 85px;
    background: url('../img/img_1.jpg') no-repeat left top;
    text-indent: -9999px;
    border-left: 1px dashed #7B7B7B;
    display: none
}


/*  END OF all kind of junk ------------------------------------------------------------------- */



/*  END OF container ------------------------------------------------------------------- */