body {
  background-color: #E5E5E5;
  margin: 0px;
  padding: 0px;
  padding-top: 250px;
  font-family: Verdana;
  font-size: 10pt;
}

#head {
  background-image: url('/images/headBG.jpg');
  background-repeat: repeat-x;
}

#headmenu {
  height: 123px;
  padding-left: 25px;
}

#fixedhead {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 150px;
  width: 100%;
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
}

div {
  font-family: verdana;
  font-size: 10pt;
}


td {
  font-family: verdana;
  font-size: 10pt;
  padding: 0px;
}

a.menularge, a.menularge:visited, a.menularge:active, a.menularge:hover {
  font-family: Arial Narrow, Arial, Verdana;
  font-size: 16pt;
  color: #F59300;
  text-decoration: none;
}

td.menularge {
  padding-right: 50px;
  padding-top: 30px;
  height: 88px;
  vertical-align: top;
}

a.menu, a.menu:visited, a.menu:active, a.menu:hover {
  font-family: Arial, Verdana;
  font-size: 10pt;
  color: #888888;
  text-decoration: none;
}

td.menu {
  padding-top: 3px;
  height: 35px;
  vertical-align: top;
  border-top: 1px solid #DDDDDD;
  color: #DDDDDD;
}

#left {
  text-align: center;
  padding-bottom: 40px;
  position: absolute;
  left: 0px;
  top: 250px;
  width: 165px;
  height: 200px;
  float: left;
}

h1,h4 {
  font-family: Arial Narrow;
  color: #7D7D7D;
  font-size: 14pt;
  text-align: right;
}

#page {
	margin-left: 170px;
  width: 590px;
  text-align: justify;
  color: #303030;
  padding-right: 30px;
  padding-left: 25px;
  border-right: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  font-family: Tahoma;
  padding-bottom: 40px;
  min-height: 400px;
}

#foot {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  font-family: Tahoma;
  font-size: 8pt;
  color: #A0A0A0;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #EAEAEA;
}

#foot a,a:visited,a:hover {
  text-decoration: underline;
  color: #909090;
  font-size: 8pt;
}

h2 {
  font-family: Arial Narrow;
  color: #3D3D3D;
  font-size: 11pt;
  font-weight: bold;
  border-top: 1px #B5B5B5 solid;
}

h3 {
  font-family: Arial Narrow;
  color: #F59300;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

img.thumb {
  border: 1px #808080 solid;
}

td.thumb {
  text-align: center;
  vertical-align: bottom;
  padding: 5px;
  padding-top: 20px;
}

td.thumbtext {
  text-align: center;
  vertical-align: top;
  font-size: 8pt;
}

a,a:visited,a:hover {
  text-decoration: none;
  color: #C56300;
  font-size: 10pt;
}

p.es {
  margin: 0px;
  margin-left: 15px;
}

@media screen
  {
  body>div#fixedhead
    {
    position: fixed;
    }
  body>div#left
    {
    position: fixed;
    }
  }
