html, body
{
  margin: 0px;
  border: 0px;
  padding: 0px;

  background-image: url("../pic/bg.gif");
  background-position: top left;
  background-repeat: repeat;

  z-index: -2;

  font-size: 14px;
  font-family: Trebuchet MS, Arial, Sans-Serif;
}

h1
{
  display: none;
}

#title
{
  margin-left: auto;
  margin-right: auto;
  width: 751px;
  height: 175px;

  position: relative;

  background-image: url("../pic/title.gif");
  background-position: top left;
  background-repeat: no-repeat; 

  z-index: 10;
}

#title-left
{
/*  border: 1px solid red; */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 175px;
  z-index: 0;

  background-image: url("../pic/title_left.gif");
  background-position: top left;
  background-repeat: no-repeat;
}

#title-right
{
/*  border: 1px solid red; */
  position: absolute;
  left: 50%;
  top: 0px;
  width: 50%;
  height: 175px;
  z-index: 0;

  background-image: url("../pic/title_right.gif");
  background-position: top right;
  background-repeat: no-repeat;
}

#menu
{
  width: 749px;
  height: 30px;
  background-color: #5AB5D3;
  border-style: none solid none solid;
  border-width: 0px 1px 0px 1px;
  border-color: black;

  margin-left: auto;
  margin-right: auto;
}

#menu ul
{
  list-style: none;
  margin:0px;
  padding: 0px;
}

#menu ul li
{
  display: block;
  width: 13em;
  border-right: 1px solid black;
  height: 30px;
  float: left;
}

#menu ul li a
{
  display: block;
  padding: 5px 5px 8px 5px;
  text-align: center;
  text-decoration: none;
  font-family: Courier New, Serif;
  font-size: 1em;
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menu ul li a:hover
{
  background-color: #D36969;
  color: white;
} 

#doc
{
  background-image: url("../pic/doc_bg.gif");
  background-position: top right;
  background-repeat: repeat-y;
  background-color: #EBEBEB;
  border: 1px solid black;
  width: 749px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}

#doc p
{
  padding-left: 2em;
  margin: 0px 210px 10px 20px;
  line-height: 1.4em;
  color: #202020;
  text-align: justify;
}

#doc p:first-letter
{
  color: #5AB5D3;
  font-size: 1.5em;
  font-weight: bold;
  padding-right: 1px;
  line-height: 1em;
}

#doc p.end,
#doc p.end-ni
{
  padding-bottom: 2.5em;
  background-image: url("../pic/par_end.gif");
  background-position: bottom left;
  background-repeat: no-repeat;  
}

#doc p.end-ni:first-letter
{
  color: #202020;
  font-size: 1em;
  font-weight: normal;
  padding-right: 0px;
}

#doc ul
{
  list-style: square;
  padding-left: 2.5em;
  margin: 0px 210px 10px 20px;
  line-height: 1.4em;
  color: #202020;
  text-align: left;
}

#doc ul li
{
  margin-bottom: 0.5em;
}

#doc ul.end
{
  padding-bottom: 2.5em;
  background-image: url("../pic/par_end.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
}

#doc ul ul
{
  padding-left: 0em;
  list-style: circle;
  margin-right: 0px;
}

#doc ul ul li
{
  margin-bottom: 0.2em;
}


#doc h2
{
  font-family: Courier New, Serif;
  margin-left: 20px;
  padding-bottom: 1.6em;
  background-image: url("../pic/par_begin.gif");
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 0em;
  margin-top: 0.7em;
  font-size: 1.5em;
}

#doc h3
{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

#doc em
{
  font-style: normal;
  font-weight: bold;
}


#doc a
{
  font-family: Courier New, Serif;
  font-style: normal;
  font-weight: normal;
  color: #2B91AF; /* #0000FF; */
  text-decoration: none;
  font-size: 1.1em;
}

#doc a:hover
{
  text-decoration: underline;
}

#doc a img
{
  border: 1px solid #2B91AF;
  padding: 1px;
  margin-right: 80px;
}

#doc a img:hover
{
  border: 2px solid #2B91AF;
  padding: 0px;
}

#img
{
  background-image: url("../pic/doc_bg.gif");
  background-position: top right;
  background-repeat: repeat-y;
  background-color: #EBEBEB;
  border: 1px solid black;
  width: 649px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 50px 50px;
  text-align: center;
}

#img a img
{
  border: 1px solid #2B91AF;
  padding: 1px;
}

#img a img:hover
{
  border: 2px solid #2B91AF;
  padding: 0px;
}


#tail
{
  width: 749px;
  margin-left: auto;
  margin-right: auto;
  color: #b0b0b0;
  text-align: right;
  font-size: 0.8em;
  padding-top: 5px;
  margin-bottom: 1em;
}

#icons
{
  width: 210px;
  float: right;
}

#icons img
{
  margin: 20px 30px 30px 30px;
  padding: 1px;
  border: 1px solid black;
  background-color: white;
}
