html{
  min-width:1100px;
}

body{
    color:#000000; 
/*     background: #fff url('../images/background/bg.png') repeat-y;  */
    background-position:top right;
    font-family:Verdana;
    font-size:12pt;
}

/* ######### Style for Logo and name  ######### */
div#top{
    width: 900px;
    margin-left:5px;
    margin-bottom:5px;
}

div#translate{
    position:absolute;
    width:300px;
    margin-left:900px;
    top:55px;
}

.intop {
    position: absolute;
    min-width:500px;
    border: 0px solid black;
    margin-left:50px;
    top:40px;
    font-family:Verdana;
    font-size: 28pt;
    border: 0px solid #BBB;
    color: red /*#CC0022;*/
  }


div.trans{
    border:0px solid black;
    position:absolute;
    top:160px;
    margin-left:840px;
    width:160px;
    height:70px;
    z-index:99;
/*     visibility:hidden; */
}
input.button_trans{
    position:absolute;
    top:180px;
    margin-left:850px;
    width:140px;
    margin-bottom:10px;
}


/* ######### Style for menu bar  ######### */
.menu{
   min-width:1100px;
   height:40px;
   margin-top:10px;
   margin-bottom:10px;
   font-size:11pt;
   font-weight: 600;
   background-color: #CC0022;/*#0099FF;*/
   border:0px solid green;
}

.menu ul{
   min-width:800px;
   width:auto;
   margin-left:-1px;
   margin-top:-1px;
   padding: 8px 4px 3px 3px;
   text-align: left; 
   list-style: none;
   border:0px solid blue;
}

.menu ul li{
   display: inline;
   border-right:2px solid white;
}

.menu ul li a{
   color: white;
   padding: 0px 10px 0px 10px;
   text-decoration: none;
   border:0px solid yellow;
}

.menu ul li a:hover{
   text-decoration:none;
   color: #000000;
   font-weight:bold;
   border:0px solid black;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
   position:absolute;
   border-left:1px solid #CC0022; 
   border-right:1px solid #CC0022; 
   border-top:1px solid #CC0022; 
   border-bottom:0px solid #CC0022; 
/*THEME CHANGE HERE*/
   line-height:18px;
   z-index:100;
   background-color: white;
   width: 210px;
   visibility: hidden; 
   font-style:normal;
   font-variant:normal;
   font-weight:normal;
   font-size:11px;
   font-family:Verdana;
}

.dropmenudiv a{
   display: block;
   text-indent: 3px;
   border-bottom: 1px solid  #CC0022; /*THEME CHANGE HERE*/
   padding: 2px 0;
   text-decoration: none;
   color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   background-color:  #FFCC99;
}

/* ######### Style for main menu ######### */
#main {
/*     float:center; */
    margin-left:10px;
    margin-top:10px;
    top:10px;
    border: 0px solid red;
    font-size:10pt;
}

/* ######### Style for foot bar  ######### */
.foot{
   position:relative;
   margin-top:50px;
   width: auto;
   min-width: 900px;
   height:32px;
   font-size: 11pt;
   font-weight: bold;
   background-color: #CC0022;/*#0099FF;*/
   border:0px solid green;
}

.foot ul{
/*    height:22px; */
/*    float:right; */
   margin-top:-1px;
   margin-right:15px;
   height:auto;
   padding: 6px 0px 4px 2px;
   text-align: right;
   color: white;
   border:0px solid blue;
}

.foot ul li{
   display: inline;
   border:0px solid yellow;
}

.foot ul li a{
   color: white;
   padding: 0px 10px 0px 10px;
   text-decoration: none;
   border-right: 2px solid white;
}

.foot a:hover{
  color:black;
}

/* Force menu bar with IE not to squiz*/
html>body .menu
{
width: auto;
min-width: 900px;
}

/* ######### Style for IR pages  ######### */
span.irs {color: blue; font-size: 200% ; font-weight: bold; margin-top:10%; margin-left:10%;}
span.psr {font-size: 200% ; font-weight: bold; margin-left:0%;}
span.red {color: red}
span.reds {color: red;font-size: smaller}
span.gray {color: gray}
span.smaller {font-size: smaller}
a.plain { text-decoration: none }
a.cool:link{font-family: Verdana; text-decoration: none}
a.cool:hover {font-family: Verdana;text-decoration: underline; color:#CC3333}

p.zero { margin-top: 0; margin-bottom: 0 }
.header a:link { color: black }
.header a:visited { color: black }
.header a:active { color: rgb(255, 0, 102) }
.header a:hover { color: rgb(0, 96, 255) }
body.ir { background-position: top center; background-repeat: no-repeat }
