/****** 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-image: url(images/background.image.jpg);
	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: #CC6666;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: underline;
	color: #CC6666;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #CC6666;
	z-index: 0;
}

a.bold {
  font-weight: bold;
}

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

/****** 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%;
}

/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}


/****** 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 #000000;
  width: 100%;
  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: 85px;
}
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;
}


/****** 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: #666666;
  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-color: #81ADB5;
}
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: 16pt;
  text-align: right;
  background-color: #518789;
}
td.left_content {
  width: 250px;
  height: 100%;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #F2EFE9;
}
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-left: 0px solid #FFFFFF;
  padding-bottom: 10px;
}
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: 5px;
  padding-bottom: 15px;
  color: #000000;
}
td.footer {
  height: 62px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #81ADB5;
  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 #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
  background-color: #518789;
  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: #000000;
}
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: #FFFFFF;
  font-weight: bold;
  padding-top: 5px;
  text-align: right;
}
td.credits a {
 color: #000000;
 text-decoration: none;
}
td.credits a:visited {
 color: #000000;
 text-decoration: none;
}
td.credits a:hover {
 color: #000000;
 text-decoration: underline;
}

/****** 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;
}

