BODY {
	margin: 0px;
	background-color: white;
	/* background-color: #753040; */	
	font-family: Verdana, Arial, sans-serif;
	scrollbar-face-color:#4A5573;
	scrollbar-highlight-color:#F7F3F7;
	scrollbar-3dlight-color:#ADB2B5;
	scrollbar-darkshadow-color:#5A6173;
	scrollbar-shadow-color:#848284;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#733042;
}

/* CSS for top of page */

    img.ztank{background-color: #aeb0b7; border: solid 2px white;}

    img.tanks_sm{padding: 2px;color: #2F250C;letter-spacing: 1px;margin: 0px;clear: none;
        overflow: hidden;position: static; border-top: solid 5px white;border-left: solid 5px white;
        border-bottom: solid 5px black;border-right: solid 5px black; background-color: #99CC66; width: 150px;}
    img.tanks{padding: 50px;color: #2F250C;letter-spacing: 1px;margin: 0px;clear: none;
        overflow: hidden;position: static; border-top: solid 5px white;border-left: solid 5px white;
        border-bottom: solid 5px black;border-right: solid 5px black;
        background-color: #99CC66;}
    img.tank{padding: 20px;color: #2F250C;letter-spacing: 1px;margin: 0px;clear: none;
        overflow: hidden;position: static; border-top: solid 5px white;border-left: solid 5px white;
        border-bottom: solid 5px black;border-right: solid 5px black;
        background-color: gray;}
    img.gallery{padding: 10px 0px 5px 0px;color: #2F250C;letter-spacing: 1px;margin: 0px 0px 0px 10px;clear:both;
        overflow: hidden;position: static; border: solid 0px white;background-color: #C7D6B5; float: left;}

/* CSS for URLs and e-mails; added on 07/08/06.  These must remain in this order. */
A.submenu { padding: 5px; border: solid 1px white;width: 400px;}
A.submenu:link { color: white}
A.submenu:visited { color: white}
A.submenu:hover { color: yellow}
A.submenu:active { color: aqua}

#headerBox{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 157px;
	background-image:url(../images/header_stretch.jpg);
	background-color: #aeb0b7;
}

#headerImageLeft{
	position: absolute;
	width: 341px;
	height: 95px;
	top: 0px;
	left: 0px;
	background-image: url(../images/headerLeft.gif);
}

#headerImageMiddle {
	position: absolute;
	width: 205px;
	height: 95px;
	top: 0px;
	left: 341px;
	background-image: url(../images/headerMiddle.gif);
}

#headerLogo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 114px;
	height: 114px;
	z-index: 5;
}

#headerMenuBar {
  position: absolute;
	top: 97px;
	left: 0px;
	width: 780px;
	height: 30px;
	background-image: url(../images/menuBar.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1pt;
	padding: 8px 2px 4px 2px;
	text-align: left;
}

#headerMenuBar_Level2 {
  position: absolute;
	top: 127px;
	left: 0px;
	width: 780px;
	height: 30px; 
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1pt;
	padding: 8px 2px 4px 2px;
	text-align: left;
}

/* CSS for Dynamic Menus starts here */

a.menuButton img, a.menuButtonActive img {
	border: 0px;
	vertical-align: top;
}

a.menuButton, a.menuButtonActive {
  background-color: transparent;
  color: #fff;
  cursor: default;
  font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px 1px;
  padding: 2px 6px 2px 6px;
  border: 1px solid;
	border-color: #753040;
	position: relative;
  left: 0px;
  top: 0px;
	height: 20px;
  text-decoration: none;
}

a.menuButton:hover {
  background-color: transparent;
  border: 1px solid;
	border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  color: #fff;
}

a.menuButtonActive, a.menuButtonActive:hover {
  background-color: #a0a0a0;
  border-color: #808080 #f0f0f0 #f0f0f0 #808080;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

.menu {
  background-color: #aeb0b7;
  border: 2px solid;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
	width: 10em;
	z-index: 3;
}

a.menuItem {
  background-color: transparent;
  color: #000000;
  cursor: default;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 16px;
  text-decoration: none;
  white-space: nowrap;
}

a.menuItem:hover {
  background-color: #006;
  color: #ffffff;
}

.menuItemSep {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #808080;
  margin: 3px 4px 3px 4px;
}

/* CSS for content of page */

#contentArea{
  position: relative;
	background-image: url(../images/gridfade.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
}

#topStripe {
  position: relative;
	top: 50px;
	height: 30px;
	left: 0;
	width: 100%;
	color: #006;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/stripe_BG.gif);
	border-top: 1px solid #aeb0b7;
	border-bottom: 1px solid #aeb0b7;
	z-index: 2;
}

