/* CSS for English pages */

  #header { border-style: none;
    background-color: rgb(0, 0, 0);
    font-size: large;
    }

  #headerTitle { position: absolute;
    top: 30px;
    left: 55px;
    font-weight: bold;
    font-style: normal;
    color: rgb(230, 230, 230);
    font-size: 33px;
    font-family: 'Times New Roman', 'Sans-serif' ;	
    filter:dropshadow(offx=3,offy=2,color=#484848,positive=true);
    }

  #headerDesc { position: absolute;
    top: 40px;
/*    left: 55px;  */
    right: 15px;
    text-align: right;
    min-width: 400px;
    font-weight: normal;
    font-style: normal;
    color: rgb(230, 230, 230);
    font-size: 13.4px;
    font-family: Times New Roman;
    line-height: 120%;
    filter:dropshadow(offx=2,offy=1,color=#484848,positive=true);
    }

  #top-nav {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    height: 15px;	
    padding-top: 1ex;
    padding-bottom: 1ex;
    }

  	#top-nav ul {
 		display: inline; 
		margin-left: 0;
		vertical-align: middle;
		padding-left: 15px;
		}

  	#top-nav ul li {
		color: white;
		display: inline;
		padding-left: 4px;
		padding-right: 4px;
		}

  	#top-nav ul li:before {
		content: "|";
		padding-right: 8px;
		color: white;
		}

  	#top-nav ul li.first:before {
		content: "";
		}

  	#top-nav ul li a {
 		color:#FFFFFF;
		text-decoration: none;
		}

  	#top-nav ul li a:hover {
		color: #fff; background: #b50000; 
		padding-top: 1ex;
		padding-bottom: 1ex;
		border-bottom: 0.5ex solid #699504;
		text-decoration: none;
		}

  	#top-nav ul li a:visited {
 		color:#FFFFFF;
		}

  #menu { border-style: none;
    top: 0pt;
    left: 0pt;
    float: left;
    width: 160px;
/*    background-color: rgb(107, 137, 55); */
    background-color: #82593E; 
    font-size: 16px;
    position: relative;
    }

  #menuHorizontal { position: relative;
    top: 0pt;
    left: 0pt;
    float: left;
    }

  #menutable { position: relative;
    margin-top: 20px;
    }

  #content { border-style: none;
    padding: 15px;
    min-height: 350px;
    margin-left: 160px;
    position: relative;
    background-position: left top;
    background-color: rgb(255, 255, 255);
    background-image: url(../images/bg_h_gra07.gif);
/*    background-image: url(../images/bg_behind_01.gif); */
    background-repeat: repeat;
    float: none;
    }

  #center #menu { width: 710px;
    }

  #footer { position: relative;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    font-size: small;
    color: rgb(205, 205, 205);
    clear: both;
    padding-left: 68px;
    margin-right: 68px;
    z-index: 6000;
    background-color: #82593E;
    }

