body {
	background-color:#B5BABC;
	background-image: url(images/bgfade.jpg);
	background-repeat: repeat-x;
	padding-top:5px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:14px;
	}
h1 {
	margin:0;
	padding:0;
	padding-bottom:8px;
	}
p, div, table, td, tr, span {
	font-family:arial,verdana,helvetica;
	font-size:13px;
	}	
.locbox {
	padding:0;
	margin:0;
	background-color:#ffffff;
	background-image: url(images/tab.jpg);
	background-repeat: repeat-x;
	width:200px;
	height:130px;
	border:1px solid #a0a0a0;
	text-align:left;
	}
.pbox {
	padding:12px;
	padding-top:3px;
	}
.locTitle {
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
	}
a.biglink {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	}
a.biglink:hover {
	text-decoration:underline;
	color:red;
	}
.tagline {
	font-size:15px;
	font-style:italic
	}
/* Menu Styles */
#menu {
	padding-top:0; /*53px;*/
	}
#menu a, #menu a:visited {
  text-align:center; 
  text-decoration:none; 
  font-size:14px;
  font-weight:normal;
  color:#000000; 
  background-color:#f2f2f2; 
  background-image:url(images/buttonbg2_off.jpg);
  display:block; 
  width:100px; 
  height:18px;
  border:1px solid #a9a9a9; 
  margin-bottom:6px;
  padding:2px;
  }
#menu a:hover {
  background-image:url(images/buttonbg_on.jpg);
  }
