body {
  font-size: 1em;
  font-family: Trebuchet MS;
  background-image: url(../images/body_background.jpg);
}
#frame {
  margin-left: 10px;
  width: 790px;
  margin-top: 10px;
}
#page {
  color: white;
  background-color: black;
}
#top {
  background-color: black;
  color: white;
  width: 880px;
}
#logo {
  float: left;
  background-repeat: no-repeat;
  background-color: white;
  background-image: url(../images/phew.png);
  background-position: center top;
  width: 190px;
  height: 230px;
}
#leftcol {
  background-position: center top;
  background-color: white;
  background-repeat: no-repeat;
  margin-top: 230px;
  width: 190px;
  float: left;
}
#leftcol h1 {
  font-style: italic;
  font-size: 3em;
  font-weight: bold;
  font-family: Arial;
  color: #ff6900;
}
#Leftcol h2 {
  font-family: Arial;
  font-style: italic;
  font-size: 1em;
  color: #ff9900;
}
#menu1 {
  width: 180px;
  float: left;
}
#menu1 ul {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS;
  color: white;
  font-size: 1em;
  list-style-type: none;
  float: left;
  font-weight: normal;
}
#menu1 li {
  background-color: black;
  display: inline;
  float: left;
}
#menu1 a {
  border-bottom: 1px solid #eeeeee;
  display: block;
  color: black;
  padding-top: 5px;
  width: 180px;
  float: left;
  background-color: black;
  padding-left: 10px;
}
#menu1 a:link {
  float: left;
  text-decoration: none;
  color: white;
}
#menu1 a:visited {
  text-decoration: none;
  float: left;
  color: white;
}
#menu1 a:hover {
  color: black;
  float: left;
  background-color: #ff9900;
}
#content {
  padding-left: 20px;
  min-height: 580px;
  padding-right: 20px;
  margin-left: 210px;
  width: 920px;
  background-color: white;
}
#content h1 {
  background-color: white;
  color: #f36917;
  padding-left: 5px;
  font-family: Trebuchet MS;
  font-size: 1.3em;
  font-weight: normal;
}
#content h2 {
  color: white;
  padding-left: 5px;
  font-family: Trebuchet MS;
  background-color: black;
  font-size: 1.1em;
  font-weight: normal;
}
#menu {
  height: 60px;
  background-color: #ff6600;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  font-family: Trebuchet MS;
  background-color: #ff6600;
  float: left;
  text-decoration: none;
  list-style-type: none;
  color: #000000;
  font-size: 1.25em;
}
#menu li {
  padding-top: 0;
  font-family: Trebuchet MS;
  color: #ffffff;
  background-color: #ff6600;
  text-decoration: none;
  text-align: center;
  border-right-color: #000000;
  border-right-width: 1px;
  list-style-type: none;
  border-left-color: #ffffff;
  float: left;
  height: 55px;
  width: 111px;
}
#menu a {
  width: 100px;
  color: #ffffff;
  list-style-type: none;
  height: 50px;
  float: left;
  font-weight: normal;
  font-family: Trebuchet MS;
  text-decoration: none;
}
#menu a:hover {
  float: left;
  text-decoration: none;
  background-color: black;
  list-style-type: none;
  width: 100px;
  font-weight: normal;
  height: 60px;
  font-family: Trebuchet MS;
  color: #ffffff;
}
.glossymenu {
  margin: 0 auto;
  padding: 0 0 0 34px;
  background: transparent url(../images/menub_bg.gif) repeat-x scroll center;
  position: relative;
  list-style-type: none;
  list-style-position: outside;
  height: 46px;
  list-style-image: none;
}
.glossymenu li {
  float: left;
}
.glossymenu li a {
  padding: 0 0 0 16px;
  text-decoration: none;
  height: 46px;
  float: left;
  font-family: Trebuchet MS;
  line-height: 46px;
  display: block;
  font-size: 1em;
  text-align: center;
  color: #000000;
  font-weight: normal;
  cursor: pointer;
}
.glossymenu li a b {
  padding: 0 24px 0 8px;
  float: left;
  display: block;
}
.glossymenu li.current a, .glossymenu li a:hover {
  background-color: transparent;
  background-image: url(../images/menub_hover_left.gif);
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
}
.glossymenu li.current a b, .glossymenu li a:hover b {
  background-color: transparent;
  background-image: url(../images/menub_hover_right.gif);
  background-repeat: no-repeat;
  background-position: right center;
  color: #ffffff;
}
#buttom {
  margin-left: 210px;
  font-size: 0.75em;
  width: 960px;
  font-family: Trebuchet MS;
  color: white;
  text-align: center;
  background-color: #f36917;
  padding-bottom: 5px;
  clear: both;
}

