/* CSS Document */

body {
	margin: 0; padding: 0;
	font-family: "georgia"; text-align: center; font-size: 10px; color: #3c0000;
	background: #000033 /*url('../images/back_body.gif')*/ repeat 0 0;
}
div, ul, h1, h2, h3 {
	margin: 0; padding: 0;
}
  div, h1, h2, h3 {
    display:block;
  }
ul {
	list-style: none;
}
p {
	margin: 0; padding: 0;
	text-align: justify;
	clear: both;
}
a {
	font-size:11px; color:#666666; text-decoration:none; font-weight:normal;
}
a:hover {
  /*color:#A0A0A0;*/
	text-decoration:underline;
}
hr {
  margin:0; padding:0;
  border:0;
	/*display: none;*/
}

span.bold, span.mandatory {
  font-weight:bold; color:#C67700;
} 
span.bolder {
  font-weight:bold;
}
/*---------------------------------------------------------------------------*/
#container {
  position:absolute; top:0; left:50%; margin-top:0px; margin-left:-412px; padding:0; overflow:hidden;
	width:824px; height:auto;
  background:transparent url('') no-repeat 0 0;
  text-align:center;
}
/*---------------------------------------------------------------------------*/
#header {
  margin:auto; overflow:hidden;
  width:823px; height:96px;
  background:#FFFFFF url('../images/back_head_index.jpg') no-repeat right 0;
}

/*
  #title {
    float:left; overflow:hidden;
    width:383px; height:96px;
    text-indent:-10000px;
    background: transparent url('../images/title.jpg') no-repeat 0 0;
  }
*/  
      
/* MENUNAV --------------------------------------------------------------------*/
ul.menu-nav {
  display:block; float:left; margin:0;
  width:1024px; height:41px;
  background: transparent url('../images/back_menunav.gif') repeat-x 0 0;
}
  ul.menu-nav li {
    float:left; /*margin-left:16px;*/ margin-left:25px; /*overflow:hidden;*/ padding-top:10px;
    width:auto;
  }
    ul.menu-nav li.first {
      margin-left:30px;
    }
    ul.menu-nav li a {
      font-size:14px; color:#FFFFFF; font-weight:bold;
    }    
      ul.menu-nav li a:hover {
        color:#ff9900; text-decoration:none;
      }
      
/* MENUNAV END ----------------------------------------------------------------*/

/* CENTER ---------------------------------------------------------------------*/
#page-titl {
  overflow:hidden; margin:0; padding:0; float:left;
  width:824px; height:88px;
  font-size:20px; font-weight:normal; letter-spacing:2px;
  line-height:120px; text-align:left; text-indent:50px;
  background: #e1e1e1 url('../images/line.gif') no-repeat center bottom;
}

#center {
  display:block; float:left; padding-top:20px;
  width:824px; height:auto;
  background-color:#e1e1e1;
}

#center_homepage {
  display:block; float:left; padding-top:0px;
  width:824px; height:auto;
  background-color:#e1e1e1;
}

div.left {
  float:left;
  width:424px; height:auto; 
}
  div.left p {
    margin-left:50px;
    font-size:14px;
    font-style:oblique;
  }

div.line {
  overflow:hidden; margin:20px 0 25px 0; padding:0; float:left; clear:both;
  width:824px; height:19px;
  background: #e1e1e1 url('../images/line.gif') no-repeat center bottom;
}

/* CENTER END -----------------------------------------------------------------*/

/* FOOTER ---------------------------------------------------------------------*/
#footer {
  display:block; float:left; margin:0 0 50px 0; clear:both;
  width:824px; height:10px;
  background: transparent url('../images/back_footer.gif') no-repeat 0 0;
}

/* FOOTER END -----------------------------------------------------------------*/
































