body.Gateway {
	background-color: #FEFEAF;
	background-image: url(images/border.png);
	background-position: left;
	background-repeat: repeat-y;
	color:#663300;
	font-size: 14px;
	font-family: Tahoma, Arial, sans-serif;
}


/* ****************************** */
/*          Link Styles           */
/* ****************************** */

a.entryimg:link{color:#FEFEAF; text-decoration:none;}
a.entryimg:visited{color:#FEFEAF; text-decoration:none;}
a.entryimg:active{color:#FEFEAF; text-decoration:none;}

a.entry_text:link{color:#000000; text-decoration:none; font-size:14px; font-weight: bold;}
a.entry_text:visited{color:#000000; text-decoration:none; font-size:14px; font-weight: bold;}
a.entry_text:active{color:#000000; text-decoration:none; font-size:14px; font-weight: bold;}

a.nav_text:link{color:#FFFFFF; text-decoration:none; font-size:14px; font-weight: bold;}
a.nav_text:visited{color:#FFFFFF; text-decoration:none; font-size:14px; font-weight: bold;}
a.nav_text:active{color:#FFFFFF; text-decoration:none; font-size:14px; font-weight: bold;}


/* ****************************** */
/*       Division Styles          */
/* ****************************** */
div.scroll {
	height: 380px;
	width: 700px;
	overflow: auto;
	padding: 8px;
}

div.scroll_short {
	height: 300px;
	width: 700px;
	overflow: auto;
	padding: 8px;
}


.caption {
  font-weight: bold;
}

/* ****************************** */
/*         Image Styles           */
/* ****************************** */
img.header {
	position: absolute;
	top: 0px;
	left: 30px;
	height: 138px;
	width: 550px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

img.frame_it {
  border: 8px solid black;
	margin: 0px 10px 10px 10px;
}

img.inside_frame {
  border: 8px solid black;
	height: 151px;
	width: 200px;
}

img.splash {
  border: 0px;
	margin-top: 20px;
}

img.idx_welcome {
  position: absolute;
	left: 192px;
	top: 165px;
	width: 500px;
	height: 400px;
  border: 0px;
	padding: 0px;
	margin: 0px;
}


/* ****************************** */
/*         Table Styles           */
/* ****************************** */

table.whole_page {
  position: relative;
	top: 130px;
	left: 50px;
	width: 550px;
  border-top-width: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

table.idx_splash {
  margin-bottom: 25px;
}

/* ****************************** */
/*           Nav Styles           */
/* ****************************** */

ul.strip {
  position: relative;
	top: 120px;
	left: 45px;
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0
} 

ul.strip li {
	display: inline
}

ul.strip a {
  text-decoration: none;
	color: #663300;
	padding: 0em 4.5em 0em 0em;
  font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	display: inline
}

#strip a:hover, #strip a.over {
	color: #7A005C;
}

/* ****************************** */
/*      Image Viewer Styles       */
/* ****************************** */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
