/* *** default settings {{{ */
body
{
  text-align:center;
  background-color:#ff9900;
/*  font-family:Verdana,Helvetica,Arial,sans-serif; */
  font-family: 'Trebuchet MS', 'Gill Sans', Geneva, Arial, Helvetica, sans-serif;
  font-size:9pt; 
}

.hide
{
  display:none;
}

br.clearall
{
  clear:both;
}

a
{
  color: #d90104;
  text-decoration: none;
}

a:hover
{
  color: #ff9900;
  text-decoration: underline;
}

/* *** default settings }}} */

/* *** Layout {{{ */

div#contents 
{
  text-align: left;
  margin: 10px auto 0px auto;
  background-color:white;
  width: 620px;
  position: relative;
}

img#header
{
  display: block;
}

img#banner
{
  margin: 10px auto 30px auto;
  display: block;
}

/*div#prog
{
  left: 0px;
  width: 430px;
}

div#prog dl
{
  margin: 0px;
  padding: 0px 0px 10px 40px;
  border-left: solid #d90104 15px;
  color: #d90104;
}

div#prog dt
{
  margin: 0px;
  padding: 10px 0px 0px 0px;
  font-size: 12pt;
  font-weight: bold;
}

div#prog dd
{
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
}*/
   
div#main
{
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
  left: 30px;
  width: 380px;
}
   
div#menu
{
  border-left: solid #d7000a 1px;
  position: absolute;
  left: 440px;
  top: 310px;
  width: 150px;
}

div.menu1 a
{
  display: block;
  font-size: 12pt;
  font-weight: bold;
  /*color: #d90104;*/
  padding: 5px 0px 0px 20px;
}

div.menu1 a.m1a,div.lngswch a.la
{
  color: #ff9900;
}

div.lngswch
{
  margin-top: 20px;
  margin-bottom: 70px;
}

div.lngswch a
{
  display: block;
  font-size: 9pt;
  /*color: #d90104;*/
  padding: 3px 0px 0px 20px;
}

div#copy
{
  padding-top: 3px;
  background-color:#ff9900;
  text-align: right;
  font-size: 7pt;
}

div#copy a
{
  color: #000000;
}
   
div#copy a:hover
{
  color: #d7000a;
  text-decoration: underline;
}
   
/* *** Layout }}} */

/* *** Content layout {{{ */

div.pictext h2
{
  font-size: 12pt;
  font-weight: bold;
  margin: 0px 0px 6px 0px;
}

div.pictext img
{
  float: left;
  margin: 0px 15px 0px 0px;
  background-color: white;
}

div.pictext p
{
  margin-top: 0px;
}

.more
{
  display: block;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 8pt;
  clear: both;
}

/* *** Content layout }}} */

/* *** Content formatting {{{ */

h1
{
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 6px;
  color: #d7000a;
}

h2
{
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 6px;
  color: #d7000a;
}

p
{
  text-indent: 3em;
}

img.left
{
  border: 0px;
  float: left;
  margin: 1em;
  /* IE shit */
  position: relative;
}

img.right
{
  border: 0px;
  float: right;
  margin: 1em;
  /* IE shit */
  position: relative;
}

fieldset legend
{
    font-size: 8pt;
}

input.in
{
    text-align: left;
    background-color: white;
    border: 1px solid black;
    font-family: courier, courier new, monospace;
    font-size: 10pt;
}

select
{
  font-family: 'Trebuchet MS', 'Gill Sans', Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

div.inc
{
    margin: 5px;
    clear: both;
}

span.ind
{
    float: left;
    width: 100px;
}

span.ind_ro
{
    margin-left: 200px;
    
}

span.in_rd
{
    margin-left: 20px;
}

div.help
{
    margin-left: 30px;
    color: red;
}
/* *** Content formatting }}} */

