﻿body
{
  margin: 0px;
  padding: 0px;
  background-image: url(/images/header_background.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  margin: 0em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #DB9000;
  margin: 0em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  margin: 0em;
  margin-bottom: 0.5em;
}

p {
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
  margin-bottom: 0.5em;
  text-align: justify;
}

ul {
  font-size: 12px;
  margin: 0em;
  padding: 0px;
  margin-bottom: 0.5em;
}

ul li {
  margin: 0px;
  margin-left: 2em;
  text-align: left;
}

input {
  border: 1px none black;
  border-bottom: 1px dotted #cccccc;
  background-color: white;
  font-family: "Courier New" Courier monospace;
  font-size: 12px;
}

.accessibility {
  visibility: hidden;
  display: none;
}

#page
{
  width: 1002px;
  margin: 0px auto 0px auto;
  padding: 0px;
  position: relative;
}

#header
{
  width: 1002px;
  height: 140px;
  margin: 0px;
  padding: 0px;
  background-image: url(/images/header_logo.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#header h1
{
  width: 812px;
  height: 90px;
  background-image: url(/images/header_text.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#content_pane
{
  width: 812px;
  margin: 0px;
  padding: 0px;
  background-image: url(/images/content_background.png);
  background-position: top left;
  background-repeat: repeat-y;
  border: none;
  position: absolute;
  top: 90px;
  right: 0px;
}

#content {
  width: 812px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(/images/border_top.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}

#action_bar {
  border: none;
  width: 492px;
  height: 30px;
  margin: 0px;
  padding: 20px 160px 10px 160px;
  background-image: url(/images/border_bottom.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  clear: both;
}

#action_bar a.left_button {
  color: white;
  font-weight: bold;
  font-size: 18px;
  width: 160px;
  height: 30px;
  margin: 5px 0px 0px 6px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-image: url(/images/button_left_no.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
}

#action_bar a.right_button {
  color: white;
  font-weight: bold;
  font-size: 18px;
  width: 160px;
  height: 30px;
  margin: 5px 6px 0px 0px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-image: url(/images/button_right_no.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
}

#action_bar a:hover.left_button {
  background-image: url(/images/button_left_ac.png);
  text-decoration: none;
}

#action_bar a:hover.right_button {
  background-image: url(/images/button_right_ac.png);
  text-decoration: none;}

#tab_pane {
  position: relative;
  width: 812px;
  height: 100px;
  margin: 0px;
  padding: 0px;
}

#tab_pane h2 span.active {
  background-color: #FEB200;
}

#tab_pane h2 {
  margin: 0px;
  padding: 0px;
  display: block;
}

#button_1 a, #button_1 span {
  width: 95px;
  height: 40px;
  margin: 0px 646px 0px 6px;
  padding: 55px 60px 5px 5px;
  background-image: url(/images/button_1_no.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
}

#button_1 a:hover {
  background-image: url(/images/button_1_ac.png);
  color: white;
  text-decoration: none;
}

#button_2 a, #button_2 span {
  width: 95px;
  height: 40px;
  margin: 0px 486px 0px 166px;
  padding: 55px 60px 5px 5px;
  background-image: url(/images/button_2_no.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
}

#button_2 a:hover {
  background-image: url(/images/button_2_ac.png);
  color: #FEB200;
  text-decoration: none;
}

#button_3 a, #button_3 span {
  width: 95px;
  height: 40px;
  margin: 0px 326px 0px 326px;
  padding: 55px 60px 5px 5px;
  background-image: url(/images/button_3_no.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
}

#button_3 a:hover {
  background-image: url(/images/button_3_ac.png);
  color: white;
  text-decoration: none;
}

#button_4 a, #button_4 span {
  width: 95px;
  height: 40px;
  margin: 0px 166px 0px 486px;
  padding: 55px 60px 5px 5px;
  background-image: url(/images/button_4_no.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
}

#button_4 a:hover {
  background-image: url(/images/button_4_ac.png);
  color: #FEB200;
  text-decoration: none;
}

#button_5 a, #button_5 span {
  width: 95px;
  height: 40px;
  margin: 0px 06px 0px 646px;
  padding: 55px 60px 5px 5px;
  background-image: url(/images/button_5_no.png);
  background-position: top left;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
}

#button_5 a:hover {
  background-image: url(/images/button_5_ac.png);
  color: white;
  text-decoration: none;
}

div.tab_content {
  width: 760px;
  min-height: 280px;
  margin: 0px 6px 0px 6px;
  padding: 20px;
  color: #666666;
}

div.tab_content div.column {
  width: 360px;
  margin: 10px;
  float: left;
}

div.form-row {
  width: 360px;
  height: 3em;
  margin: 0px 10px 0px 10px;
  float: left;
}

div.span-row {
  width: 720px;
}

div.form-row label {
  margin: 0px 5px 0px 0px;
}

div.form_error {
  color: #DB9000;
  text-align: center;
}

a:link, a:active, a:visited {
  color: #999999;
}

div.links {
	margin: 20px;
	text-align: center;
	clear: both;
}
