body {background: #ffffff; font-family: Verdana;font-size:80%; text-align:center; margin: 0px;}

img {border: 0px;}
a {text-decoration: none; color: black;}
a:hover {text-decoration: none; color: blue;}
td {font-size: 12px; vertical-align: top;}
ul {margin: 0px;	padding: 0px;	list-style: none;}
li {text-align: left; background-image: url(../images/raquo.jpg); background-repeat: no-repeat; background-position: 0px 8px; line-height: 20px; padding-left: 12px;}
textarea {width:500px; height:70px;}

.all {
  background: #ffffff;
  position: relative;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 768px;
  overflow: hidden;
  display: block;
  border-left: 1px solid blue;
  border-right: 1px solid blue;
}

.header {
  height: 130px;
  /*background: url(../images/logo.jpg);*/
}

.header h1 {
  padding: 0;
  margin:0;
}

.footer {
  height: 18px;
  background: url(../images/footer.jpg);
  text-align:center;
  font: 70% Verdana;
  line-height: 18px;
}

.menu{
  float: left;
  margin: 7px 0px 10px 15px;
  width:133px;
  border: 1px solid #65b2ff;
  position: relative;
  background: url(../images/menu_bg.jpg);
}

.main{
  margin: 7px 0px 10px 10px;
  float:left;
  width:595px;
  border: 1px solid #65b2ff;
}

.clear{
  clear: both;
  overflow: hidden;
}

a.menu_main{
  background: #99ccff;
  width: 133px;
  height: 19px;
  color: black;
  font-weight:bold;
  display: block;
  margin-top:4px;
  margin-bottom:4px;
  line-height:19px;
}

a.menu_main:hover{
  background: #ffffff;
  width: 133px;
  height: 19px;
  color: black;
  font-weight:bold;
  display: block;
  line-height:19px;
}

a.menu_main_sel,a.menu_main_sel:hover{
  background: #65b2ff;
  width: 133px;
  height: 19px;
  color: black;
  font-weight:bold;
  display: block;
  margin-top:4px;
  margin-bottom:4px;
  line-height:19px;
}

.content{
  text-align:center;
  margin: 15px;
}

div#ref{
  display: none;
}

a.menu_sub{
  font-size: 11px;
  width: 133px;
  color: black;
  display: block;
  margin-top:4px;
  margin-bottom:4px;
}

a.menu_sub:hover{
  background: #ffffff;
  font-size: 11px;
  width: 133px;
  color: black;
  display: block;
}

a.menu_sub_sel,a.menu_sub_sel:hover{
  background: #65b2ff;
  font-size: 11px;
  width: 133px;
  color: black;
  display: block;
  margin-top:4px;
  margin-bottom:4px;
}

.contact_head{
  background: #3399FF;
  font-weight: bold;
  padding-left: 10px;
  width: 50%;
  text-align:left;
  line-height: 15px;
}

.contact1{
  padding-left: 10px;
  background: #ffffff;
  width: 50%;
  text-align:left;
  line-height: 15px;
}

.contact2{
  padding-left: 10px;
  background: #99CCFF;
  width: 50%;
  text-align:left;
  line-height: 15px;
}

a.border {
border:1px solid #99CCFF; height: 155px; width: 205px; display: block;
padding: 0.5em 0.5em 0.5em 0.5em;
}

a.border:hover {
border-color:silver;
}

span.blue {
  color: blue;
}