body {
  background-color: #fff;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000;
}

/* LINKS */
a { color: #0066cc; text-decoration: none; }
a:hover { color:#003399; font-weight:bold; text-decoration: underline; }
a:visited { color: #0066cc; text-decoration: none; }

/* LAYOUT */
div#header {
  width: 833px;
  height: 83px;
  background: transparent url(../registration/headers/registration_blue_header.gif) no-repeat top left;
  text-align: left;
} 
div#header img {
  margin: 16px 0 0 33px;
  padding: 0;
  border: 0;
}
#welcome {
  margin: 0 24px 0 18px;
  height: 19px;
  background: #0c2653 url(../registration/headers/registration_welcome_bg.gif) repeat-x bottom left;
}
#welcome h3 {
  font-size:10px;
  color: #fff;
  text-align: right;
  padding: 4px 10px 0 0 ;
  margin: 0;
}
#welcome h3 a {
  color: #99cc00;
}  
div#pageContainer {
  width: 833px;
  padding: 0;
  margin: auto;
}  

#leftColumn {
  width: 330px;
  float: left;
  text-align: left;
}

#rightColumn {
  width: 650px;
  float: left;
  text-align: left;
}
  
#contentContainer {
    margin: 0 11px 0 5px;
    padding: 10px 0 10px 0;  
    text-align: left;
    background-color: #ffffff;
  }

#footer {
  width: 833px;
  margin-top: 30px;
  clear: both;
}
#footer p {
  text-align: center;
  margin: 3px 42px 0 53px;
}

/* TYPOGRAPHY */
h1 {
  text-align: left;
  font-size: 25px;
  color: #000066;
  margin: 0 0 11px 32px;
}
h2 {
  text-align: left;
  font-size: 15px;
  color: #000066;
  margin: 0 0 11px 32px;
}
h3 {
  text-align: left;
  font-size: 13px;
  color: #000066;
  margin: 0 0 11px 32px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 0 11px 32px;
}
li {
  text-align: left;
  font-size: 12px;
}
p {
  margin: 0 0 0 32px;
}
#breadCrumb {
  border-bottom: 1px solid #000066;
  margin: 0 32px 5px 0;
  padding-bottom: 6px;
  font-size: 10px;
}
#militaryListTable {
    margin: 0 0 15px 32px;
    padding: 0;
}
#militaryListTable td {
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}
#militaryListTable td.colsize1 {
  width: 700px;
}
#militaryListTable td.colsize2 {
  width: 370px;
}
#militaryListTable td.colsize3 {
  width: 240px;
}
.note {
  font-size: 10px;
  line-height:100%
}
.last {
  padding-bottom: 50px;
}
/* Generic */
.hidden {
  display: none;
}
.clear {
  clear: both;
}