body {
  background:#C4D0EB;
  margin:20px;
  padding:0;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#1D1C51;
}
a {
  color:#393795;
  text-decoration:none;
}
a:hover {
  color:#FF2700;
  text-decoration:none;
}
a.rarr {
  background:url(/assets/images/rarr.gif) 100% 50% no-repeat;
  padding-right:15px;
}
a.larr {
  background:url(/assets/images/larr.gif) 0 50% no-repeat;
  padding-left:15px;
}
a.uarr {
  background:url(/assets/images/uarr.gif) 0 50% no-repeat;
  padding-left:10px;
}
h1 {
  font-size:14px;
}
h2 {
  font-size:13px;
}
h3 {
  font-size:12px;
}

ul {
  padding:0 0 0 25px;
  list-style-type:none;
}
ul li {
  margin:0;
  padding:0 0 0 15px;
  background:url(/assets/images/li.gif) no-repeat 0 8px;
}
div.div {
  padding:.5em 0;
  background:url(/assets/images/hrDotted2.gif) repeat-x 0 100%;
}
img {
  border:0;
}
#footer a#login {
  color:#DFE4F5;
}
#footer a#login:hover {
  color:#E8ECF8;
}

table tr td,
table tr th {
  text-align:left;
  vertical-align:top;
  padding:0;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#content table.deco tr th {
  background:#C4D0EB;
  padding:3px;
  font-size:11px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
#content table.deco tr td {
  padding:5px 3px;
  background:url(/assets/images/hrDotted2.gif) repeat-x 0 100%;
}

#content table tr td,
#content table tr th {
  padding:0 1em 0 0;
}

.label {
  font-size:11px;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.bluebar {
  padding:3px;
  background:#C4D0EB;
}

#title {
  background:url(/assets/images/title.gif) no-repeat 0 0;
  height:155px;
}
#title h1 {
  display:none;
}

#leftbar {
  background:#DFE4F5 url(/assets/images/vrDotted.gif) repeat-y 100% 0;
  width:165px;
}
#nv {
  text-align:right;
}
#nv a {
  display:block;
  color:#1D1C51;
  text-decoration:none;
  margin:0 10px 5px 0;
}
#nv a.d1 {
  font-size:13px;
}
#nv a.d2 {
  padding:0 15px 0 0;
  font-size:11px;
}
#nv a.d1a1s0,
#nv a.d1as1 {
  font-weight:bold;
}
#nv a.d2a1s0,
#nv a.d2as1 {
  background:url(/assets/images/nvActive.gif) no-repeat 100% 4px;
}

#content {
  background:#ECEFF9 url(/assets/images/contentBg.gif) no-repeat 0 0;
  width:740px;
  padding:0 10px 10px 30px;
}
.space1,
.space2 {
  width:20px;
  background:#DFE4F5;
}

#footer td.footer1,
#footer td.footer2 {
  background:#DFE4F5 url(/assets/images/hrDotted.gif) repeat-x 0 0;
  padding:7px 0 7px 30px;
  height:16px;
}
#footer td.footer1 {
  padding:0;
}
#footer td.footer1 div {
  height:30px;
  background:url(/assets/images/vrDotted.gif) repeat-y 100% 0;
}
#footer td.footer2 table tr td {
  font-size:10px;
}
#footer a {
  color:#1D1C51;
  text-decoration:none;
}