* {
  margin: 0;
  padding: 0;
}

body {
  font: 80% arial, helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  text-align: center;
}

a:link, a:visited, a:hover, a:active {
text-decoration: none; color: #961314;
}

a:hover, a:active {
	text-decoration: underline;
}

table.container {
  width: 780px;
  margin: 0px auto 0px auto;
  border: 1px solid #aaa; 
  color: #000;
}


td.header {
  background: #fff url(images/designers-by-the-bay-header.jpg) no-repeat;
  margin-top: 10px;
  height: 176px;
  position: relative;
  vertical-align: top;
}

#wja-logo {
  float: right;
  padding: 10px 10px 0 0;
}

td.navbar {
  width: 150px;
  text-align:center;
  font-size: 14px;
  font-weight: bold; 
  background: #DED8F9 url(images/topshadow.jpg) no-repeat top;
  vertical-align: top;
}

#navlist {
	padding-bottom: 30px;
	padding-left: 0;
	margin-left: 0;
	width: 150px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #fff;
}

#navlist li a:link, #navlist li a:visited, #navlist li a:hover, #navlist li a:active { 
	text-decoration: none; color: #961314; 
}

td.navbar p.leftbtn a {
	text-decoration: none; color: #961314;
}

#content {
  width: 450px;
  text-align: left;
  margin: 0 10px 0 20px;
  padding: 0;
}

td.center {
	vertical-align: top;
}

#content h1 {
  margin-bottom: 1em;
  font-size: 1.3em;
}

#content h2 {
	margin-bottom: .5em;
	font-size:1.1em;
}

#content p, td {
  margin-bottom: 1em;
  line-height: 1.5em;
}

#content a {
	text-decoration: underline;
	color: #961314;
}

#content img.fullwidth {
	padding: 10px 0 10px 0;
}

#content img.leftside {
	padding: 10px 10px 10px 0;
	float: left;
}

#content img.rightside {
	padding: 10px 0 10px 10px;
	float: right;
}

p.alert {
	color: #f00;
}

.exhibitor-title {
	font-weight: bold;
}

.formbtn {
	text-align: right;
	margin: 10px;
	height: 21px;
}

.formbtn a:link, .formbtn a:visited, .formbtn a:hover, .formbtn a:active {
	color: #fff;
	text-decoration: none;
}

td.rightside {
  width: 150px;
  vertical-align: top;
}

#rightbar p.title {
  margin-top: 10px;
  color: #961314;
  font-weight: bold;
  font-size: 1.2em;
  text-align:center;
}

#rightbar p{
	margin-top: 6px;
	text-align: center;
}

#rightbar img.sponsor-logo {
	border: 1px solid #aaa;
}


.center {
  text-align: center;
}

img {
  border: none
}

p.copyright {
	font-size: .8em;
	text-align: left;
	padding-left: 20px;
	line-height: 1.3em;
	padding-bottom: 4px;
}

p.copyright a {
	text-decoration: underline;
	color: #961314;
}

td.footerleft {
	width: 150px;
	background-color: #DED8F9;
}


/* Forms */
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin-bottom: 1em;
  padding: 0;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

p.formhelp {
	margin-left: 110px; /* move form tips under the input field width of form label plus margins */
}

form fieldset {
  padding: 10px;        /* padding in fieldset support spotty in IE */
  padding: 12px 0 12px 4px;
  margin: 10px 0 10px 0;
  width: 360px;
}

form br {
	clear:left;
}

.required {
	color: #f00;
}

table.data td {
	padding: 4px 30px 2px 0px;
}

table.data {
	margin-bottom: 1em;
}