body {
	background-color: #022872;
	margin: 0px;
	padding: 0px;
}
html, body {
    height: 100%;
}
img {
  border: none;
  padding: 0px;
  margin: 0px;
}
/*STRETCH MAIN TABLE TO 100% HEIGHT*/
#tableHeight {
	height:100%;
}
td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	line-height: 1.3em;
}

/*STRETCH CONTENT AREA TO 865px*/
#mainWidth {
	width:865px;
	background-color: #ff0000;
	background-image: url(../images/termSealLeftTile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
/*BACKGROUND IMAGES*/
#leftBorder{
	background-image: url(../images/termSealLeftTile.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#rightBorder{
	background-image: url(../images/termSealRightTile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftTop{
	background-image: url(../images/termsealLeftSide.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height:809px;
}
#rightTop{
	background-image: url(../images/termsealRightSide.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:809px;
}
/*HEADER WIDTH and HEIGHT*/

#header{
	width:865px;
	height:147px;
}
#header1{
	width:433px;
	height:147px;
}
#header2{
	width:433px;
	height:147px;
}


/*LEFT AND RIGH COLUMN WIDTHS*/
#leftColumnBG{
	background-image: url(../images/termSealLeftTile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#leftColumn{
	width:222px;

}
#rightColumn{
	width:643px;
	height:538px;
	background-image: url(../images/termSealContentBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
/*TITLE STYLES*/
#titleContainer{
	width:529px;
	height:66px;
	padding-right:35px;
	text-align: right;
	vertical-align: bottom;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #022b7d;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
/*CONTENT HEADING*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #022b7d;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
/*h3 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#636220;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	padding-top:15px;
	padding-left:12px;
	padding-right:24px;
}
h3 a:link{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#212100;
	font-weight:bold;
	text-decoration:none;
}
h3 a:visited{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#212100;
	font-weight:bold;
	text-decoration:none;
}
h3 a:hover{
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#002c43;
	font-weight:bold;
	text-decoration:underline;
}*/


/*CONTENT*/

.contentText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	line-height: 1.3em;
	text-align: justify;
	padding-top:15px;
	padding-left:0px;
	padding-right:35px;
}
.contentText a:link{
	font-family: Arial, Helvetica, sans-serif;
	color:#022872;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#022872;
	font-weight:bold;
	text-decoration:none;
}
.contentText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#022872;
	font-weight:bold;
	text-decoration:underline;
}
/*FOOTER*/
#footerTable{
	width: 865px;
	height: 106px;
	background-image: url(../images/termSealFooter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footerTable2{
	width: 865px;
	height: 106px;
}
.footerText{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:0px;
	font-size: 10px;
	color:#789cab;
	font-weight: normal;
	letter-spacing: 1.25pt;
	text-align: center;
}
.footerText a:link{
	color:#789cab;
	font-weight:bold;
	text-decoration: none;	}
.footerText a:visited{
	color:#789cab;
	font-weight:bold;
	text-decoration: none;
}
.footerText a:hover{
	color:#789cab;
	font-weight:bold;
	text-decoration: underline;	
}
/*MENU WIDTH and HEIGHT*/

#menuBG{
	width:865px;
	height:40px;
	background-image: url(../images/termSealMenuBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*NAV STUFF*/
.navItem {
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.navItem a:link {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.navItem a:visited {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.navItem a:hover {
	color: #022b7d;
	font-weight: bold;
	cursor: pointer;
}

.spacer{
height:1px;
}
