body {
  margin:0;
  padding:0;
  background:#F4F4F4 url(images/pageBg.gif);
}

body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:1.4em;
  color:#8C8A72;
}

a {
  text-decoration:none;
  color:#F58220;
}
a:hover {
  text-decoration:underline;
}

h1 {
  font-size:16px;
}
h2 {
  font-size:14px;
}
h3 {
  font-size:12px;
}

table tr th,
table tr td {
  vertical-align:top;
  text-align:left;
}

#content table tr th,
#content table tr td {
  padding:2px 2em 2px 0;
}

.rarr {
  background:url(images/rarr.gif) 100% 50% no-repeat;
  padding-right:10px;
}
.larr {
  background:url(images/larr.gif) 0 50% no-repeat;
  padding-left:10px;
}

#container {
  margin:0 auto;
  width:905px;
  border:solid #A2A09B;
  border-width:0 5px 5px 5px;
  background:#fff;
}
#title {
  height:19px;
  background:#7C7C7C url(images/title.jpg);
  border-bottom:solid #A2A09B 1px;
}

#logo {
  width:255px;
  height:100px;
  background:url(images/logo.gif);
}
#logo *,
#logoTitle * {
  display:none;
}
#logoTitle {
  background:url(images/logoTitle.gif) no-repeat;
  width:640px;
}

#nv1 {
  width:100px;
  font-size:12px;
  line-height:16px;
}
#nv1 div.nv {
  background:url(images/vrDotted2px.gif) 100% 0 repeat-y;
}
#nv1 a {
  display:block;
  text-align:right;
  color:8C8A72;
  text-decoration:none;
  padding:2px 10px;
}
#nv1 a.a1,
#nv1 a.s1 {
  color:#F58220;
  background:url(images/nvItem.gif) 5px 50% no-repeat;
}
#nv1 a:hover {
  color:#000;
}
#nv2 {
  width:155px;
  line-height:16px;
  font-size:11px;
}
#nv2 a {
  display:block;
  color:8C8A72;
  text-decoration:none;
  padding:2px 8px;
}
#nv2 a.a1 {
  color:#F58220;
}
#nv2 a:hover {
  color:#000;
}
#main {
  padding:0 20px 20px 0;
}
#content {
  background:url(images/hrDotted1px.gif) repeat-x 0 0;
  padding:5px 0 0 0;
}

#copyright {
  font-size:10px;
  padding:5px 0;
}