* {
  font-family:Arial;
}
  
body {
 background:url("/images/bg.jpg") #3f6b8c repeat-x; margin-top:45px;
 color: #31536c
}

h1 {
  font-size: 18pt;
  font-weight:bold;
  color: #738e82;
  margin: 0px;
  padding:20px 20px 0px 0px;
}

h2 {
  font-size: 13pt;
  font-weight:bold;
  color: #31536C;
  margin: 0px;
  padding:20px 0px 0px 0px;
}

li {
  padding-bottom:10px
}

a, a:visited {color: #455D6F;}
a:hover {color: #3C698A;}

#sidebar {
  margin-top:0px; width:192px;
}

#sidebar a {
  color: #455D6F;
  font-weight:bold;
  font-size:14pt;
  line-height:20pt;
  display:inline;
  padding-left:18px;
  margin-left:0px; /* Move menu sideways */
  margin-top:10px; 
  text-decoration:none;
  text-align:left;
  display:block;
  background: url("/images/arrow.jpg") 0px 7px no-repeat
}
#sidebar a:hover {
  color: #8AA6AA;
  font-size:16pt
}

#sidebar a.current {
  color: #7eba1b;
  font-size:16pt;
  background: url("/images/arrowRed.jpg") 0px 7px no-repeat
}

#content {
  background:url("/images/contentBG.jpg") 0 0 repeat-y;
  padding-left: 25px;
  padding-right: 25px;
  line-height:150%;
}

#content td {
  line-height:150%;
}

#logo {
}

div.pageBasePadding {
  height:200px;
}