body {
  background-color: #d4dcdd;
  font: 12px Verdana, Tahoma, Arial, sans-serif;
  color: #000;
  text-align: center;
  margin: 10px 0px 0px 0px;
}

#wrap {
  width: 955px;
  background: #fff url(/img/bg-main.gif) repeat-y;
  margin: 0px auto;
  margin-bottom: 20px;
  text-align: left;
}

#main {
  width: 955px;
  margin: 0px auto;
}

#header {
  width: 955px;
  height: 130px;
  background: #fff;
}

#banner {
  width: 955px;
  height: 129px;
  background: #fff url(/img/header.jpg) no-repeat;
  border-bottom: 1px solid #c41c1a;
}

#content-wrap {
  width: 955px;
}

#content {
  width: 730px;
  padding: 10px 25px;
  float: right;
}

#sidebar {
  width: 160px;
  padding: 0px 0px 0px 15px;
  float: left;
}

ul#nav {
     width: 160px;
     margin: 10px 0px 20px 0px;
     padding: 0px;
     text-align: right;
     font: 13px verdana, arial;
}

ul#nav li {
     position: relative;
     padding: 2px 15px 2px 0px;
     list-style-type: none;
     line-height: 20px;
     font-weight: bold;
     color: #fff;
}

ul#nav li a {
     display: block;
     text-decoration: none;
     color: #fff;
     font-weight: bold;
}

ul#nav li a:hover, ul#nav li:hover {
     color: #ffff00;
     background-color: #16246d;
}

ul#nav li ul {
     position: absolute;
     left: 160px;
     top: 0px;
     width: 220px;
     display: none;
     background-color: #c41c1a;
     padding: 0px;
     margin: 0px;
     text-align: left;
}

ul#nav li ul li {
     padding-left: 15px;
}

ul#nav li:hover ul {
     display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 1%; }
/* End */

#footer {
  width: 915px;
  height: 50px;
  clear: both;
  padding: 0px 20px 10px 20px;
  background: #fcc url(/img/bg-footer.gif) no-repeat bottom;
  border-top: 1px solid #545b76;
  font-size: 10px;
}

a {
  color: #16246d;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: Tahoma, Arial, sans-serif;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

p {
  line-height: 20px;
  padding-bottom: 10px;
}

#sidebar img.square {
  padding: 14px;
  margin: 20px 0px;
  border: 1px solid #94acae;
  background: url(/img/us-flag.jpg);
  background-color: #c71922;
}

#footer .nav {
  float: right;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

#columns {
     width: 600px;
}

#col-left {
     width: 300px;
     float: left;
}

#col-right {
     width: 300px;
     float: right;
}

ul.nobullets {
     margin: 0px;
     padding: 0px;
}

ul.nobullets li {
     list-style-type: none;
     padding-bottom: 10px;
}

ul.nobullets li ul {
     margin: 0px;
     padding: 0px 0px 0px 15px;
}