body {
  background-color: #FFFFFF;
  color: #353535;
  font-family: arial, tahoma, sans-serif;
  font-size: 11pt;
  margin: 0;
  padding: 0;
}

#wrapper {
  
  width: 970px;
  height: auto;
  margin: 0 auto 0 auto;
  text-align: left;
}

#sidebar {
  position: absolute;
  width: 265px;
  height: auto;
  left: 0;
  top: 0;
  border-top: 7px #e56506 solid;
  text-align: left;
  font-family: arial;
}

#top {
  position: absolute;
  width: 705px;
  height: 115px;
  left: 265px;
  top: 0;
  background: white url("pics/top.jpg");
}

#slogan {
  position: absolute;
  width: 705px;
  height: 155px;
  left: 265px;
  top: 115px;
  background: #FFFFFF url("pics/slogan.jpg");
}

#main {
  position: absolute;
  width: 685px;
  height: auto;
  min-height: 350px;
  left: 265px;
  top: 290px;
}

#footer {
  position: fixed;
  width: 940px;
  height: auto;
  bottom: 0px;
  background-color: #FFFFFF;
  margin: auto;
  border-top: 7px #e56506 solid;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10pt;
  font-color: #28679c;
  clear: both;
}

a.blue {
  color: #28679c;
  text-decoration: none;
  font-size: 10pt;
}

a.blue:hover {
  color: #FFFFFF;
  background-color: #3093d9;
}

a.ref {
  color: #676767;
  text-decoration: none;
}

a.ref:hover {
  color: #3093d9;
}

img {
  border: 0;
}



#vertmenu {
  width: 200px;
  margin: 0 30px 0 30px;
  padding: 0;
  font-family: arial, tahoma, sans-serif;
  font-size: 100%;
  text-align: left;
}

#vertmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#vertmenu ul li {
  margin: 0;
  padding: 0;
}

#vertmenu ul li a {
  width: 200px;
  color: #353535;
  display: block;
  padding: 2px 0 2px 5px;
  font-size: 100%;
  text-decoration: none;
  border-bottom: 1px solid #eeeeee;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
  background: url("pics/button.jpg") repeat;
  color: #FFFFFF;
}

input {
  position: absolute;
  width: 250px;
  left: 275px;
  background-color: #e8e8e8;
  color: #000000;
  border: 1px #b9b9b9 dashed;
}

input.button {
  position: absolute;
  width:100px;
  left: 425px;
  background-color: #e8e8e8;
  color: #000000;
  border: 1px #b9b9b9 dashed;
}


textarea {
  width: 350px;
  left: 25px;
  background-color: #e8e8e8;
  color: #000000;
  border: 1px #b9b9b9 dashed;
}

.font1 {
	font-family: arial, tahoma, sans-serif; FONT-SIZE: 12px; COLOR: black;
}


