html{
  margin:0px;
  padding:0px;
}
body{
  margin:0px;
  padding:0px;
  text-align:center;
  overflow-y: scroll;
  background-image: url(images/bg.jpg);
  background-position: top center;
}
p, h1,div{
  text-align:justify;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#000000;
  font-size:8pt;
}
h1{
  font-size: 14pt;
}

h2{
  font-size: 10pt;
}

h3{
  font-size: 12pt;
  text-align: center;
  color: red;
}

img{
  border: none;
}

table{
  border-spacing: 1px;
}

th{
  background-color: #DDDDDD;
}

.picR{
  float: right;
  margin: 0px 0px 12px 20px;
}
.picL{
  float: left;
  margin: 0px 20px 12px 0px;
}

.clearPic{
  clear: both;
}
.picR img, .picL img{
  border: none;
  /*border: 1px solid #669900;*/
}

#containerT{
  width:720px; height: 10px;
  margin:auto;
  margin-top:5px; margin-bottom :0px;
  background: url('images/720-wide-bg_01.png') center no-repeat;
}
#containerM{
  width:720px;
  margin:auto;
  margin-top:0px; margin-bottom: 0px;
  background: url('images/720-wide-bg_02.png') repeat-y;
}
#containerB{
  width:720px; height: 16px;
  margin:auto;
  margin-top:0px; margin-bottom: 0px;
  background: url('images/720-wide-bg_03.png') center no-repeat;
}
#header{
  height:130px;
  background:url('images/titleText.jpg') center no-repeat;
}

#footer{
  width: 600px; height: 15px;
  margin: auto;
}

#footer p, #footer p a{
  margin: 0px;
  color: #777777;
  font-family: "MS Sans Serif", sans-serif;
  font-size: 8pt;
  text-align: center;
}

.prop{
  width:1px;
  margin:0px;
  padding:0px;
  border:none;
  float:left;
  background:none;
}
.endProp{
  width: 1px; height: 1px;
  margin: 0px;
  clear:both;
  overflow: visible;
}
.endProp div{
  border: none;
  margin: 0px 15px;
  position: relative;
  top: -125px; left: 10px;
}

#nav{
  width:140px;
  margin: 5px 0px 0px 15px;
  display:block;
  float:left;
  background:none;
}
#content{
  margin: 5px 40px 0px 165px;
}
.mainMnu a, .subMnu a{
  outline: none;
  text-decoration:none;
  cursor:pointer;
}
.mainMnu a div, .subMnu a div{
  border: none;
  height:20px;
  margin-top:1px;
  padding-top:5px;
  background:url('images/buttons.jpg');
  text-align:center;
/*
  border: none;
  border: 1px solid #006600;
  float: left;
  */
  color:#FFFFFF;
}
.mainMnu a:hover div{
  background:url('images/buttons.jpg') 0px -25px;
}
.subMnuPos{
  margin: 0px; padding: 0px;
  position: relative;
  width: 0px; height: 0px;
  overflow: visible;
}
.subMnu{
  background: white;
  margin: 0px; padding: 0px;
  width: 140px;
  position: relative; left: 140px; top: -30px;
  z-index: 10;
}
.red{
  color: red;
}
