/* Base HTML styles. */
BODY {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  text-align: center;
}

HR {
  size: 1px;
  color: #a9b0b6;
}

h1 {
  margin-bottom: 5px;
  line-height: 27px;
  vertical-align: middle;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #1f394f;
  font-size: 18px;
  font-weight: bold;
}

h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #1f394f;
  font-size: 14px;
  padding-top: 0px;
  padding-left: 0x;
  font-weight: bold;
}

A:LINK {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #457196;
  font-size: 13px;
  text-decoration: Underline;
}

A:ACTIVE {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #457196;
  font-size: 13px;
  text-decoration: Underline;
}

A:VISITED {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #457196;
  font-size: 13px;
  text-decoration: Underline;
}

A:HOVER {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #1f394f;
  font-size: 13px;
  text-decoration: Underline;
}

ul {
  list-style-type: none;
  margin-left: 0px;
  margin-top: 0px;
}

li {
  padding-top: 0px;
}

li.bulleted {
  list-style-image: url("images/bullet.gif");
  margin-left: 20px;
  line-height: 17px;
  padding-bottom: 4px;
}

button,input,textarea,option,select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 100%;
}

input.text,select,textarea {
  border: 2px inset #1f394f;
  background: #ffffff;
}

.smalltext {
  font-size: 11px;
}

.smalltext a:link,.smalltext a:visited,.smalltext a:active,.smalltext a:hover {
  font-size: 11px;
}

/* Border styles. */
#borderouter {
  width: 834px;
  margin: 4px auto 0px auto;
  padding: 4px 4px 4px 4px;
  text-align: left;
  border: solid 1px #808080;
  background-color: #ffffff;
}

#border {
  width: 834px;
  border: 4px solid #FFFFFF;
  text-align: left;
  background-color: #ffffff;
}

.imgborder {
  border: 1px solid #a9b0b6;
  margin-left: 5px;
  margin-bottom: 0px;
}

/* Top header styles. */
.topimage {
  background-image: url(images/masthead.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
}

.topimage a:link,.topimage a:visited,.topimage a:active {
  color: #ffffff;
  text-decoration: none;
}

.topimage a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.topbar {
  width: 834px;
  border-top: 1px solid #FFFFFF;
  text-align: right;
  background-color: #1f394f;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 23px;
  vertical-align: center;
}

.topbar a:link,.topbar a:visited,.topbar a:active {
  color: #ffffff;
  margin-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.topbar a:hover {
  color: #ffffff;
  margin-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

#toplinks {
  color: #666666;
  font-size: 12px;
  font-variant: normal;
  font-family: Arial, Verdana, Tahoma, Arial;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
  width: 100%;
}

#toplinks a:link,#toplinks a:visited,#toplinks a:active {
  color: #666666;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Arial, Verdana, Tahoma, Arial;
  font-size: 12px;
  text-decoration: none;
  font-variant: normal;
}

#toplinks a:hover {
  color: #016599;
  font-family: Arial, Verdana, Tahoma, Arial;
  font-size: 12px;
  text-decoration: underline;
  font-variant: normal;
}

/* Navigation bar styles */
.navheader {
  height: 25px;
  width: 210px;
  text-align: left;
  padding-top: 4px;
  background-color: #996d65;
  color: #ffffff;
  font-size: 14px;
}

.navheadertext {
  padding-left: 10px;
  padding-top: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

#nav {
  width: 205px;
  padding-left: 0px;
  text-align: left;
  padding-top: 8px;
}

#nav ul {
  list-style-type: none;
  margin-left: 0px;
}

#nav li {
  padding-top: 0px;
}

#nav a:link,#nav a:visited,#nav a:active {
  width: 100%;
  display: block;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #a51730;
  font-weight: bold;
  background-color: #ffffff;
  text-decoration: none;
  letter-spacing: .8px;
}

#nav a:hover {
  width: 100%;
  display: block;
  padding-top: 3px;
  padding-left: 5px;
  padding-bottom: 3px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #ffffff;
  border-left: 0px solid #000000;
  color: #ffffff;
  font-weight: bold;
  background-color: #ffffff;
  text-decoration: none;
  letter-spacing: .8px;
}

/* Menu styles. */
.menu {
  width: 205px;
  padding-left: 0px;
  text-align: left;
  padding-top: 15px;
  border: 2px outset #a51730;
}

.menu a:link,.menu a:visited,.menu a:active {
  width: 100%;
  display: block;
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 15px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f394f;
  font-weight: bold;
  text-decoration: underline;
}

.menu a:hover {
  width: 100%;
  display: block;
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 15px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #457196;
  font-weight: bold;
  text-decoration: underline;
}

/* Content body styles. */
.bodytext {
  font-size: 13px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: left;
  letter-spacing: .8px;
  line-height: 17px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Evaluation form styles. */
.evaluation {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #1f394f;
  text-align: left;
  width: 90%;
}

.evaluation .evaluationbody {
  background: #a9b0b6;
  height: 230px;
  width: 100%;
}

.evaluation .evaluationfields {
  vertical-align: top;
  height: 215px;
  padding: 10px 0px 0px 0px;
}

.evaluation .evaluationspace {
  background: #1f394f;
  height: 14px;
}

.evaluation .evaluationnav {
  background: #ffffff;
  border: 1px outset #a9b0b6;
  text-align: right;
  vertical-align: bottom;
  height: 25px;
}

.evaluation .evaluationbutton {
  height: 23px;
  margin: 1px 0px 1px 0px;
  padding: 0px 10px 0px 10px;
  border: 2px outset #a9b0b6;
  background: #ffffff;
}

/* Tab styles. */
.tabbank {
  font-weight: bold;
  font-size: 12px;
  text-indent: 10px;
  border-bottom: 2px solid #ffffff;
}

.tabbank .tabselected {
  background: #1f394f;
  padding: 6px 10px 6px 0px;
  color: #ffffff;
  border-left: 1px outset #ffffff;
  border-top: 1px outset #ffffff;
  border-right: 1px outset #ffffff;
}

.tabbank .tabunselected {
  background: #a9b0b6;
  padding: 6px 10px 6px 0px;
  color: #1f394f;
  border-left: 1px outset #ffffff;
  border-top: 1px outset #ffffff;
  border-right: 1px outset #ffffff;
}

.tabbank a,.tabbank a:active,.tabbank a:link,.tabbank a:visited {
  color: #000000;
  text-decoration: none;
  width: 100%;
}

.tabbank a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.tabfooter {
  border-top: 7px solid #1f394f;
  width: 76%;
}

/* Bottom footer styles. */
.bottombar {
  width: 834px;
  border-top: 1px solid #FFFFFF;
  background-color: #996d65;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding: 4px 5px 4px 5px;
  vertical-align: middle;
}

.bottombar a:link,.bottombar a:visited,.bottombar a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

.bottombar a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
}

/* EZine Articles. */
#articles {
  letter-spacing: .5px;
}

#articles h2,#articles small {
  padding: 0px;
  margin: 0px;
  color: #777;
}

#articles a:link,#articles a:visited,#articles a:active,#articles a:hover {
  font-weight: bold;
}

/* Advertisements. */
#advertisement {
  padding: 25px 0px 25px 3px;
  border: 2px outset #a51730;
  width: 202px;
}