* {
  font-family:  "Verdana", "Arial", "Helvetica", sans-serif;
}
html,body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  background-image:url(images/bg_pinstripe.gif);
  text-align: center;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 18px;
}
ul {
  margin-top: 4px;
}
li {
  margin-top: 0px;
  margin-bottom: 4px;
}
img {
  border: 0px;
}
a.navItem {
  font-weight: bold;
  color: #eeeeee;
  text-decoration: none;
}
a {
  font-weight: bold;
  color: #2d73af;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.title {
  color: #002d62;
  text-decoration: none;
  font-weight: bold;
}
td.navItem {
  padding: 0px 12px;
}
h2 {
  font-weight: bold;
  font-size: 15px;
  color: #002d62;
}
h3 {
  font-weight: bold;
  font-size: 12px;
  color: #002d62;
}
hr {
  border: 0px;
  height: 1px;
  background: #ddd;
  color: #ddd;
  font-size: 0px;
  line-height: 1px;
  margin: 2px 0 8px;
}
.clearBoth {
  clear: both;
  font-size: 0px;
}
#container {
  position: relative;
  width: 700px;
  min-height: 100%;
  margin: auto;
}
#box {
  width: 677px;
  margin: auto;
  border: 1px solid #061e3e;
  background-color: #fff;
  background-image: url(images/bg_panel.jpg);
  background-repeat: repeat-y;
  vertical-align: top;
  text-align: left;
}
#footer {
  position: relative;
  width: 100%;
  margin-top: -86px;
  color: #666;
  text-align: center;
}
#lsiBanner {
  width: 677px;
  height: 108px;
}
#navLinks {
  background-color: #002d62;
  padding: 4px;
  text-align: center;
}
#navItems {
  width: 60%;
  margin: auto;
}
#faderTitle {
  height: 12px;
  background-color: rgb(5,45,100);
  padding:5px;
}
#faderTitleContent {
  visibility: hidden;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  color: rgb(255,255,255);
}
#faderText {
  background-color: rgb(45,115,175);
  height: 96px;
  padding: 6px;
}
#faderTextContent {
  visibility: hidden;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: rgb(255,255,255);
}
#leftCol {
  margin-top: 24px;
  width: 230px;
  float: left;
  text-align: center;
}
#mainContent {
  width: 430px;
  float: left;
  margin-bottom: 8px;
}
.photoFrameOuter {
  background:#ffffff;
  border: 1px solid #061e3e;
}
.photoFrameInner {
  background:#ffffff;
  border: 2px solid #ccbd6c;
}
.colSection {
  margin-top: 12px;
  width: 192px;
  padding-right: 8px;
  float: left;
}
#menuIconSection {
  margin-top: 12px;
}
#menuIconSection div{
  font-size: 11px;
}
.menuIcon {
  float: left;
  padding-right: 8px;
}
.itemBreak {
  margin-bottom: 12px;
}


