body {
  padding:0;
  margin:0;
  background:#AAC9E5;
}

/* Generic Font Definitions */
body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#262324;
}
a {
  color:#018DED;
  text-decoration:none;
}
a:hover {
  color:#018DED;
  text-decoration:underline;
}
h1 {
  font-size:18px;
  font-weight:normal;
  color:#018DED;
}
h2 {
  font-size:15px;
  font-weight:normal;
  color:#018DED;
}
h3 {
  font-size:13px;
  font-weight:normal;
  color:#018DED;
}
/* Generic Elements */
table tr td,
table tr th {
  text-align:left;
  vertical-align:top;
}
#content table tr td,
#content table tr th {
  padding:2px 1em 2px 0;
}

/* Page-Elements */
#container {
  width:850px;
  margin:0 auto;
  background:#fff;
}
#header {
  background:#0266BA url(images/title.jpg);
  height:30px;
  text-align:right;
  padding:120px 10px 10px 0;
}
#header h1 {
  display:none;
}
#header a {
  font-size:14px;
  font-weight:bold;
  color:#2F322E;
  background:url(images/vr.gif) repeat-y 100% 0;
  padding:0 8px 0 0;
}
#header a:hover {
  text-decoration:none;
  color:#000;
}
#header a.a1,
#header a.s1 {
  color:#fff;
}
#leftbar {
  width:200;
  background:#fff url(images/vrDotted.gif) repeat-y 199px 0;
}
#nv2 {
  background:url(images/nv2Top.jpg) repeat-x 0 0;
  margin:0 1px 0 0;
}
#nv2 .inner {
  background:url(images/nv2Bottom.jpg) repeat-x 0 100%;
  padding:20px 0 20px;
}
#nv2 a {
  display:block;
  padding:2px 10px 2px 10px;
  background:url(images/nv2a0.gif) repeat-x 0 0;
  color:#262324;
}
#nv2 a:hover {
  background:url(images/nv2a1.gif) repeat-x 0 0;
  text-decoration:none;
}
#nv2 a.a1 {
  background:url(images/nv2a1.gif) repeat-x 0 0;
  color:#fff;
}

#content {
  width:630px;
  padding:10px;
  background:#fff url(images/contentBg.gif) repeat-x 0 0;
}

#footer {
  clear:both;
  background:#D31C19;
  color:#fff;
  font-size:10px;
  text-align:center;
  padding:2px 10px;
}
#footer a {
  color:#fff;
}
