body {
  background-image: url('../_images/body_background.jpg');
  background-repeat: repeat
  margin: 15px;
  padding: 15px;
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  color: #000060;
}
a:link, a:visited {
  color: #000060;
  font-weight: bold;
  text-decoration: underline;
}
a:hover, a:active {
  background-color: #000060;
  color: #FFFFBA;
}
hr {
  color:#000060;
  background-color:#000060;
  height:1px;
  border:none;
}
td {
  vertical-align: top;
}
img.border {
  border: 1px solid #000060;
}
img.center {
  border: 1px solid #000060;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.left {
  border: 1px solid #000060;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
img.right {
  border: 1px solid #000060;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
i.signature {
  color: #000060;  
  font-family: "Brush Script MT", sans-serif;
  font-size: 20pt;
  font-style: italic;
  font-weight: bold;
}
#TB_window p, input, textarea {
  font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
  font-size: 12pt;
}
#container {
  background-attachment: scroll;
  background-color: #FFFFBA;
  background-image: url('../_images/watermark.gif');
  background-position: center 300px;
  background-repeat: no-repeat;
  border: 1px solid #000060;
  border-collapse: collapse;
  width: 100%
}
#container_home {
  background-color: #FFFFBA;
  border: 1px solid #000060;
  border-collapse: collapse;
  width: 100%
}
#masthead {
  color : #000060;
  font-family: "Times New Roman", Times, serif;
  font-size: 70%;
  text-align: center;
  border-bottom: 1px solid #000060;
  padding: 20px;
}
#nav {
  border-bottom: 1px solid #000060;
}
.column_1 {
  border: 1px solid #000060;
  padding: 20px;
  text-align: left;
  width: 50%;
}
.column_2 {
  border: 1px solid #000060;
  padding: 20px;
  text-align: left;
  width: 50%;
}
.combined_column {
  border: 1px solid #000060;
  padding: 20px;
  text-align: left;
}
.no_underline a, .no_underline a:link, .no_underline a:visited, .no_underline a:hover, .no_underline a:active, td .no_underline a, td .no_underline a:link, td .no_underline a:visited, td .no_underline a:hover, td .no_underline a:active {
  background-color: #FFFFFF;
  text-decoration: none;
}
#footer {
  border-top: 1px solid #000060;
  font-size: 70%;
  padding: 20px;
  text-align: center;
}
#box {
  background-color: #000060;
  border: 1px solid #FFCC33;
  color: #FFFFBA;
  float: right;
  padding: 15px;
  width: 300px;
}
#box a:link, #box a:visited {
  color: #FFFFBA;
  font-weight: bold;
  text-decoration: underline;
}
#box a:hover, #box a:active {
  background-color: #FFFFBA;
  color: #000060;
}
#box h3 {
  color: #FFFFBA;
  margin-top: 2px;
}
#box span {
  color: #FFCC33;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}
.button {
  background: #000060;
  border: 1px solid #FFCC33;
  color: #FFCC33;
  font-weight: bold;
  cursor: pointer;
}
.button_new_code {
  background: #000060;
  border: 1px solid #FFCC33;
  color: #FFCC33;
  font-weight: bold;
  margin-top: 5px;
  cursor: pointer;
}
.form_heading {
  font-weight: bold;
  text-align: right;
}
.required {
  font-weight: bold;
  color: #FF0000;
}
li {
  line-height: 2;
}
.bold li {
  font-weight: bold;
}
.plain li {
  line-height: 1;
}
#notice_left {
  background-color: #000060;
  border-right: 1px solid #FFFFBA;
  color: #FFFFBA;
  font-style: italic;
  font-size: 65%;
  padding: 5px;
  text-align: left;
}
#notice_right {
  background-color: #000060;
  color: #FFFFBA;
  font-style: italic;
  font-size: 65%;
  padding: 5px;
  text-align: right;
}
#weboniks {
  padding: 10px;
  text-align: center;
}
#weboniks a:link, #weboniks a:visited, #weboniks a:hover, #weboniks a:active {
  color: #FFCC33;
  background-color: transparent;
  font-weight: bold;
  text-decoration: underline;
}
#weboniks span {
  background-color: #000060;
  color: #FFCC33;
  font-size: 55%;
  padding: 2px;
}
#answers, #what_is_this {
  display: none;
}
.small {
  font-size: small;
}
.tiny {
  font-size: 70%;
}
/* MENU */
/* Based on http://www.cssmenumaker.com/builder/menu_info.php?menu=032 */

#menu {
  background: #000060;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#menu li {
  float: left;
  font: 67.5% "Lucida Grande", Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
#menu a {
  background: #000060 url("../_images/menu_seperator.gif") bottom right no-repeat;
  color: #FFCC33;
  display: block;
  float: left;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
}
#menu a:hover {
  background: #FFCC33 url("../_images/menu_hover.gif") bottom center no-repeat;
  color: #000060;
  padding-bottom: 8px;
}