@import url("reset.css");
body {
  font-size: 1.0em;
}

html {
}

.mceContentBody {
  background: #FFF;
  color: #000;
}

#container {
  width: 950px;
  height: 1000px;
  margin: 10px auto;
  background-image: url(../../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center 70px;
  position: relative;
}

#header {
  height: 65px;
  background-image: url(../../images/logo.jpg);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#left {
  width: 250px;
  position: absolute;
  height: 400px;
}

#middle, #right {
  font-family: helvetica, "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS",   Verdana, "Verdana Ref", sans-serif;
}


#middle {
  width: 450px;
  position: absolute;
  left: 250px;
}

#middle .image1 {
  float: left;
  margin: 0 50px 30px 0;
}

#middle .image3 {
  float: left;
  margin: 0 30px 30px 0;
}


#middle p {
  margin-top: 10px;
  color: #636466;
  font-size: 75%;
  font-weight: bold;

}

#middle p.green {
  color: #00718C;
}


#middle img {
  -moz-box-shadow: 3px 3px 3px #AAA;
	-webkit-box-shadow: 3px 3px 3px #AAA;
	box-shadow: 3px 3px 3px #AAA;
}


#nav {
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-family: Times New Roman;
}

#nav li {
  margin-bottom: 10px;
}



#nav li a {
  text-decoration: none;
  color: #939598;
}

#nav li a.active:active,
#nav li a.active:hover,
#nav li a.active:link,
#nav li a.active:visited {
  color: #636466;
  font-weight: bold;
}


#right {
  width: 240px;
  height: 600px;
  position: absolute;
  left: 700px;
  padding-left: 10px;
  font-size: 75%;
  line-height: 1.4em;
  color: #818285;
}

#right h1 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
}

#right h2 {
  font-weight: bold;
  margin: 20px 0 10px 0;
 /* font-size: 110%;*/
}


#right p {
  margin-bottom: 10px;
}

#right ul {
  list-style: outside disc;
  padding-left: 20px;
}

#right ul li {
  margin-bottom: 10px;
}


#pagebody {
  height: 600px;

}

#slideshow {
  width: 440px;
  height: 320px;
}

#tag {
  color: #63A9BE;
  width: 210px;
  padding: 10px 0;
  letter-spacing: 0.2em;
  font-size: 15px;
  border-top: 1px solid #ABCFDD;
  border-bottom: 1px solid #ABCFDD;
  margin-top: 40px;
  line-height: 1.4em;
  font-weight: bold;
  font-family: Arial;
}

