body {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  font-family: "Arial", sans-serif;
  color: black;
  background-image: url(/images/bg.png);
  background-repeat: repeat-x;
}

img {
 border: 0;
}

div,ul {
 margin:  0;
 padding: 0;
}

li {
 list-style: none;
}



h1 {
  font-size: 13pt;
  font-weight: bold;
  padding: 4px 0;
  margin: 0;
  color: black;
}

h2{
  width: 500px;
  font-size: 11px;
  font-weight: bold;
  text-indent: 2px;
  padding-bottom: 4px;
  border-bottom: 1px dotted black;
  margin: 2px 0;
}

a, a:visited {
 color: black;
}


a:hover{
 color: black;
}


#wrapper {
 width: 100%;
 margin: 15px auto;
}

#header {
 width: 900px;
 height: 100px;
 padding-right: 10px;
 background-image: url(/images/logo.png);
 background-repeat: no-repeat;
 background-position: 22px 0px;
 text-align: right;
 position: relative;
}

#header img {
 padding-top: 20px;
}

#header a {
 color: white;
 font-size: 8pt;
 text-decoration: none;
}

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

/* Main */

#main {
 width: 900px;
 min-height: 250px;
 height:auto !important;
 height: 250px;
}

#menu {
 width: 228px;
 margin: 0 10px 0 0;
 float: left;
 border-color: #dddddd;
 border-width: 1px 1px 0 1px;
 border-style: solid;
 background-color: white;
}

#menu li{
 display: block;
 width: 228px;
 height: 35px;
 line-height: 35px;
 font-size: 12pt;
 border-bottom: 1px solid #dddddd;
 }
 
#menu li:hover {
 background-color : #d8ff00;

}

#menu li a {
 color : #595959;
 display: block;
 padding-left: 20px;
 width: 100%;
 height: 100%;
 text-decoration: none;
}

#menu li.sub {
 width: 218px;
 height: 20px;
 line-height:20px;
 padding-left: 10px; 
 font-size: 8pt;
}




#content {
 width: 900px;
 float: center;
 margin: 0 10px 0 0;
}




/* Footer */

#footer_wrapper {
 width: 100%;
 border-top: 6px solid #d3d0ca;
 padding-top: 10px;
}

#footer {
 width: 900px;
 text-align: center;
 margin: 0px auto 10px auto;
 font-size: 8pt;
}


.contentimg {
  margin: 10px;
  float: right;
}

.contentimgl {
  margin: 10px;
  float: left;
}

.monoblock {
  width: 500px;
}

.deful{
  margin-left: 30px;
  margin-bottom: 10px;
}

.deful li {
 list-style: disc;
 padding: 5px 0;
}

td.selecttext {

font-size :8pt;

}


input,textarea {
  font-size: 12px;
  width: 350px;
  border: 1px solid #cccccc;
  margin: 5px;
  background-color: white;
}

.button {
  width: 80px;
  background-color: #f2f40f;
  display: block;
}

textarea {
  height: 100px;
}


p {
  text-indent: 20px;
}


#clearleft {
  /* IE7 bottom margin fix */
  clear: left;
}

#clearboth {
  clear: both;
}