body {
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  background-color: transparent;
  background-image: url('../images/head_bg.gif');
  background-repeat: no-repeat;
  background-color: #1B5072;
}

body, #head, #nav, #body, #footer {
  font-family: arial, sans-serif;
  font-size: 11px;
}

a:link, a:visited {
  text-decoration: underline;
  color: #547c95;
}

a:hover {
  text-decoration: none;
  color: #A1AC72;
}

#head {
  height: 95px;
  margin-top: 25px;
  margin-right: 100px;
  text-align: right;
}

.page_title {
  position: absolute;
  top: 46px;
  left: 75px;
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 16px;
}

#main {
  background-color: #eceee3;
  margin: 0px;
}

#footer {
  text-align: center;
  height: 40px;
  background-color: transparent;
  color: #1B5072;
  position: absolute;
  left: 150;
  line-height: 40px;
  font-size: 10px;
  clear: both;
}

#nav {
  float: left;
  width: 150px;
  background-color: #C8CEB2;
}

#content {
  /* This padding-bottom attribute is necessary for the heights to align properly */
  padding-bottom: 1px;
  margin-left: 170px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  padding-top: 10px;
}

#menu {
  position: absolute;
  left: 0px;
  top: 120px;
}

#login, #logout {
  margin-top: 20px;
}

.menu_link:link, .menu_link:visited,
.submenu_link:link, .submenu_link:visited,
.menu_link_highlighted:link, .menu_link_highlighted:visited, .menu_link_highlighted:hover,
.submenu_link_highlighted:link, .submenu_link_highlighted:visited, .submenu_link_highlighted:hover {
  display: block;
  width: 150px;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  background-color: #A1AC72;
  border: none;
  border-bottom: 2px solid #eceee3;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}

.menu_link_highlighted:link, .menu_link_highlighted:visited, .menu_link_highlighted:hover {
  background-color: #1B5072;
}

.submenu_link_highlighted:link, .submenu_link_highlighted:visited, .submenu_link_highlighted:hover {
  background-color: #6b8da3;
}

.menu_link:hover, .submenu_link:hover {
  background-color: #b0bb88;
  color: #ffffff;
}

.submenu_link:link, .submenu_link:visited {
  background-color: #547c95;
}

.submenu_link:hover {
  background-color: #6b8da3;
}

.main_choice {
  position: relative;
}

.submenu {
  display: none;
  width: 150px;
}

.nacc_header_text {
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 6px;
  margin-top: 20px;
}

.nacctext {
  font-weight: bold;
  font-size: 12px;
  color: #1B5072;
  letter-spacing: 8px;
}

p, ul, ol, h1, h2, h3, .text, .largetext, #quicktitle {
  color: #1B5072;
  font-family: arial, sans-serif;
}

p, ul, ol, .text {
  font-size: 12px;
  line-height: 20px;
}

.smalltext {
  font-size: 10px;
  line-height: 20px;
}

h1 {
  font-weight: normal;
  font-size: 18px;
  color: #1B5072;
}

h2 {
  font-weight: bold;
  font-size: 12px;
  color: #1B5072;
  text-decoration: underline;
}

h3 {
  font-weight: normal;
  font-size: 12px;
  color: #1B5072;
  text-decoration: underline;
}

p, .bluetext {
  color: #1B5072;
}

.largetext {
  font-size: 72px;
}

.logintext {
  font-size: 10px;
  line-height: 12px;
  color: #1B5072;
}

#announcement_boxtop {
  border-top: 1px solid #ffffff;
}

#announcement_box {
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  /*
  overflow: auto;
  overflow-x: hidden;
  height: 150px;
  scrollbar-face-color: #1B5072;
  scrollbar-shadow-color: #1B5072;
  scrollbar-highlight-color: #1B5072;
  scrollbar-3dlight-color: #1B5072;
  scrollbar-darkshadow-color: #1B5072;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ffffff; 
  */
}

.announcement {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0px;
  margin-left: 20px;
}

.announcement a:link {
  color: #ffffff;
  font-style: italic;
  text-decoration: underline;
}

.announcement a:visited {
  color: #ffffff;
  font-style: italic;
  text-decoration: underline;
}

.announcement a:hover {
  color: #ffffff;
  font-style: italic;
  text-decoration: none;
}

.member {
  font-size: 12px;
  margin-bottom: 16px;
  line-height: 14px;
}
/*
.member a:link {
  font-size: 11px;
  color: #1B5072;
  text-decoration: underline;
}

.member a:visited {
  font-size: 11px;
  color: #1B5072;
  text-decoration: underline;
}

.member a:hover {
  font-size: 11px;
  color: #1B5072;
  text-decoration: none;
}
*/
.section_head {
  font-weight: bold;
}

.margintop0 {
  margin-top: 0px;
}

hr {
  height: 1px;
  color: #1B5072;
  width: 100%;
}

.form_label {
  font-weight: bold;
}
