/****** HTML STYLES ******/
html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
	z-index: 0;
}

/****** BODY STYLES ******/
body {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #D2C295;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/****** CENTER STYLES ******/
center.main {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: 0px;
  z-index: 0;
  height: 100%;
}

/****** LINK STYLES ******/
a { 
  background-color: transparent;
	text-decoration: underline;
	color: #0000EE;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: underline;
	color: #0000EE;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #0000EE;
	z-index: 0;
}

a.bold {
  font-weight: bold;
}

a.white { 
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}	
a.white:hover {
	color: #FFFFFF;
}

a.crumb {
  color: #595959;
}
a.crumb:visited {
  color: #595959;
}
a.crumb:hover {
  color: #595959;
}

/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.mainframe {
  width: 800px;
}
table.full_frame {
  width: 100%;
}
table.really_full_frame {
  width: 100%;
  height: 100%;
}
table.left_subframe {
  width: 100%;
}
table.form_frame {
  width: 360px;
}
table.link_frame {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 15px;
}
table.link_frame_bottom {
  width: 100%;
  border-bottom: 0px solid #CCCCCC;
}

/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}
span.black {
  color: #666666;
}
span.grey {
  color: #666666;
}
span.req {
  color: #A53618;
}
span.error_item {
  color: #666666;
}
span.link_edit {
  text-decoration: underline;
	color: #0000EE;
}


