html, body {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  height: 100%;
  width: 900px;
  }
  
a {
  
  	outline: none;
	
}
  
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000099;
}


#container {
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  width: 650px;
  text-align: left;
  } 

#tbl_main {
	height: 600px;
	background-image: url('images/grad_bg.jpg');
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 850px;
	min-width: 850px;
  }
  
#tbl_main_popup {
	height: 600px;
	background-image: url('images/grad_bg.jpg');
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 650px;
	min-width: 650px;
  }
  
#cell_main {
   padding-right: 55px;
}
  
#nav_cell {
  margin: 0;
  border: 0;
  padding: 0;
  }
 
#bordered_nav_cell {
  margin: 0;
  border-right: 1px solid #999999;
  padding: 2;  
  }
  
#navlayer {
  position: absolute;
  width: 161px;
  height: 299px;
  z-index: 1;
  left: 57px;
  top: 85px;
  border: 0;
  }

.text_nav_bar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
#img_tbl {
	border: 0px;
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	
}

.footer_tbl {
	margin: 0 auto;
	height: auto;
	vertical-align: bottom;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #79B5FE;
	border-bottom: 1px solid #79B5FE;
	border-left: 1px solid #79B5FE;
	width: 850px;
}

.footer_tbl_popup {
	margin: 0 auto;
	height: auto;
	vertical-align: bottom;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #79B5FE;
	border-bottom: 1px solid #79B5FE;
	border-left: 1px solid #79B5FE;
	width: 650px;
}

.sectionhdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
}
.guestbookentry_tbl {
	border: 0px none;
}
.contact_map_tbl {
	border: 0px none;
	background-position: left top;
}

.separator {
	background: #B3F0FF;
}

.rightofimgtxt {
margin-left: 5px;
}

.leftofimgtxt {
margin-right: 5px;
}

blockquote {
margin-left: 5px;
}
