html, body {margin: 0; padding: 0; border: 0;}

body, TD {
color: #000;
background-color: #2BAAE1;
font-family: verdana, sans-serif;
font-size: 10pt;
text-align: center;
}

a { text-decoration: none; }


.title {font-size: 24pt; }
.header { font-size: 10pt; font-weight: 700; }
.indent { margin-left: 1em; }

.clear { clear: both; }


.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}


.wrapper {
margin: 0 auto;
width: 830px;
text-align: left;
border: 0px solid #000;
background-color: #F6F3E1;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width:830px;
w\idth: 830px;

}

.outer {
padding-left: 163px;
padding-right: 139px;
border-left: 10px solid #9F4028;
border-right: 10px solid #9F4028;
border-bottom: 10px solid #9F4028;
background: url('images/sliced_15_extratower.gif') repeat-y;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different
BG location, due to a BG placement variation.
***/

* html .outer {
background-position: 10px;
}

.inner {
margin-left: 0px; /*** This fixes a small overlap problem in IE6. ***/
width: 647px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 0px solid #000;
order-width: 0 0 0 0px;
background-color: #F6F3E1;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 663px;
margin-left: -163px;       /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/

.left {
float: left;
width: 163px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
height: auto;
background-color: #F6F3E1;
}


.left a {
  display: block;
}

.right {
float: right;
width: 139px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-top: 140px;
}

* html .right {
margin: 140 -146px 0 0; /*** IE gets this margin. ***/
}

.center {
float: right;
width: 500px;
margin-top: 18px;

}

.wide {
background-color: #9F4028;    /* header and footer colours */
width: 100%;
}


.bottom a:visited {
  color: #2BAAE1;
}

.bottom a:hover {
  color: #F6F3E1;
}

.bottom a:active {
  color: #D99B8D;
}

.bottom a:link {
  color: #D99B8D;
}

.bottom {
  color: #D99B8D;
  text-align: center;
  padding-bottom: 5px;
}

.bottom a {
  color: #D99B8D;
}



.bottom HR {
  width: 80%;
  height: 1px;
  color: #D99B8D;
}
/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 0px solid transparent;
}

/* New CSS label + text combination */
label.Labeled { float: left; font-size: 11px; font-family: verdana,arial,helvetica,sans-serif; margin-right: 10px; margin-top: 4px;}
label.Labeled input {  left : 90%; top : 0px; padding-bottom: 1px; }

.formitemSuperLong {
  width: 450px;
}

.formitemLong {
  width: 302px;
}

.formitemMed {
  width: 200px;
}

.frame {
position: relative;
margin-top: 20px;
border: 2px groove #b3b6b0;
padding: 5px;
padding-top: 0px;
_height: 0%;
width: 100%;
float: left;
}

.frameTitle {
  position: relative;
  margin-top: -10px;
  margin-left: 10px;
  font-weight: bold;
  background-color: #F6F3E1;

  height: 10px;
  padding: 0px 5px 5px 5px;
}  

.error {
  border: 1px solid maroon;
  color: maroon;
  padding: 10px;
}

.OK {
  border: 1px solid green;
  color: green;
  padding: 10px;
}


@media print {
* html .wrapper {
width:100%;
}

* html .right {
display: none;
}

TD {
border: 1px solid black;
}

}