/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.custom {
  margin: 0px;
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #999999;
  width: 354px;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 175px;
}
input.text_small {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 35px;
}
input.text_med {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 177px;
}
input.text_large {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 200px;
}
input.radio {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.submit_button {
  margin: 0px;
  padding: 0px;
}
input.radio {
  margin-top: 2px;
}

/****** IMAGE STYLES ******/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  z-index: 0;
}
img.paraleft {
  border: 1px solid #CCCCCC;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline;
  float: left;
}
img.pararight {
  border: 1px solid #CCCCCC;
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline;
  float: right;
}
img.paranone {
  border: 1px solid #CCCCCC;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
img.paraleftNB {
  border: 0px solid #D0D0CF;
  margin-right: 7px;
  margin-bottom: 2px;
  display: inline;
  float: left;
}
img.pararightNB {
  border: 0px solid #D0D0CF;
  margin-left: 7px;
  margin-bottom: 2px;
  display: inline;
  float: right;
}
img.paranoneNB {
  border: 0px solid #D0D0CF;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
img.link_photo {
  border: 1px solid #CCCCCC;
}
img.red_bdr {
  border: 1px solid #CCCCCC;
}


/****** PARAGRAPH STYLES ******/
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
p.header {
  font-weight: bold;
  font-size: 14pt;
  color: #000000;
  margin-bottom: 25px;
}


/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  height: 100%;
  width: 100%;
}
td.left_top {
  width: 250px;
  padding-bottom: 2px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
td.right_top {
  width: 550px;
  text-align: right;
  padding-bottom: 2px;
  color: #FFFFFF;
  font-weight: bold;
}
td.right_top a {
  color: #000000;
}
td.left_header {
  width: 250px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
td.right_header {
  width: 550px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
td.headertext_left {
  width: 250px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-image: url(/images/menuback_off.gif);
  background-position: top left;
  background-repeat: repeat-y;
  
}
td.headertext_right {
  width: 550px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14pt;
  text-align: right;
  background-color: #A53618;
}
td.left_content {
  width: 250px;
  height: 100%;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  background-image: url(/images/back.leftcontent.gif);
  background-position: top right;
  background-repeat: repeat-y;
}
td.right_content {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 550px;
  height: 100%;
  background-color: #FFFFFF;
}
td.menu {
  border-top: 0px solid #FFFFFF;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
td.left_filler {
  height: 100%;
}
td.content_header {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFFFFF;
  height: 28px;
  vertical-align: middle;
  color: #000000;
}
td.main_content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666666;
}
td.footer {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #334557;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
td.footer a {
 color: #FFFFFF;
 text-decoration: none;
}
td.footer a:visited {
 color: #FFFFFF;
 text-decoration: none;
}
td.footer a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}
td.left_subheader {
  border-top: 1px solid #A53618;
  border-bottom: 1px solid #A53618;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
  background-color: #A53618;
  height: 32px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
td.left_text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666666;
}
td.sublink_left {
  padding-right: 25px;
  padding-bottom: 2px;
}
td.sublink_right {
  padding-right: 0px;
  padding-bottom: 2px;
}
td.sublink_header {
  font-weight: normal;
  padding-right: 25px;
  color: #000000;
}
td.credits {
  color: #334557;
  font-weight: bold;
  padding-top: 5px;
  text-align: right;
}
td.credits a {
 color: #334557;
 text-decoration: none;
}
td.credits a:visited {
 color: #334557;
 text-decoration: none;
}
td.credits a:hover {
 color: #334557;
 text-decoration: underline;
}
td.link_photo {
  padding-right: 10px;
  padding-bottom: 15px;
}
td.link_photo_right {
  padding-left: 10px;
  padding-bottom: 15px;
}
td.link_text {
  padding-right: 10px;
  padding-bottom: 15px;
}
td.form_prompt {
  color: #666666;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 2px;
}
td.form_field {
  color: #666666;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
td.form_header {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 9pt;
  color: #666666;
}
td.button {
  padding-left: 5px;
}
td.form_checkbox {
  padding-right: 3px;
  vertical-align: middle;
  color: #000000;
}
td.form_checkitem {
  color: #000000;
  vertical-align: middle;
}
td.rates_header {
  padding: 5px;
  font-weight: bold;
}
td.rates_item {
  padding: 5px;
  font-weight: bold;
}
td.rates_price {
  padding: 5px;
}

/****** DIV CELL STYLES ******/
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
div {
  display: block;
}
div img {
  display: block;
}
div.sub_links {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
  margin-bottom: 15px;
  background-color: #F2EFE9;
  border: 1px dotted #993333;
}
div.sub_header {
  color: #993333;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}
div.sub_header_desc {
  color: #000000;
  font-size: 8pt;
  font-weight: normal;
  margin-bottom: 10px;
}
div.link_headline {
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 5px;
}
div.link_info {
  color: #993333;
  margin-bottom: 3px;
}
div.link_desc {
  margin-bottom: 3px;
}
div.form_prompt {
  padding-bottom: 3px;
  color: #000000;
}
div.error {
  width: 360px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #314E6F;
  color: #FFFFFF;
  font-weight: bold;
}
div.error_item {
  width: 360px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 0px;
  color: #000000;
}
div.breadcrumbs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  border: 0px solid #99928C;
  vertical-align: top;
  color: #595959;
  font-size: 12pt;
  font-weight: bold;
}
div.sub_header {
  padding-bottom: 10px;
  color: #595959;
  font-size: 11pt;
  font-weight: bold;
}
div.imagespace {
  padding-bottom: 12px;
}
ul.indent {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style: square;
  color: #A53618;
}

div.errors_frame {
  border: 1px solid #8C2134;
}
div.errors_title {
  padding-left: 5px;
  border-bottom: 1px solid #8C2134;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #A53618;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
}
div.errors_list {
  padding: 10px;
  background-color: #FFFFFF;
}

ul.error_list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style: square;
  color: #49637C;
  font-weight: bold;
  font-size: 9pt;
  line-height: 18px;
}
div.success_frame {
  border: 1px solid #334557;
}
div.success_title {
  padding-left: 5px;
  border-bottom: 1px solid #334557;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #49637C;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
}
div.success_list {
  padding: 10px;
  background-color: #FFFFFF;
}
ul.success_list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  list-style: square;
  color: #49637C;
  font-weight: bold;
  font-size: 9pt;
  line-height: 18px;
}