/* ************************************************************************* */
/*  TS 2.12 frame blue    background-color: #0D3380;  */
/*  TS 2.12 light gray    background-color: #B8C7E5;  */
/*  very light gray       background-color: #F2F6F7;  */
/*  frozen gray           background-color: #CFD6E5;  */
/*  welcome panel gray    background-color: #91A0BF;  */
/*  medium gray           background-color: #5B6478;  */
/*  dark gray             background-color: #3A404D;  */
/*  dark blue             background-color: #374C78;  */
/* ************************************************************************* */

body {
  text-align: center;
	font-size: 14px;
  line-height: 18px;
	font-family: arial, helvetica, geneva, verdana, sans-serif;
  color: #333;
  background-color: #B8C7E5;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

img {
  border: 0;
}

img.bordered
{
  border: 1px solid #3A404D;
}

/* ************************************************************************* */
/* container = applet + spacer + advertisement */
/* ************************************************************************* */

/* set the container width inline */
#container {
  clear: both;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* ************************************************************************* */
/* content width is a bit narrower than container width */
/* ************************************************************************* */

/* set the content width inline */
#content {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: auto;
}

/* set the content width inline */
/* use this for short pages, like error pages */
#fixedheightcontent {
  clear: both;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: auto;
}

/* ************************************************************************* */
/* the banner resides inside the header */
/* ************************************************************************* */

#header {
	clear: both;
	float: left;
	width: 100%;
  height: 48px;
}

#bannerleft {
  width: 10px;
  height: 48px;
	background-image: url('/images/banner48.left.png');
  float: left;
}

/* set the banner middle width inline */
#bannermiddle {
  height: 48px;
  text-align: left;
  background-image: url('/images/banner48.middle.png');
  float: left;
}

#bannerright {
  width: 10px;
  height: 48px;
	background-image: url('/images/banner48.right.png');
  float: left;
}

/* ************************************************************************* */
/* content */
/* ************************************************************************* */

#topleft {
  width: 8px;
  height: 8px;
  background-image: url('/images/topleft.png');
  float: left;
}

/* set the width inline */
#whiterect {
  height: 8px;
  background-image: url('/images/whiterect8x8.png');
  float: left;
}

#topright {
  width: 8px;
  height: 8px;
  background-image: url('/images/topright.png');
  float: left;
}

#bottomleft {
  width: 8px;
  height: 8px;
  background-image: url('/images/bottomleft.png');
  float: left;
}

#bottomright {
  width: 8px;
  height: 8px;
  background-image: url('/images/bottomright.png');
  float: left;
}


#row {
	clear: both;
	float: left;
	width: 100%;
}

#textbox {
  clear: both;
  float: left;
  width: 640px;  
  min-height: 320px;
  background-color: #FFF;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 8px;
}

#spacer {
  clear: both;
  background-image: url('/images/dot.gif');
  width: 100%;
}

#error {
  clear: left;
  float: left;
  text-align: left;
  color: #C03;
  padding-left: 20px;
  padding-bottom: 10px;
}

#footer {
  clear: both;
  border-top: 1px solid #0D3380; 
  padding-top: 3px;
  padding-bottom: 40px;
  color: #333;
}

#copyright {
  clear: left;
  float: left;
  font-size: 12px;
  color: #0D3380;
}

#links {
  font-size: 12px;
	float: right;
}

#image
{
  margin: 20px 0px 0px 0px;
  text-align: center;
}

/* ************************************************************************* */
/* normal tables */
/* ************************************************************************* */

table {
  border-collapse: collapse;
  background-color: #B8C7E5;
}

td.headerSpare {
  height: 32px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  align: left;
  valign: middle;
  color: black;
  white-space:nowrap;
  border: 2px solid #000;
}

td.header {
  height: 32px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  align: left;
  valign: middle;
  color: white;
  white-space:nowrap;
  background: url('/images/formheader32.middle.png') repeat-x;
  border: 1px solid #3A404D;
}

td.bodySpare {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  align: left;
  valign: middle;
  color: black;
  white-space: nowrap;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

td.body {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  align: left;
  valign: middle;
  color: black;
  white-space: nowrap;
  border-left: 1px solid #0D3380;
  border-right: 1px solid #0D3380;
  border-bottom: 1px solid #0D3380;
}

/* ************************************************************************* */
/* table data */
/* ************************************************************************* */

td {
  color: #333333;
}

td.img {
  display: block;
}

td.header {
  font-weight: bold;
}

td.copyright {
  font-size: 10px;
  color: #666666;
}

td.caption {
  font-size: 10px;
  font-weight: bold;
}

/* ************************************************************************* */
/* paragraph attributes */
/* ************************************************************************* */

p {
  color: black;
}

.title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 8px;
  margin-bottom: 20px;
}

p.faq {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

p.header {
  font-weight: bold;
  margin-top: 24px;
}

p.error {
  font-size: 12px;
  font-weight: bold;
  color: #CC0033;
}

p.smaller { font-size: 11px; }
p.small   { font-size: 10px; }

li {
  text-align: left;
}

li.spaced {
  padding-top: 6px;
  padding-bottom: 6px;
}

li.tight {
  padding-top: 3px;
  padding-bottom: 3px;
}

div.caption {
  font-size: 10px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

a:link    { color: #0044cc; font-weight: normal; text-decoration: none; }
a:hover   { color: #0055ff; font-weight: normal; text-decoration: none; }
a:visited { color: #0044cc; font-weight: normal; text-decoration: none; }

a.barelink         { color: #0044cc; font-weight: normal; text-decoration: none; }
a.barelink:hover   { color: #0055ff; font-weight: normal; text-decoration: none; }
a.barelink:visited { color: #0044cc; font-weight: normal; text-decoration: none; }

.redtext {
  color: #CC0033;
}

textarea {
  font-size: 11px;
  font-family: arial, verdana, helvetica, geneva, sans-serif;
  color: #333333;
  background-color: white;
}
