* {
	outline-style: none;
}

html {height: 100%; margin-bottom: 1px;}

body {
  margin: 0;
  padding: 0;
  background-color: #e9d5be;
  font: 85% Arial, Helvetica, sans-serif;
  color: #006699;
  height:100%;
  overflow-y: scroll;
  letter-spacing: .05em;
}
#wrapper {
  position: relative;
  width: 860px;
  margin: 0 auto;
}
#navbartop {
  height: 133px;
}
#navbar {
  position: absolute;
  top: auto;
  left: 0px;
  width: 120px;
}
a img {
  border: none;
}
.textLeft {text-align: left;}
#content {
	position: absolute;
	top: 5px;
	left: 140px;
	width: 696px;
}
#whitepage {
  background-color: #FFFFFF;
  color: #000000;
}
 ul.leftMargined {
	margin-left: 5px;
	padding-left: 5px;
}
ul {
  margin: 10px auto;
}
ul li {
  padding: 3px 0;
}
ul.nobullets {
	list-style: none;
}
.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
}
.clearright {
  clear: right;
}
.normal {
  font-size: 85%;
  font-style: normal;
  font-weight: normal;
}
.center {
  text-align: center;
}
p.textright {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
a:visited {
  color: purple;
  text-decoration:underline;
}
a:link, a:visited {
  color: #00f;
  text-decoration:underline;
}
a:hover {
  color: #ff0000;
  text-decoration:underline;
}
h3 {
  font-weight: bold;
  font-size: 1.2em;
}
h2 {
  font-weight: bold;
  font-size: 1.3em;
}
.onedown {
  font-size: .85em;
  color: #069;
}
.keyline {
  border: 1px solid #000;
}
body.membership {
  background-color: #FFFFFF;
  color: #000000;
  font-size: .85em;
}
a img.noBorder {
  border: none;
}
ul.nobr {
  margin: 5px;
  padding: 5px;
  list-style: none;
  margin-bottom: 10px;
}
ul.nobr li {
  padding: 0;
  list-style: none;
}

table {border-collapse: collapse;
margin: 0 auto;
}
table.tblecosts {
  width: 500px;
}

table.tblecosts td {
  padding: 3px;
  border: 1px solid #000;
}
table.tblecosts th {
  padding: 2px;
  text-align: left;
}

.odd {
 background-color: #eee;
}
.imgMarginLeft {
	margin-left: 8px;
}
p.announcement {
	margin: 10px 5%;
	border:  solid 2px #f00;
	padding: 4px;
	text-align:center;
}
p.galleryTitle {
	margin-bottom: 1em;
	font-size: 1.1em;
}
table.ajax {
  width: 100%;
	font-size: 1em;
	border-top:solid 1px #555;
	border-bottom:solid 1px #555;
}
table.ajax p {margin-top: .5em;}
table.ajax td {border-bottom: 1px solid #555; padding: 10px 0 0 0; text-align: center; vertical-align: top; width:50%; }

table.workshop {
	width:500px;
}
table.workshop td  {width:50%; padding:5px; border: 1px solid #555;}
table.workshop th  {text-align:center;}

img.shadow {
border-bottom: 1px solid #666;
border-right: 1px solid #777;
}

.boxshadow img.shadow {
 border: none;
 box-shadow: 4px 4px 10px  #666 ;
 -moz-box-shadow: #666 4px 4px 10px;
 -webkit-box-shadow: #666 4px 4px 10px;
}
