body,html {
  font-family: verdana;
  color: #000000;
  margin: 0px;
  background-color: #0a77be;
  height:100%;
  width:100%;
  text-align:center;
  min-height:468px;/* for good browsers*/
  min-width:552px;/* for good browsers*/
}

img {
	   border-width: 0px;
    }

  
a {
	font-family: Verdana;
	font-size: 12px;
	color: blue;
}


#text {
  font-family: verdana;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

a.r {
  color:  red;
  text-decoration: none;
  
}

a.r:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}

#inner {
  width: 1000px;
  text-align: left;
  margin-left:auto;
  margin-right:auto;
}

a:hover {
	text-decoration: none;
	color: red;
}

#table {
  display: table;
  width: 1000px;
}

#tr {
  display: table-row;
}

#td_header {
  display: table-cell;
  height: 277px;
  background-image: url('../img/header.png');
  background-repeat: no-repeat;
}

#td_menu {
  display: table-cell;
  background-color: #ffffff;
  width: 1000px;
  height: 30px;
}

#td_content {
  display: table-cell;
  background-color: #ffffff;
  width: 1000px;
}

#td_footer {
  display: table-cell;
  height: 61px;
  background-image: url('../img/footer.png');
  background-repeat: no-repeat;
}

/* MAIN */

#left {
  display: table-cell;
  width: 200px;
  vertical-align: top;
  float: left;
  position: relative;
  left: 10px;

  min-height: 1px;
}

#main {
  display: table-cell;
  width: 730px;
  vertical-align: top;
  background-color: #ffffff;
  float: left;
  margin-left: 30px;
}

#clear {
  clear: both;
}

/* third menu*/

#third_main {
  background-image: url('../img/sub_menu.png');
  background-repeat: no-repeat;
  width: 200px;
  display: block;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 50px;
}

a.third {
  font-size: 12px;
  text-decoration: none;
  color: #3f618e;
}

a.third:hover {
  font-size: 12px;
  text-decoration: none;
  color: #1e1b50;
}


textarea {
  width: 200px;
  border: solid gray 1px;
}

p {
  font-size: 12px;
}

