table, div, td, tr, body, span, img, form {
  margin      : 0;
  padding     : 0;
  border      : none;
}

table { 
  border          : 0px;
  border-collapse : collapse; 
}

body {
  background : #106CB7;
}

div {
  font-family : helvetica, sans-serif;
}

#wrapper {
  position         : relative;
  width            : 732px;
  left             : 50%;
  margin-left      : -366px;
  background-color : #106CB7;
}

#header {
  position         : relative;
  width            : 732px;
  height           : 35px;
  background-color : #106CB7;
}

#contentwrapper {
  position         : relative;
  width            : 732px;
  height           : 528px;
  border           : 1px solid #FE8900;
  background-color : #820024;
}

#topnavigation {
  position      : relative;
  width         : 720px;
  height        : 33px;
  margin        : 5px;
  border-top    : 1px solid #FE1800;
  border-bottom : 1px solid #FE1800;
}

#content {
  position : relative;
  width    : 732px;
  height   : 300px;
}

div.left {
  position : absolute;
  left     : 0px;
  height   : 100%;
  width    : 178px;
}

div.middle, div.middleIndex {
  position : absolute;
  left     : 188px;
  width    : 432px;
  height   : 100%;
  
}

div.middleIndex {
  left	   : 177px;
}

div.right {
  position : absolute;
  left     : 632px;
  width    : 100px;
  height   : 100%;
}

div.rightImg {
  position : absolute;
  left     : 510px;
  width    : 222px;
  height   : 100%;
}

#bottomnavigation {
  position      : relative;
  width         : 732px;
  height        : 181px;
}

#footer {
  position         : relative;
  width            : 732px;
  height           : 35px;
  background-color : #106CB7;
  color		   : #87b5db; // #6e9cc1;
}

img.left {
  margin-top  : 7px;
  margin-left : 11px;
}

img.middle {
  margin-top  : 7px;
  margin-left : 0px;
}

img.right {
  margin-top  : 7px;
  margin-left : 2px;
}

.header {
        font-family: helvetica, arial, sans-serif;
        font-size: 14pt;
        font-weight: bold;
        color: #FF8900;
}

.subheader, a, th {
        font-family: helvetica, arial, sans-serif;
        font-size: 10pt;
        color: #FF8900;
	text-decoration: none;
}
.subheader {
	font-weight: bold;
}

a {
        font-size: 9pt;
}

a:hover {
	text-decoration: underline;
}

td, p, div.middle, div.right {
        font-family: helvetica, arial, sans-serif;
        font-size: 9pt;
        color: #FFFFFF;
}


.reg {
	visibility: hidden;
	z-index: 1; 
	position: absolute;
 	top: 0;
	left: 0;
  	width: 100%;
}

.contentContainer {
	position: relative;
	margin-left: 10px;
	width: 100%;
}

input, textarea {
	font-size: 8pt;
}

