@charset "utf-8";
/* CSS Document */
@media screen {
body {
	background-image: url(images/masterBG.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.tblHdr {
	color: #CEDDF2;
	background-color: #193D91;
	font-weight: bold;
}
.tblTxt {
	border: 1px solid #193D91;
	background-color: #A6D1FC;
	filter: Alpha(Opacity=85);
	color: #000000;

}

#wrap {
	font-family: Arial, Helvetica, sans-serif;
	width: 930px;
	margin:0px auto;
	display: block;
}
#top {
	float: left;
	width: 930px;
}
#header {
	background-image: url(images/interior/IntHeader.jpg);
	height: 125px;!important;
	width: 903px;
	float: left;
	background-repeat: no-repeat;
	display: block;
}
#content {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 60px;
	height: 325px;
	overflow: auto;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color: #a2d8fb;
	scrollbar-arrow-color: #2a2966;
}
#content a{
	color:#000099;
}
#content a:hover{
	color:#000099;
	text-decoration: none;
}

#centerCol #content #IMG {
	width: 302px;
	display: block;
	position: relative;
}

#centerCol #content .img-shadow {
  float:right;
  width: inherit;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

#centerCol #content .img-shadow img {
  display: block;
  background-color: #c9c8e2;
/*  border: 1px solid #c9c8e2; */
  margin: -6px 6px 6px -6px;
  padding: 1px; 
  } 
h3 {
	color: #0F354F;
	font-size: 16px;
	font-weight: bolder;
}  
#tabs {
	margin-top: 59px;
	margin-left: 112px;
	height: 36px;
}
#leftCol {
	width: 14px;
	height: 561px;
	float: left;
}
#centerCol {
	background-image: url(images/interior/InteriorBG.jpg);
	background-repeat: no-repeat;
	height: 357px;
	width: 903px;
	float: left;
}
#rightCol {
	width: 13px;
	height: 561px;
	clear: right;
	float: right;
}
#bottomIMG {
	width: 903px;
	height: 79px;
	float: left;
}
#footer {
	text-align: center;
	font-size: 10px;
}
}
/* Print Media Settings */
@media print {
body {
	background-color:#FFFFFF;
	background-image:none;
	margin: 0px;
}
#wrap {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width:100%;
}
#top {
	display:none;
	float: left;
	width: 930px;
}
#header {
	background-image: url(images/interior/HeaderPrint.gif);
	height: 150px;
	width: 903px;
	background-repeat: no-repeat;
	display: block;
}
#tabs {
	display:none;

}
	
#leftCol {
	display:none;

	float: left;
}
#centerCol {
	background-image:none;
	float: left;
}
#rightCol {
	display:none;
	width: 0px;
	height: 0px;
	clear: right;
	float: right;
}
#content {
	background-image:none;
	width: 825px;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	overflow:visible;
}

#bottomIMG {
	display:none;
	width: 903px;
	height: 79px;
	float: left;
}
#bottom {
	display:none;
}
#footer {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 35px;
	width: 825px;
}
}