#stripeLocation {
	position: absolute;
	left: 15px;
	top: 5px;
	color: #fff;
}

#bottomStripe{
  position: relative;
	top: -70px;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(../images/stripe_BG.gif);
	border-top: 1px solid #aeb0b7;
	border-bottom: 1px solid #aeb0b7;
}

#stripeImg1 {
  position: absolute;
  border: 2px solid #753040;
	padding: 0px;
	top: 35px;
	right: 209px;
	width: 82px;
	z-index: 3;
}

#stripeImg2 {
  position: absolute;
  border: 2px solid #753040;
	padding: 0px;
	top: 35px;
	right: 112px;
	width: 82px;
	z-index: 3;
}

#stripeImg3 {
  position: absolute;
  border: 2px solid #753040;
	padding: 0px;
	top: 35px;
	right: 15px;
	width: 82px;
	z-index: 3;
}

#contentText5_column1{
  position: absolute;
	top: 20px;
	left: 0px;
	width: 350px;
	font-size: .7em;
	color: black;
}

#contentText5_column2{
  position: absolute;
	top: 20px;
	left: 395px;
	width: 300px;
	font-size: .7em;
	color: black;
}

#contentText5_column3{
  position: absolute;
	top: 20px;
	left: 695px;
	width: 240px;
	font-size: .7em;
	color: black;
	border-top: solid 1px #aeb0b7;
	border-left: solid 1px #aeb0b7;
	border-right: solid 1px #aeb0b7;
	border-bottom: solid 1px #aeb0b7;
	background-color: #bad3fc;
	padding: 0px 10px 10px 10px;
}

.Paragraph_Header{
	font:bold 15px verdana, arial, Times New Roman, Serif;
	color:black;
}

#mainContentBox {
  position: relative;
	top: -10px;
	width: 97%;
	left: 3%;
	border-top: solid 1px #aeb0b7;
	border-left: solid 1px #aeb0b7;
	border-bottom: solid 1px #aeb0b7;
	background-color: #4d5470;
	background-image: url(../images/gridfade2.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #aeb0b7;
	z-index: 0;
}

#contentText{
  position: relative;
	top: 80px;
	left: 25px;
	margin-right: 55px;
	margin-bottom: 140px;
	font-size: .8em;
}

#stripePic {
  position: absolute;
	left: 0;
	top: -68px;
}

#footerBox {
	position: relative;
	top: -45px;
	width: 98%;
	font-size: .6em;
	text-align: right;
	color: #aeb0b7;
	padding: 5px;
}

#footerBox a:link, #footerBox a:visited {
	color: #aeb0b7;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#footerBox a:hover {
	color: #fff;
	border-bottom: 1px solid #aeb0b7;
}

.subMenu {
  background-color: #aeb0b7;
  border: 2px solid;
  border-color: #f0f0f0 #808080 #808080 #f0f0f0;
  padding: 0px;
	position: absolute;
  text-align: left;
	width: 10em;
	z-index: 3;
}

a.subMenuItem {
  background-color: transparent;
  color: #000000;
  cursor: default;
  display: block;
  font-family: "MS Sans Serif", Arial, Tahoma,sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 16px;
  text-decoration: none;
  white-space: nowrap;
	width: 100%;
}

a.subMenuItem:hover {
  background-color: #006;
  color: #ffffff;
}

/* CSS for URLs and e-mails; added by Narayan on 12/22/01.  These must
remain in this order. */

A.em:link { color: white}
A.em:visited { color: white}
A.em:hover { color: yellow}
A.em:active { color: aqua}


/* CSS for tables; added by Narayan on 12/22/01 */

table { border: gray solid 7px; background:#753040; color:#753040 }
caption { background:#000000; color:#ffffff; text-align: center;
padding-bottom:10px; font-weight:bold }
th { border-left: #4d5470; border-right: #4d5470; background: #4d5470;
font-size: 1.2em; text-align:left; color:#aeb0b7; border-bottom: yellow 1px
solid; text-align:center; font-weight:bold; padding-top:10px;
padding-bottom:10px }
td { font-size: .8em; text-align:left; color:#aeb0b7;
padding-left:4px;padding-right:4px; padding-bottom:2px; padding-top:2px; }

H1 {FONT-SIZE: 125%; letter-spacing: 0.1em; }

/* CSS for images; added by Narayan on 12/04/02 */

#imgCaption {
  /* postion: relative; */
  align: center;
  background-color: transparent;
  width: 600px;
  height: 18px;
  border: 1px solid #cdcdcd;
  font-family: Verdana, Arial, Sans-serif;
  color: #aeb0b7;
  font-size: 8pt;
  text-align: center;
  padding: 5px;
}
